com.ibm.ram.common.data
Class AssetTag
java.lang.Object
com.ibm.ram.common.data.AssetTag
- Direct Known Subclasses:
- RAMAssetTag
public class AssetTag
- extends java.lang.Object
Represents a tag that is set on an asset
- Since:
- 7.1
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AssetTag
public AssetTag()
getId
public int getId()
- Returns:
- Returns the id.
- Since:
- 7.1
setId
public void setId(int id)
- Parameters:
id - The id to set.- Since:
- 7.1
getAsset
public AssetInformation getAsset()
- Returns:
- Returns the asset.
- Since:
- 7.1
setAsset
public void setAsset(AssetInformation asset)
- Parameters:
asset - The asset to set.- Since:
- 7.1
isCanDelete
public boolean isCanDelete()
- Returns:
- Returns the canDelete.
- Since:
- 7.1
setCanDelete
public void setCanDelete(boolean canDelete)
- Parameters:
canDelete - The canDelete to set.- Since:
- 7.1
getLabel
public java.lang.String getLabel()
- Returns:
- Returns the label.
- Since:
- 7.1
setLabel
public void setLabel(java.lang.String label)
- Parameters:
label - The label to set.- Since:
- 7.1
getOwner
public UserInformation getOwner()
- Returns:
- Returns the owner.
- Since:
- 7.1
setOwner
public void setOwner(UserInformation owner)
- Parameters:
owner - The owner to set.- Since:
- 7.1
getTag
public java.lang.String getTag()
- Returns:
- Returns the tag.
- Since:
- 7.1
setTag
public void setTag(java.lang.String tag)
- Parameters:
tag - The tag to set.- Since:
- 7.1