Class DTODataCollectionTemplateRelease
java.lang.Object
overit.geocall.model.DynO
overit.geocallapp.wfm.datacollection.rs1.template.release.DTODataCollectionTemplateRelease
- All Implemented Interfaces:
ConstraintValidator<DynO.Valid,,DynO> Serializable,overit.geocall.timezone.model.TimeZoned
DTO for data collection template release.
- Since:
- 22.0
- See Also:
- GCApi:
- dto
-
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 whether the data collection template release is active.getId()Returns the data collection template release id.Returns the data collection template release sequence number.Returns the data collection template release sheet scope id.Returns the data collection template release start date.getType()Returns the data collection template release type id.voidSets whether the data collection template release is active.voidSets the data collection template release id.voidsetSequenceNumber(Long sequenceNumber) Sets the data collection template release sequence number.voidsetSheetScope(Long sheetScope) Sets the data collection template release sheet scope id.voidsetStartDate(ZonedDateTime startDate) Sets the data collection template release start date.voidSets the data collection template release type 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
-
DTODataCollectionTemplateRelease
public DTODataCollectionTemplateRelease()
-
-
Method Details
-
getId
Returns the data collection template release id.- Returns:
- the release id
-
setId
Sets the data collection template release id.- Parameters:
id- the release id
-
getStartDate
Returns the data collection template release start date.- Returns:
- the start date
-
setStartDate
Sets the data collection template release start date.- Parameters:
startDate- the start date
-
getActive
Returns whether the data collection template release is active.- Returns:
- true if the release is active, false otherwise
-
setActive
Sets whether the data collection template release is active.- Parameters:
active- true if the release is active, false otherwise
-
getSequenceNumber
Returns the data collection template release sequence number.- Returns:
- the sequence number
-
setSequenceNumber
Sets the data collection template release sequence number.- Parameters:
sequenceNumber- the sequence number
-
getSheetScope
Returns the data collection template release sheet scope id.- Returns:
- the sheet scope id
-
setSheetScope
Sets the data collection template release sheet scope id.- Parameters:
sheetScope- the sheet scope id
-
getType
Returns the data collection template release type id.- Returns:
- the type id
-
setType
Sets the data collection template release type id.- Parameters:
type- the type id
-