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

public class BOMeterClass extends DynO
Business object representing a meter class.
Since:
17.0
See Also:
GCApi:
bo
  • Constructor Details

    • BOMeterClass

      public BOMeterClass()
  • Method Details

    • getId

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

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

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

      public void setCode(String code)
      Sets the meter class code.
      Parameters:
      code - the code
    • getDescription

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

      public void setDescription(String description)
      Sets the meter class description.
      Parameters:
      description - the description
    • 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 meter class is active.
      Returns:
      true if the meter class is active, false otherwise
    • setActive

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