Class BODataCollectionTemplateStructureRelease
java.lang.Object
overit.geocall.model.DynO
overit.geocallapp.wfm.mobileforms.bl.template.structure.release.BODataCollectionTemplateStructureRelease
- All Implemented Interfaces:
ConstraintValidator<DynO.Valid,,DynO> Serializable,overit.geocall.timezone.model.TimeZoned
Business object representing a data collection template structure release
- Since:
- 12.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 active.getId()Returns the data collection template structure release id.Returns the sequence number id.Returns the start date.Returns the structure id.Returns the template id.voidSets the active.voidSets the data collection template structure release id.voidsetSequenceNumber(Long sequenceNumber) Sets the sequence number id.voidsetStartDate(Date startDate) Sets the start date.voidsetStructure(Long structure) Sets the structure id.voidsetTemplate(Long template) Sets the template id.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
-
BODataCollectionTemplateStructureRelease
public BODataCollectionTemplateStructureRelease()
-
-
Method Details
-
getId
Returns the data collection template structure release id.- Returns:
- the the data collection template structure release id
-
setId
Sets the data collection template structure release id.- Parameters:
id- the data collection template structure release id
-
getStructure
Returns the structure id.- Returns:
- the structure id
-
setStructure
Sets the structure id.- Parameters:
structure- the structure id
-
getActive
Returns the active.- Returns:
- the active
-
setActive
Sets the active.- Parameters:
active- the active
-
getSequenceNumber
Returns the sequence number id.- Returns:
- the sequence number id
-
setSequenceNumber
Sets the sequence number id.- Parameters:
sequenceNumber- the sequence number id
-
getStartDate
Returns the start date.- Returns:
- the start date
-
setStartDate
Sets the start date.- Parameters:
startDate- the start date
-
getTemplate
Returns the template id.- Returns:
- the template id
-
setTemplate
Sets the template id.- Parameters:
template- the template id
-