Class BOMeterLocation

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

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

    • BOMeterLocation

      public BOMeterLocation()
  • Method Details

    • getId

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

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

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

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

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

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

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

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

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

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