Class BOAccountType
java.lang.Object
overit.geocall.model.DynO
overit.geocallapp.wfm.accounts.bl.account.type.BOAccountType
- All Implemented Interfaces:
ConstraintValidator<DynO.Valid,,DynO> Serializable,overit.geocall.timezone.model.TimeZoned
Business object representing an account type.
- 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 account type's code.getColor()Returns the account type's color.Returns the account type's description.Returns the account type's external code.getId()Returns the account type's id.getOrder()Returns the account type's order.Checks if account is visible from mobile.isActive()Checks if account type is active.voidSets the account type active.voidSets the account type's code.voidSets the account type's color.voidsetDescription(LocalizedString description) Sets the account type's description.voidsetExternalCode(String externalCode) Sets the account type's external code.voidSets the account type's id.voidSets the account type's order.voidsetVisibleFromMobile(Boolean visibleFromMobile) Sets the account visibility from mobile.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
-
BOAccountType
public BOAccountType()
-
-
Method Details
-
getId
Returns the account type's id.- Returns:
- the account type's id
-
setId
Sets the account type's id.- Parameters:
id- the account type's id
-
getDescription
Returns the account type's description.- Returns:
- the description
-
setDescription
Sets the account type's description.- Parameters:
description- the description
-
getCode
Returns the account type's code.- Returns:
- the code
-
setCode
Sets the account type's code.- Parameters:
code- the code
-
getExternalCode
Returns the account type's external code.- Returns:
- the external code
-
setExternalCode
Sets the account type's external code.- Parameters:
externalCode- the external code
-
getColor
Returns the account type's color.- Returns:
- the color
-
setColor
Sets the account type's color.- Parameters:
color- the color
-
getOrder
Returns the account type's order.- Returns:
- the order id
-
setOrder
Sets the account type's order.- Parameters:
order- the order id
-
isActive
Checks if account type is active.- Returns:
- true, if is active
-
setActive
Sets the account type active.- Parameters:
active- true if the type must be active, false otherwise
-
getVisibleFromMobile
Checks if account is visible from mobile.- Returns:
- true if is visible from mobile
-
setVisibleFromMobile
Sets the account visibility from mobile.- Parameters:
visibleFromMobile- the mobile visibility
-