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

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

    • BOMeterType

      public BOMeterType()
  • Method Details

    • getId

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

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

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

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

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

      public void setDescription(String description)
      Sets the meter type description.
      Parameters:
      description - the description
    • getValidityBegin

      public Date getValidityBegin()
      Returns the validity begin date of the meter type.
      Returns:
      the validity begin date
    • setValidityBegin

      public void setValidityBegin(Date validityBegin)
      Sets the validity begin date of the meter type.
      Parameters:
      validityBegin - the validity begin date
    • getValidityEnd

      public Date getValidityEnd()
      Returns the validity end date meter type.
      Returns:
      the validity end date
    • setValidityEnd

      public void setValidityEnd(Date validityEnd)
      Sets the validity end date of the meter type.
      Parameters:
      validityEnd - the validity end date