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()
IAssetCategory
getId
in interface IAssetCategory
public void setId(java.lang.String id)
public java.lang.String getName()
IAssetCategory
getName
in interface IAssetCategory
public void setName(java.lang.String name)
public AssetType getAssetType()
IAssetCategory
getAssetType
in interface IAssetCategory
public void setAssetType(AssetType assetType)
public static AssetCategory copy(IAssetCategory input) throws SiteWhereException
input
- SiteWhereException