Class BOFeatureUsage
java.lang.Object
overit.geocall.model.DynO
overit.geocallapp.wfm.core.bl.features.usage.BOFeatureUsage
- All Implemented Interfaces:
ConstraintValidator<DynO.Valid,,DynO> Serializable,overit.geocall.timezone.model.TimeZoned
Business object representing a feature usage
- Since:
- 9.2
- See Also:
- GCApi:
- bo
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class overit.geocall.model.DynO
DynO.SpanFields, DynO.SpanTable, DynO.Valid -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetCode()Returns the feature usage code.Returns the feature usage description.getId()Returns the feature usage id.voidSets the feature usage code.voidsetDescription(String description) Sets the feature usage description.voidSets the feature usage 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
-
BOFeatureUsage
public BOFeatureUsage()
-
-
Method Details
-
getId
Returns the feature usage id.- Returns:
- the the feature usage id
-
setId
Sets the feature usage id.- Parameters:
id- the feature usage id
-
getCode
Returns the feature usage code.- Returns:
- the code
-
setCode
Sets the feature usage code.- Parameters:
code- the code
-
getDescription
Returns the feature usage description.- Returns:
- the description
-
setDescription
Sets the feature usage description.- Parameters:
description- the description
-