Class DTODataCollectionTemplateStructureOutcomeRuleInsertedSpout
java.lang.Object
overit.geocall.model.DynO
overit.geocallapp.wfm.mobileforms.spout.outcomerule.DTODataCollectionTemplateStructureOutcomeRuleInsertedSpout
- All Implemented Interfaces:
ConstraintValidator<DynO.Valid,,DynO> Serializable,overit.geocall.timezone.model.TimeZoned
Object that represent the spout payload for
BODataCollectionTemplateStructureOutcomeRule insert actions.- 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 TypeMethodDescriptionfinal LonggetId()Returns theBODataCollectionTemplateStructureOutcomeRuleid.final BooleanReturns the flag that indicates if the outcome rule is required if auto generable.final LongReturns theBODataCollectionTemplateStructureOutcomeRuleoutcome reason id.final LongReturns theBODataCollectionTemplateStructureOutcomeRuletemplate structure id.final voidSets theBODataCollectionTemplateStructureOutcomeRuleid.final voidsetIsRequiredIfAutoGenerable(Boolean isRequiredIfAutoGenerable) Sets the flag that indicates if the outcome rule is required if auto generable.final voidsetOutcomeReason(Long outcomeReason) Sets theBODataCollectionTemplateStructureOutcomeRuleoutcome reason id.final voidsetTemplateStructure(Long templateStructure) Sets theBODataCollectionTemplateStructureOutcomeRuletemplate structure 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
-
DTODataCollectionTemplateStructureOutcomeRuleInsertedSpout
public DTODataCollectionTemplateStructureOutcomeRuleInsertedSpout()
-
-
Method Details
-
getId
Returns theBODataCollectionTemplateStructureOutcomeRuleid.- Returns:
- the
BODataCollectionTemplateStructureOutcomeRuleid
-
setId
Sets theBODataCollectionTemplateStructureOutcomeRuleid.- Parameters:
id- theBODataCollectionTemplateStructureOutcomeRuleid
-
getTemplateStructure
Returns theBODataCollectionTemplateStructureOutcomeRuletemplate structure id.- Returns:
- the
BODataCollectionTemplateStructureOutcomeRuletemplate structure id
-
setTemplateStructure
Sets theBODataCollectionTemplateStructureOutcomeRuletemplate structure id.- Parameters:
templateStructure- theBODataCollectionTemplateStructureOutcomeRuletemplate structure id
-
getOutcomeReason
Returns theBODataCollectionTemplateStructureOutcomeRuleoutcome reason id.- Returns:
- the
BODataCollectionTemplateStructureOutcomeRuleoutcome reason id
-
setOutcomeReason
Sets theBODataCollectionTemplateStructureOutcomeRuleoutcome reason id.- Parameters:
outcomeReason- theBODataCollectionTemplateStructureOutcomeRuleoutcome reason id
-
getIsRequiredIfAutoGenerable
Returns the flag that indicates if the outcome rule is required if auto generable.- Returns:
- the flag that indicates if the outcome rule is required if auto generable
-
setIsRequiredIfAutoGenerable
Sets the flag that indicates if the outcome rule is required if auto generable.- Parameters:
isRequiredIfAutoGenerable- true if is required if auto generable, false otherwise
-