Class BOMeterBrand

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

public class BOMeterBrand extends DynO
Business object representing a meter brand.
Since:
16.0
See Also:
GCApi:
bo
  • Constructor Details

    • BOMeterBrand

      public BOMeterBrand()
  • Method Details

    • getId

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

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

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

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

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

      public void setDescription(String description)
      Sets the meter brand description.
      Parameters:
      description - the description
    • getOrder

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

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

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

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