public class HardwareAsset extends Asset implements IHardwareAsset, java.io.Serializable
Constructor and Description |
---|
HardwareAsset() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDescription()
Get the asset description.
|
java.lang.String |
getSku()
Get the stock keeping unit (SKU).
|
void |
setDescription(java.lang.String description) |
void |
setSku(java.lang.String sku) |
compareTo, getAssetCategoryId, getId, getImageUrl, getName, getProperties, getType, setAssetCategoryId, setId, setImageUrl, setName, setProperties, setType
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getAssetCategoryId, getId, getImageUrl, getName, getProperties, getType
public java.lang.String getSku()
IHardwareAsset
getSku
in interface IHardwareAsset
public void setSku(java.lang.String sku)
public java.lang.String getDescription()
IHardwareAsset
getDescription
in interface IHardwareAsset
public void setDescription(java.lang.String description)