Class AssetType


  • public class AssetType
    extends HibernateObject
    Categorises assets by type. It provides a unique code and description to help organise and filter assets based on their characteristics.
    • Constructor Detail

      • AssetType

        public AssetType()
    • Method Detail

      • getAssetType

        public java.lang.String getAssetType()
      • setAssetType

        public void setAssetType​(java.lang.String assetType)
      • getDescription

        public java.lang.String getDescription()
      • setDescription

        public void setDescription​(java.lang.String description)
      • getDeleted

        public java.util.Date getDeleted()
      • setDeleted

        public void setDeleted​(java.util.Date deleted)
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object