com.ibm.ram.common.data
Class AssetType

java.lang.Object
  extended by com.ibm.ram.common.data.AssetType
Direct Known Subclasses:
RAMAssetType

public class AssetType
extends java.lang.Object

Defines an asset type

Since:
7.1

Constructor Summary
AssetType()
           
 
Method Summary
 java.lang.String getDescription()
           
 int getId()
          The internal id of the asset type within the repository.
 java.lang.String getName()
           
 java.lang.String getURI()
           
 void setDescription(java.lang.String description)
           
 void setId(int id)
           
 void setName(java.lang.String name)
           
 void setURI(java.lang.String uri)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AssetType

public AssetType()
Method Detail

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