Class BOAccountStatus
java.lang.Object
overit.geocall.model.DynO
overit.geocallapp.wfm.accounts.bl.account.status.BOAccountStatus
- All Implemented Interfaces:
ConstraintValidator<DynO.Valid,,DynO> Serializable,overit.geocall.timezone.model.TimeZoned
Business object representing an account status.
- Since:
- 16.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 TypeMethodDescriptiongetCode()Returns the code.getColor()Returns the color.Returns the description.getId()Returns the id.getOrder()Returns the order.getType()Returns the id of the type.Returns the type category.isActive()Checks if the account status is active.voidSets the account status to active.voidSets the code.voidSets the color.voidsetDescription(LocalizedString description) Sets the description.voidSets the id.voidSets the order.voidSets the id of the type.voidsetTypeCategory(Long typeCategory) Sets the type category.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
-
BOAccountStatus
public BOAccountStatus()
-
-
Method Details
-
getId
Returns the id.- Returns:
- the id
-
setId
Sets the id.- Parameters:
id- the id
-
getCode
Returns the code.- Returns:
- the code
-
setCode
Sets the code.- Parameters:
code- the code
-
getColor
Returns the color.- Returns:
- the color
-
setColor
Sets the color.- Parameters:
color- the color
-
getDescription
Returns the description.- Returns:
- the description
-
setDescription
Sets the description.- Parameters:
description- the description
-
getType
Returns the id of the type.- Returns:
- the id of the state type
-
setType
Sets the id of the type.- Parameters:
type- the type id
-
getTypeCategory
Returns the type category.- Returns:
- the type category
-
setTypeCategory
Sets the type category.- Parameters:
typeCategory- type category
-
getOrder
Returns the order.- Returns:
- the order
-
setOrder
Sets the order.- Parameters:
order- the order
-
isActive
Checks if the account status is active.- Returns:
- true if is the account status is active, false otherwise
-
setActive
Sets the account status to active.- Parameters:
active- true if the account status must be active, false otherwise
-