Class DTOAccountInsert

java.lang.Object
overit.geocall.model.DynO
overit.geocallapp.wfm.accounts.rs1.account.DTOAccountInsert
All Implemented Interfaces:
ConstraintValidator<DynO.Valid,DynO>, Serializable, overit.geocall.timezone.model.TimeZoned

@EntityRef(AccountEntity.class) public class DTOAccountInsert extends DynO
DTO for insert account
Since:
16.0
See Also:
GCApi:
dto
  • Constructor Details

    • DTOAccountInsert

      public DTOAccountInsert()
  • Method Details

    • getOperationCenter

      public Long getOperationCenter()
    • setOperationCenter

      public void setOperationCenter(Long operationCenter)
    • getCode

      public String getCode()
    • setCode

      public void setCode(String code)
    • getDescription

      public String getDescription()
    • setDescription

      public void setDescription(String description)
    • getFiscalCode

      public String getFiscalCode()
    • setFiscalCode

      public void setFiscalCode(String fiscalCode)
    • getNote

      public String getNote()
    • setNote

      public void setNote(String note)
    • getBirthDate

      public ZonedDateTime getBirthDate()
    • setBirthDate

      public void setBirthDate(ZonedDateTime birthDate)
    • getType

      public Long getType()
    • setType

      public void setType(Long type)
    • getExternalSystem

      public Long getExternalSystem()
    • setExternalSystem

      public void setExternalSystem(Long externalSystem)
    • getAddress

      public Long getAddress()
    • setAddress

      public void setAddress(Long address)