Package com.sgs.common.database
Class AssetType
- java.lang.Object
-
- com.sgs.common.database.HibernateObject
-
- com.sgs.common.database.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.
-
-
Field Summary
-
Fields inherited from class com.sgs.common.database.HibernateObject
ID
-
-
Constructor Summary
Constructors Constructor Description AssetType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getAssetType()
java.util.Date
getDeleted()
java.lang.String
getDescription()
void
setAssetType(java.lang.String assetType)
void
setDeleted(java.util.Date deleted)
void
setDescription(java.lang.String description)
java.lang.String
toString()
-
Methods inherited from class com.sgs.common.database.HibernateObject
getExported, getID, isDontSave, isModified, setDontSave, setExported, setID, setModified
-
-
-
-
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 classjava.lang.Object
-
-