com.ibm.ram.common.data
Class AssetType
java.lang.Object
com.ibm.ram.common.data.AssetType
- Direct Known Subclasses:
- RAMAssetType
public class AssetType
- extends java.lang.Object
Defines an asset type
- Since:
- 7.1
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AssetType
public AssetType()
getId
public int getId()
- The internal id of the asset type within the repository.
- Returns:
- Returns the id.
- Since:
- 7.1
setId
public void setId(int id)
- Parameters:
id - The id to set.- Since:
- 7.1
getURI
public java.lang.String getURI()
- Returns:
- Returns the uri.
- Since:
- 7.1
setURI
public void setURI(java.lang.String uri)
- Parameters:
uri - The uri to set.- Since:
- 7.1
getDescription
public java.lang.String getDescription()
- Returns:
- Returns the description.
- Since:
- 7.1
setDescription
public void setDescription(java.lang.String description)
- Parameters:
description - The description to set.- Since:
- 7.1
getName
public java.lang.String getName()
- Returns:
- Returns the name.
- Since:
- 7.1
setName
public void setName(java.lang.String name)
- Parameters:
name - The name to set.- Since:
- 7.1