Class BOOperationCenter
java.lang.Object
overit.geocall.model.DynO
overit.geocallapp.wfm.core.bl.base.operationcenter.BOOperationCenter
- All Implemented Interfaces:
ConstraintValidator<DynO.Valid,,DynO> Serializable,overit.geocall.timezone.model.TimeZoned
Business object representing a operation center
- 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 TypeMethodDescriptiongetCode()Returns the operation center code.Returns the operation center description.getId()Returns the operation center id.Returns the id of the operation center nation.Returns the id of the operation center structure.Returns the timesheet profile id.Returns the operation center timezone.Returns the id of the operation center warehouse.isActive()Checks if the operation center is active.voidSets the operation center to active.voidSets the operation center code.voidsetDescription(LocalizedString description) Sets the description.voidSets the operation center id.voidSets the id of the operation center nation.voidsetStructure(Long structure) Sets the id of the operation center structure.voidsetTimesheetProfile(Long timesheetProfile) Sets the timesheet profile id.voidsetTimezone(String timezone) Sets the operation center timezone.voidsetWarehouse(Long warehouse) Sets the id of the operation center warehouse.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
-
BOOperationCenter
public BOOperationCenter()
-
-
Method Details
-
getId
Returns the operation center id.- Returns:
- the the operation center id
-
setId
Sets the operation center id.- Parameters:
id- the operation center id
-
getCode
Returns the operation center code.- Returns:
- the code
-
setCode
Sets the operation center code.- Parameters:
code- the code
-
getDescription
Returns the operation center description.- Returns:
- the description
-
setDescription
Sets the description.- Parameters:
description- the description
-
isActive
Checks if the operation center is active.- Returns:
- true if the operation center is active, false otherwise
-
setActive
Sets the operation center to active.- Parameters:
active- true if the operation center must be active, false otherwise
-
getStructure
Returns the id of the operation center structure.- Returns:
- the structure id
- See Also:
-
setStructure
Sets the id of the operation center structure.- Parameters:
structure- the structure id- See Also:
-
getWarehouse
Returns the id of the operation center warehouse.- Returns:
- the warehouse id
-
setWarehouse
Sets the id of the operation center warehouse.- Parameters:
warehouse- the warehouse id
-
getNation
Returns the id of the operation center nation.- Returns:
- the nation id
- See Also:
-
setNation
Sets the id of the operation center nation.- Parameters:
nation- the nation id- See Also:
-
getTimezone
Returns the operation center timezone.- Returns:
- the timezone
-
setTimezone
Sets the operation center timezone.- Parameters:
timezone- the timezone
-
getTimesheetProfile
Returns the timesheet profile id.- Returns:
- the timesheet profile id
- See Also:
-
setTimesheetProfile
Sets the timesheet profile id.- Parameters:
timesheetProfile- the timesheet profile id- See Also:
-