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

@EntityRef(AccountEntity.class) public class BOAccount extends DynO
Business object representing an account.
Since:
16.0
See Also:
GCApi:
bo
  • Constructor Details

    • BOAccount

      public BOAccount()
  • Method Details

    • getId

      public Long getId()
      Returns the account id.
      Returns:
      the the account id
    • setId

      public void setId(Long id)
      Sets the account id.
      Parameters:
      id - the account id
    • getOperationCenter

      public Long getOperationCenter()
      Returns the operation center id.
      Returns:
      the operation center id
    • setOperationCenter

      public void setOperationCenter(Long operationCenter)
      Sets the operation center id.
      Parameters:
      operationCenter - the operation center id
    • getCode

      public String getCode()
      Returns the account code.
      Returns:
      the account code
    • setCode

      public void setCode(String code)
      Sets the account code.
      Parameters:
      code - the account code
    • getDescription

      public String getDescription()
      Returns the account description.
      Returns:
      the account description
    • setDescription

      public void setDescription(String description)
      Sets the account description.
      Parameters:
      description - the account description
    • getFiscalCode

      public String getFiscalCode()
      Returns the account fiscal code.
      Returns:
      the account fiscal code
    • setFiscalCode

      public void setFiscalCode(String fiscalCode)
      Sets the account fiscal code.
      Parameters:
      fiscalCode - the account fiscal code
    • getNote

      public String getNote()
      Returns the account note.
      Returns:
      the account note
    • setNote

      public void setNote(String note)
      Sets the account note.
      Parameters:
      note - the account note
    • getBirthDate

      public Date getBirthDate()
      Returns the account birth date.
      Returns:
      the account birth date
    • setBirthDate

      public void setBirthDate(Date birthDate)
      Sets the account birth date.
      Parameters:
      birthDate - the account birth date
    • getType

      public Long getType()
      Returns the type id.
      Returns:
      the type id
    • setType

      public void setType(Long type)
      Sets the type id.
      Parameters:
      type - the type id
    • getExternalCode

      public String getExternalCode()
      Returns the account external code.
      Returns:
      the account external code
    • setExternalCode

      public void setExternalCode(String externalCode)
      Sets the account external code.
      Parameters:
      externalCode - the account external code
    • getExternalSystem

      public Long getExternalSystem()
      Returns the external system id.
      Returns:
      the external system id
    • setExternalSystem

      public void setExternalSystem(Long externalSystem)
      Sets the external system id.
      Parameters:
      externalSystem - the external system id
    • getWorkCenter

      public Long getWorkCenter()
      Returns the work center id.
      Returns:
      the work center id
    • setWorkCenter

      public void setWorkCenter(Long workCenter)
      Sets the work center id.
      Parameters:
      workCenter - the work center id