Class BOOperationCenterResourceAddress
java.lang.Object
overit.geocall.model.DynO
overit.geocallapp.wfm.core.bl.schedule.schedulingresource.operationcenteraddress.BOOperationCenterResourceAddress
- All Implemented Interfaces:
ConstraintValidator<DynO.Valid,,DynO> Serializable,overit.geocall.timezone.model.TimeZoned
Business object representing a operation center resource address.
- Since:
- 9.2
- 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 the id of the operation center resource address.booleanChecks if the operation center resource address is an arrival point.booleanChecks if the operation center resource address is a departure point.voidsetAddress(BOAddress address) Sets the id of the operation center resource address.voidsetArrivalPoint(boolean isArrivalPoint) Sets the operation center resource address to arrival point.voidsetDeparturePoint(boolean isDeparturePoint) Sets the operation center resource address to departure point.Methods 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
-
BOOperationCenterResourceAddress
public BOOperationCenterResourceAddress()
-
-
Method Details
-
isDeparturePoint
public boolean isDeparturePoint()Checks if the operation center resource address is a departure point.- Returns:
- true if the operation center resource address is a departure point, false otherwise
-
setDeparturePoint
public void setDeparturePoint(boolean isDeparturePoint) Sets the operation center resource address to departure point.- Parameters:
isDeparturePoint- true if the operation center resource address must be a departure point, false otherwise
-
isArrivalPoint
public boolean isArrivalPoint()Checks if the operation center resource address is an arrival point.- Returns:
- true if the operation center resource address is an arrival point, false otherwise
-
setArrivalPoint
public void setArrivalPoint(boolean isArrivalPoint) Sets the operation center resource address to arrival point.- Parameters:
isArrivalPoint- true if the operation center resource address must be an arrival point, false otherwise
-
getAddress
Returns the id of the operation center resource address.- Returns:
- the address id
- See Also:
-
setAddress
Sets the id of the operation center resource address.- Parameters:
address- the address id- See Also:
-