Class DTOAccountFilter

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

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

    • DTOAccountFilter

      public DTOAccountFilter()
  • Method Details

    • getId

      public Collection<Long> getId()
      Gets the id.
      Returns:
      the id
    • setId

      public void setId(Collection<Long> id)
      Sets the id.
      Parameters:
      id - the new id
    • getOperationCenter

      public Collection<Long> getOperationCenter()
      Gets the operation center.
      Returns:
      the operation center
    • setOperationCenter

      public void setOperationCenter(Collection<Long> operationCenterId)
      Sets the operation center.
      Parameters:
      operationCenterId - the new operation center
    • getOperationCenterId

      public Collection<Long> getOperationCenterId()
      Gets the operation center id.
      Returns:
      the operation center id
    • setOperationCenterId

      public void setOperationCenterId(Collection<Long> operationCenter)
      Sets the operation center id.
      Parameters:
      operationCenter - the new operation center id
    • getCode

      public Collection<String> getCode()
      Gets the code.
      Returns:
      the code
    • setCode

      public void setCode(Collection<String> code)
      Sets the code.
      Parameters:
      code - the new code
    • getDescription

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

      public void setDescription(String description)
      Sets the description.
      Parameters:
      description - the new description
    • getNote

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

      public void setNote(String note)
      Sets the note.
      Parameters:
      note - the new note
    • getType

      public Collection<Long> getType()
      Gets the type.
      Returns:
      the type
    • setType

      public void setType(Collection<Long> typeId)
      Sets the type.
      Parameters:
      typeId - the new type
    • getTypeId

      public Collection<Long> getTypeId()
      Gets the type id.
      Returns:
      the type id
    • setTypeId

      public void setTypeId(Collection<Long> type)
      Sets the type id.
      Parameters:
      type - the new type id
    • getExternalCode

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

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

      public Collection<Long> getExternalSystem()
      Gets the external system.
      Returns:
      the external system
    • setExternalSystem

      public void setExternalSystem(Collection<Long> externalSystemId)
      Sets the external system.
      Parameters:
      externalSystemId - the new external system
    • getExternalSystemId

      public Collection<Long> getExternalSystemId()
      Gets the external system id.
      Returns:
      the external system id
    • setExternalSystemId

      public void setExternalSystemId(Collection<Long> externalSystem)
      Sets the external system id.
      Parameters:
      externalSystem - the new external system id