Class BOConverterType

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

public class BOConverterType extends DynO
Business object representing a converter type.
Since:
17.0
See Also:
GCApi:
bo
  • Constructor Details

    • BOConverterType

      public BOConverterType()
  • Method Details

    • getId

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

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

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

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

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

      public void setDescription(String description)
      Sets the converter type description.
      Parameters:
      description - the description
    • getOrder

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

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

      public Boolean isActive()
      Checks if converter type is active.
      Returns:
      true if converter type is active, false otherwise
    • setActive

      public void setActive(Boolean active)
      Sets the converter type active flag.
      Parameters:
      active - the converter type active flag