Class BOFeatureUsage

java.lang.Object
overit.geocall.model.DynO
overit.geocallapp.wfm.core.bl.features.usage.BOFeatureUsage
All Implemented Interfaces:
ConstraintValidator<DynO.Valid,DynO>, Serializable, overit.geocall.timezone.model.TimeZoned

public class BOFeatureUsage extends DynO
Business object representing a feature usage
Since:
9.2
See Also:
GCApi:
bo
  • Constructor Details

    • BOFeatureUsage

      public BOFeatureUsage()
  • Method Details

    • getId

      public Long getId()
      Returns the feature usage id.
      Returns:
      the the feature usage id
    • setId

      public void setId(Long id)
      Sets the feature usage id.
      Parameters:
      id - the feature usage id
    • getCode

      public String getCode()
      Returns the feature usage code.
      Returns:
      the code
    • setCode

      public void setCode(String code)
      Sets the feature usage code.
      Parameters:
      code - the code
    • getDescription

      public String getDescription()
      Returns the feature usage description.
      Returns:
      the description
    • setDescription

      public void setDescription(String description)
      Sets the feature usage description.
      Parameters:
      description - the description