Class BOActivity
java.lang.Object
overit.geocall.model.DynO
overit.geocallapp.wfm.forecastcapacity.bl.activity.BOActivity
- All Implemented Interfaces:
ConstraintValidator<DynO.Valid,,DynO> Serializable,overit.geocall.timezone.model.TimeZoned
Business object representing an activity.
- Since:
- 20.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 TypeMethodDescriptionactive()Returns the active flag.code()Returns the activity code.Returns the description.id()Returns the activity id.multiDay()Returns the multi day flag.voidSets the active flag.voidSets the activity codevoidsetDescription(LocalizedString description) Sets the description.voidSets the activity id.voidsetMultiDay(Boolean multiDay) Sets the multi day flag.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
-
BOActivity
public BOActivity()
-
-
Method Details
-
id
Returns the activity id.- Returns:
- the activity id
-
setId
Sets the activity id.- Parameters:
id- the activity id
-
code
Returns the activity code.- Returns:
- the activity code
-
setCode
Sets the activity code- Parameters:
code- the activity code
-
description
Returns the description.- Returns:
- the description
-
setDescription
Sets the description.- Parameters:
description- the description
-
active
Returns the active flag.- Returns:
- the active flag
-
setActive
Sets the active flag.- Parameters:
active- the active flag
-
multiDay
Returns the multi day flag.- Returns:
- the multi day flag
-
setMultiDay
Sets the multi day flag.- Parameters:
multiDay- the multi day flag
-