Class BOAssetEntityType

java.lang.Object
overit.geocall.model.DynO
overit.geocallapp.wfm.assets.bl.entitytype.BOAssetEntityType
All Implemented Interfaces:
ConstraintValidator<DynO.Valid,DynO>, Serializable, overit.geocall.timezone.model.TimeZoned

public class BOAssetEntityType extends DynO
Business object representing an asset entity type.
Since:
17.0
See Also:
GCApi:
bo
  • Constructor Details

    • BOAssetEntityType

      public BOAssetEntityType()
  • Method Details

    • getId

      public Long getId()
      Returns the entity type's id.
      Returns:
      the the entity type's id
    • setId

      public void setId(Long id)
      Sets the entity type's id.
      Parameters:
      id - the entity type's id
    • getDescription

      public String getDescription()
      Gets the entity type's description.
      Returns:
      the entity type's description
    • setDescription

      public void setDescription(String description)
      Sets the entity type's description.
      Parameters:
      description - the entity type's description
    • getExternalCode

      public String getExternalCode()
      Returns the entity type's external code.
      Returns:
      the entity type's external code
    • setExternalCode

      public void setExternalCode(String code)
      Sets the entity type's external code.
      Parameters:
      code - entity type's external code