Class BOAgendaHistory
java.lang.Object
overit.geocall.model.DynO
overit.geocallapp.wfm.scheduling.bl.agenda.history.BOAgendaHistory
- All Implemented Interfaces:
ConstraintValidator<DynO.Valid,,DynO> Serializable,overit.geocall.timezone.model.TimeZoned
Business object representing an agenda history.
- Since:
- 18.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 the action id.Returns the agenda id.Returns the agenda history end date.Returns the foreman id.Returns the agenda history insert date.getId()Returns the agenda history id.Returns the agenda history start date.Returns the agenda state id.Returns the team resources.voidSets the action id.voidSets the agenda id.voidsetEndDate(Date endDate) Sets the agenda history agenda end date.voidsetForeman(Long foreman) Sets the foreman id.voidsetHistoryInsertDate(Date historyInsertDate) Sets the agenda history insert date.voidSets the agenda history id.voidsetStartDate(Date startDate) Sets the agenda history start date.voidSets the agenda state id.voidsetTeamResources(String teamResources) Sets the team resources.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
-
BOAgendaHistory
public BOAgendaHistory()
-
-
Method Details
-
getAction
Returns the action id.- Returns:
- the action id
-
setAction
Sets the action id.- Parameters:
action- the action id
-
getHistoryInsertDate
Returns the agenda history insert date.- Returns:
- the agenda history insert date
-
setHistoryInsertDate
Sets the agenda history insert date.- Parameters:
historyInsertDate- the agenda history insert date
-
getId
Returns the agenda history id.- Returns:
- the the agenda history id
-
setId
Sets the agenda history id.- Parameters:
id- the agenda history id
-
getAgenda
Returns the agenda id.- Returns:
- the agenda id
- See Also:
-
setAgenda
Sets the agenda id.- Parameters:
agenda- the agenda id- See Also:
-
getStartDate
Returns the agenda history start date.- Returns:
- the agenda history start date
-
setStartDate
Sets the agenda history start date.- Parameters:
startDate- the agenda history start date
-
getEndDate
Returns the agenda history end date.- Returns:
- the agenda history end date
-
setEndDate
Sets the agenda history agenda end date.- Parameters:
endDate- the agenda history end date
-
getForeman
Returns the foreman id.- Returns:
- the foreman id
-
setForeman
Sets the foreman id.- Parameters:
foreman- the foreman id
-
getStatus
Returns the agenda state id.- Returns:
- the agenda state id
-
setStatus
Sets the agenda state id.- Parameters:
status- the agenda state id
-
getTeamResources
Returns the team resources.- Returns:
- the team resources
-
setTeamResources
Sets the team resources.- Parameters:
teamResources- the team resources
-