Class BORoughPlanning
java.lang.Object
overit.geocall.model.DynO
overit.geocallapp.wfm.roughplanning.bl.BORoughPlanning
- All Implemented Interfaces:
ConstraintValidator<DynO.Valid,,DynO> Serializable,overit.geocall.timezone.model.TimeZoned
Business object representing a row of a rough planning
- Since:
- 18.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 TypeMethodDescriptiongetCode()Returns the rough planning codeReturns the rough planning start dateReturns the rough planning creation userReturns the rough planning descriptionReturns the rough planning end dategetId()Returns the rough planning idReturns the rough planning operation center's idReturns the rough planning start dategetState()Returns the rough planning state's idReturns the rough planning time sizeReturns the rough planning time unitReturns the rough planning workload distribution rulevoidSets the rough planning codevoidsetCreationDate(Date creationDate) Sets the rough planning creation datevoidsetCreationUser(Long creationUser) Sets the rough planning creation uservoidsetDescription(String description) Sets the rough planning descriptionvoidsetEndDate(Date endDate) Sets the rough planning end datevoidSets the rough planning idvoidsetOperationCenter(Long operationCenter) Sets the rough planning operation center's idvoidsetStartDate(Date startDate) Sets the rough planning start datevoidSets the rough planning state's idvoidsetTimeSize(Long timeSize) Sets the rough planning time sizevoidsetTimeUnit(Long timeUnit) Sets the rough planning time unitvoidsetWorkloadDistributionRule(Long workloadDistributionRule) Sets the rough planning workload distribution ruleMethods 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
-
BORoughPlanning
public BORoughPlanning()
-
-
Method Details
-
getId
Returns the rough planning id- Returns:
- the rough planning id
-
setId
Sets the rough planning id- Parameters:
id- the rough planning id
-
getOperationCenter
Returns the rough planning operation center's id- Returns:
- the operation center's id
-
setOperationCenter
Sets the rough planning operation center's id- Parameters:
operationCenter- the operation center's id
-
getCode
Returns the rough planning code- Returns:
- the rough planning code
-
setCode
Sets the rough planning code- Parameters:
code- the rough planning code
-
getDescription
Returns the rough planning description- Returns:
- the rough planning description
-
setDescription
Sets the rough planning description- Parameters:
description- the rough planning description
-
getState
Returns the rough planning state's id- Returns:
- the state's id
-
setState
Sets the rough planning state's id- Parameters:
state- the rough planning state's id
-
getCreationDate
Returns the rough planning start date- Returns:
- the rough planning start date
-
setCreationDate
Sets the rough planning creation date- Parameters:
creationDate- the rough planning creation date
-
getCreationUser
Returns the rough planning creation user- Returns:
- the rough planning creation user
-
setCreationUser
Sets the rough planning creation user- Parameters:
creationUser- the rough planning creation user
-
getWorkloadDistributionRule
Returns the rough planning workload distribution rule- Returns:
- the rough planning workload distribution rule
-
setWorkloadDistributionRule
Sets the rough planning workload distribution rule- Parameters:
workloadDistributionRule- the rough planning workload distribution rule
-
getTimeSize
Returns the rough planning time size- Returns:
- the rough planning time size
-
setTimeSize
Sets the rough planning time size- Parameters:
timeSize- the rough planning time size
-
getTimeUnit
Returns the rough planning time unit- Returns:
- the rough planning time unit
-
setTimeUnit
Sets the rough planning time unit- Parameters:
timeUnit- the rough planning time unit
-
getStartDate
Returns the rough planning start date- Returns:
- the rough planning start date
-
setStartDate
Sets the rough planning start date- Parameters:
startDate- the rough planning start date
-
getEndDate
Returns the rough planning end date- Returns:
- the rough planning end date
-
setEndDate
Sets the rough planning end date- Parameters:
endDate- the rough planning end date
-