Class BOCrewShellAddress
java.lang.Object
overit.geocall.model.DynO
overit.geocallapp.wfm.core.bl.crewshell.address.BOCrewShellAddress
- All Implemented Interfaces:
ConstraintValidator<DynO.Valid,,DynO> Serializable,overit.geocall.timezone.model.TimeZoned
Business object representing a crew shell address.
- Since:
- 16.0
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class overit.geocall.model.DynO
DynO.SpanFields, DynO.SpanTable, DynO.Valid -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the ID of the address associated with the crew shell's addressReturns the ID of the crew shell associated with the crew shell's addressReturns the description of the crew shell's addressgetId()Returns the ID of the crew shell's addressvoidsetAddress(Long address) Sets the ID of the address associated with the crew shell's addressvoidsetCrewShell(Long crewShell) Sets the ID of the crew shell associated with the crew shell's addressvoidsetDescription(String description) Sets the description of the crew shell's addressvoidSets the ID of the crew shell's addressMethods inherited from class overit.geocall.model.DynO
addExtension, extract, extract, fields, from, from, getCriteria, getCriteriaNotExploded, getExtension, getFakeFilter, getUnknownAttributes, getUnknownCriteria, getVariant, getZone, insert, insert, isValid, make, removeCriteria, removeExtensionAttribute, setCriteria, setCriteriaNotExploded, setExtension, setFakeFilter, setUnknownAttributes, setUnknownCriteria, setVariant, setZone, toFlatMap, toFlatMap, toMap, toMap, toString, update, validateMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface jakarta.validation.ConstraintValidator
initializeMethods inherited from interface overit.geocall.timezone.model.TimeZoned
hasZone
-
Constructor Details
-
BOCrewShellAddress
public BOCrewShellAddress()
-
-
Method Details
-
getId
Returns the ID of the crew shell's address- Returns:
- id the ID of the crew shell's address
-
setId
Sets the ID of the crew shell's address- Parameters:
id- the ID of the crew shell's address
-
getCrewShell
Returns the ID of the crew shell associated with the crew shell's address- Returns:
- crewShell the ID crew shell associated with the crew shell's address
- See Also:
-
setCrewShell
Sets the ID of the crew shell associated with the crew shell's address- Parameters:
crewShell- the ID of the crew shell associated with the crew shell's address- See Also:
-
getAddress
Returns the ID of the address associated with the crew shell's address- Returns:
- address the ID of the address associated with the crew shell's address
- See Also:
-
setAddress
Sets the ID of the address associated with the crew shell's address- Parameters:
address- the ID of the address associated with the crew shell's address
-
getDescription
Returns the description of the crew shell's address- Returns:
- description the description of the crew shell's address
-
setDescription
Sets the description of the crew shell's address- Parameters:
description- the description of the crew shell's address
-