Class BOCrewShell
java.lang.Object
overit.geocall.model.DynO
overit.geocallapp.wfm.crewshell.bl.BOCrewShell
- All Implemented Interfaces:
ConstraintValidator<DynO.Valid,,DynO> Serializable,overit.geocall.timezone.model.TimeZoned
- Direct Known Subclasses:
BOCrewShellDailyPlan
Business object representing a crew shell.
- Since:
- 16.0
- See Also:
- GCApi:
- bo
-
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 true if the crew shell is activeReturns the ID of the crew shell's arrival addressgetCode()Returns the crew shell's codegetColor()Returns the color of the crew shellReturns the crew shell's sizeReturns the ID of the crew shell's departure addressReturns the crew shell's descriptionReturns the ID of the dummy usergetId()Returns the crew shell's IDReturns the ID of the crew shell's movement typeReturns the ID of the crew shell's operation centergetType()Returns the ID of the crew shell's typeReturns the ID of the crew shell's work centervoidSets the active state of the crew shellvoidsetArrivalAddress(Long arrivalAddress) Sets the ID of the crew shell's arrival addressvoidSets the crew shell's codevoidSets the color of the crew shellvoidsetCrewSize(Long crewSize) Sets the crew shell's sizevoidsetDepartureAddress(Long departureAddress) Sets the ID of the crew shell's departure addressvoidsetDescription(String description) Sets the crew shell's descriptionvoidsetDummyUser(Long dummyUser) Sets the ID of the dummy uservoidSets the crew shell's IDvoidsetMovementType(Long movementType) Sets the ID of the crew shell's movement typevoidsetOperationCenter(Long operationCenter) Sets the ID of the crew shell's operation centervoidSets the ID of the crew shell's typevoidsetWorkCenter(Long workCenter) Sets the ID of the crew shell's work centerMethods 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
-
BOCrewShell
public BOCrewShell()
-
-
Method Details
-
getId
Returns the crew shell's ID- Returns:
- id the crew shell's ID
-
setId
Sets the crew shell's ID- Parameters:
id- the crew shell's ID
-
getOperationCenter
Returns the ID of the crew shell's operation center- Returns:
- operationCenter the ID of the crew shell's operation center
-
setOperationCenter
Sets the ID of the crew shell's operation center- Parameters:
operationCenter- the ID of the crew shell's operation center
-
getCode
Returns the crew shell's code- Returns:
- code the crew shell's code
-
setCode
Sets the crew shell's code- Parameters:
code- the crew shell's code
-
getDescription
Returns the crew shell's description- Returns:
- description the crew shell's description
-
setDescription
Sets the crew shell's description- Parameters:
description- the crew shell's description
-
getCrewSize
Returns the crew shell's size- Returns:
- crewSize the crew shell's size
-
setCrewSize
Sets the crew shell's size- Parameters:
crewSize- the crew shell's size
-
getMovementType
Returns the ID of the crew shell's movement type- Returns:
- movementType the ID of the crew shell's movement type
-
setMovementType
Sets the ID of the crew shell's movement type- Parameters:
movementType- the ID of the crew shell's movement type
-
getActive
Returns true if the crew shell is active- Returns:
- true if is the crew shell is active, false otherwise
-
setActive
Sets the active state of the crew shell- Parameters:
active- true if the crew shell must be active, false otherwise
-
getDummyUser
Returns the ID of the dummy user- Returns:
- dummyUser the ID of the dummy user
-
setDummyUser
Sets the ID of the dummy user- Parameters:
dummyUser- the ID of the dummy user
-
getDepartureAddress
Returns the ID of the crew shell's departure address- Returns:
- departureAddress the ID of the crew shell's departure address
-
setDepartureAddress
Sets the ID of the crew shell's departure address- Parameters:
departureAddress- the ID of the crew shell's departure address
-
getArrivalAddress
Returns the ID of the crew shell's arrival address- Returns:
- arrivalAddress the ID of the crew shell's arrival address
-
setArrivalAddress
Sets the ID of the crew shell's arrival address- Parameters:
arrivalAddress- the ID of the crew shell's arrival address
-
getColor
Returns the color of the crew shell- Returns:
- color the color of the crew shell
-
setColor
Sets the color of the crew shell- Parameters:
color- the color of the crew shell
-
getType
Returns the ID of the crew shell's type- Returns:
- type the ID of the crew shell's type
- See Also:
-
setType
Sets the ID of the crew shell's type- Parameters:
type- the ID of the crew shell's type- See Also:
-
getWorkCenter
Returns the ID of the crew shell's work center- Returns:
- workCenter the ID of the crew shell's work center
-
setWorkCenter
Sets the ID of the crew shell's work center- Parameters:
workCenter- the ID of the crew shell's work center
-