Class BOAccountStatus

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

public class BOAccountStatus extends DynO
Business object representing an account status.
Since:
16.0
See Also:
GCApi:
bo
  • Constructor Details

    • BOAccountStatus

      public BOAccountStatus()
  • Method Details

    • getId

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

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

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

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

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

      public void setColor(String color)
      Sets the color.
      Parameters:
      color - the color
    • getDescription

      public LocalizedString getDescription()
      Returns the description.
      Returns:
      the description
    • setDescription

      public void setDescription(LocalizedString description)
      Sets the description.
      Parameters:
      description - the description
    • getType

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

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

      public Long getTypeCategory()
      Returns the type category.
      Returns:
      the type category
    • setTypeCategory

      public void setTypeCategory(Long typeCategory)
      Sets the type category.
      Parameters:
      typeCategory - type category
    • getOrder

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

      public void setOrder(Long order)
      Sets the order.
      Parameters:
      order - the order
    • isActive

      public Boolean isActive()
      Checks if the account status is active.
      Returns:
      true if is the account status is active, false otherwise
    • setActive

      public void setActive(Boolean active)
      Sets the account status to active.
      Parameters:
      active - true if the account status must be active, false otherwise