Class DTOAccountStatusSearchFilter

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

public class DTOAccountStatusSearchFilter extends DynO
DTO representing an Account status search request.
Since:
16.0
See Also:
GCApi:
dto
  • Constructor Details

    • DTOAccountStatusSearchFilter

      public DTOAccountStatusSearchFilter()
  • Method Details

    • getId

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

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

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

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

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

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

      public final Long getOrder()
      Gets the order.
      Returns:
      the order
    • setOrder

      public final void setOrder(Long order)
      Sets the order.
      Parameters:
      order - the new order
    • getActive

      public final Boolean getActive()
      Gets the active.
      Returns:
      the active
    • setActive

      public final void setActive(Boolean active)
      Sets the active.
      Parameters:
      active - the new active
    • getColor

      public final String getColor()
      Gets the color.
      Returns:
      the color
    • setColor

      public final void setColor(String color)
      Sets the color.
      Parameters:
      color - the new color
    • getTypeId

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

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

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