java.lang.Object
overit.geocall.model.DynO
overit.geocallapp.wfm.systemsettings.bl.datatype.BODataType
All Implemented Interfaces:
ConstraintValidator<DynO.Valid,DynO>, Serializable, overit.geocall.timezone.model.TimeZoned

public class BODataType extends DynO
Business object representing a data type
Since:
17.0
See Also:
GCApi:
bo
  • Constructor Details

    • BODataType

      public BODataType()
  • Method Details

    • getId

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

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

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

      public void setDescription(String description)
      Sets the data type description.
      Parameters:
      description - the description
    • getExtendedDescription

      public String getExtendedDescription()
      Returns the data type extended description.
      Returns:
      the extended description
    • setExtendedDescription

      public void setExtendedDescription(String extendedDescription)
      Sets the data type extended description.
      Parameters:
      extendedDescription - the extended description
    • getExternalCode

      public String getExternalCode()
      Returns the data type external code.
      Returns:
      the external code
    • setExternalCode

      public void setExternalCode(String externalCode)
      Sets the data type external code.
      Parameters:
      externalCode - the external code