Class BODataCollectionTemplateStructureOutcomeRule
java.lang.Object
overit.geocall.model.DynO
overit.geocallapp.wfm.mobileforms.bl.outcomerule.BODataCollectionTemplateStructureOutcomeRule
- All Implemented Interfaces:
ConstraintValidator<DynO.Valid,,DynO> Serializable,overit.geocall.timezone.model.TimeZoned
Business object representing a data collection template structure outcome rule
- 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 TypeMethodDescriptiongetId()Returns the data collection template structure outcome rule id.booleanReturns the flag that indicates if the outcome rule is required if auto generableReturns the outcome reason id.Returns the template structure id.voidSets the data collection template structure outcome rule id.voidsetOutcomeReason(Long outcomeReason) Sets the outcome reason id.voidsetRequiredIfAutoGenerable(boolean isRequiredIfAutoGenerable) Sets the flag that indicates if the outcome rule is required if auto generable.voidsetTemplateStructure(Long templateStructure) Sets the template 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
-
BODataCollectionTemplateStructureOutcomeRule
public BODataCollectionTemplateStructureOutcomeRule()
-
-
Method Details
-
getId
Returns the data collection template structure outcome rule id.- Returns:
- the data collection template structure outcome rule id
-
setId
Sets the data collection template structure outcome rule id.- Parameters:
id- the data collection template structure outcome rule id
-
getTemplateStructure
Returns the template structure id.- Returns:
- the template structure id
-
setTemplateStructure
Sets the template structure id.- Parameters:
templateStructure- the template structure id
-
getOutcomeReason
Returns the outcome reason id.- Returns:
- the outcome reason id
-
setOutcomeReason
Sets the outcome reason id.- Parameters:
outcomeReason- the outcome reason id
-
getIsRequiredIfAutoGenerable
public boolean 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
-
setRequiredIfAutoGenerable
public void setRequiredIfAutoGenerable(boolean isRequiredIfAutoGenerable) 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
-