Class BOAccount
java.lang.Object
overit.geocall.model.DynO
overit.geocallapp.wfm.accounts.bl.account.BOAccount
- All Implemented Interfaces:
ConstraintValidator<DynO.Valid,,DynO> Serializable,overit.geocall.timezone.model.TimeZoned
Business object representing an account.
- 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 TypeMethodDescriptionReturns the account birth date.getCode()Returns the account code.Returns the account description.Returns the account external code.Returns the external system id.Returns the account fiscal code.getId()Returns the account id.getNote()Returns the account note.Returns the operation center id.getType()Returns the type id.Returns the work center id.voidsetBirthDate(Date birthDate) Sets the account birth date.voidSets the account code.voidsetDescription(String description) Sets the account description.voidsetExternalCode(String externalCode) Sets the account external code.voidsetExternalSystem(Long externalSystem) Sets the external system id.voidsetFiscalCode(String fiscalCode) Sets the account fiscal code.voidSets the account id.voidSets the account note.voidsetOperationCenter(Long operationCenter) Sets the operation center id.voidSets the type id.voidsetWorkCenter(Long workCenter) Sets the work center 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
-
BOAccount
public BOAccount()
-
-
Method Details
-
getId
Returns the account id.- Returns:
- the the account id
-
setId
Sets the account id.- Parameters:
id- the account id
-
getOperationCenter
Returns the operation center id.- Returns:
- the operation center id
-
setOperationCenter
Sets the operation center id.- Parameters:
operationCenter- the operation center id
-
getCode
Returns the account code.- Returns:
- the account code
-
setCode
Sets the account code.- Parameters:
code- the account code
-
getDescription
Returns the account description.- Returns:
- the account description
-
setDescription
Sets the account description.- Parameters:
description- the account description
-
getFiscalCode
Returns the account fiscal code.- Returns:
- the account fiscal code
-
setFiscalCode
Sets the account fiscal code.- Parameters:
fiscalCode- the account fiscal code
-
getNote
Returns the account note.- Returns:
- the account note
-
setNote
Sets the account note.- Parameters:
note- the account note
-
getBirthDate
Returns the account birth date.- Returns:
- the account birth date
-
setBirthDate
Sets the account birth date.- Parameters:
birthDate- the account birth date
-
getType
Returns the type id.- Returns:
- the type id
-
setType
Sets the type id.- Parameters:
type- the type id
-
getExternalCode
Returns the account external code.- Returns:
- the account external code
-
setExternalCode
Sets the account external code.- Parameters:
externalCode- the account external code
-
getExternalSystem
Returns the external system id.- Returns:
- the external system id
-
setExternalSystem
Sets the external system id.- Parameters:
externalSystem- the external system id
-
getWorkCenter
Returns the work center id.- Returns:
- the work center id
-
setWorkCenter
Sets the work center id.- Parameters:
workCenter- the work center id
-