public class AssetCategory extends java.lang.Object implements IAssetCategory
IAssetCategory.| Constructor and Description |
|---|
AssetCategory() |
| Modifier and Type | Method and Description |
|---|---|
static AssetCategory |
copy(IAssetCategory input)
Create a copy of an SPI object.
|
AssetType |
getAssetType()
Indicates the type of assets provided.
|
java.lang.String |
getId()
Get the unique module identifier.
|
java.lang.String |
getName()
Get the module name.
|
void |
setAssetType(AssetType assetType) |
void |
setId(java.lang.String id) |
void |
setName(java.lang.String name) |
public java.lang.String getId()
IAssetCategorygetId in interface IAssetCategorypublic void setId(java.lang.String id)
public java.lang.String getName()
IAssetCategorygetName in interface IAssetCategorypublic void setName(java.lang.String name)
public AssetType getAssetType()
IAssetCategorygetAssetType in interface IAssetCategorypublic void setAssetType(AssetType assetType)
public static AssetCategory copy(IAssetCategory input) throws SiteWhereException
input - SiteWhereException