|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.ibm.ram.common.data.AssetInformation
public class AssetInformation
Returns information about an asset
| Constructor Summary | |
|---|---|
AssetInformation()
Constructor |
|
| Method Summary | |
|---|---|
double |
getAverageRating()
|
java.lang.String |
getCommunityName()
|
java.lang.String |
getGUID()
Deprecated. use AssetInformation#getIdentification()#getGUID() |
AssetIdentification |
getIdentification()
The unique identifier for this asset. |
long |
getLastModified()
|
AssetIdentification |
getMainAssetId()
If this is a pending Asset, a revision of an approved asset that is in draft or under review, this method will return the identification of the main asset. |
int |
getManagementStyle()
|
java.lang.String |
getName()
|
AssetIdentification |
getPendingAssetId()
If there is a pending revision of this Asset (one under review or a draft) this method will return the AssetIdentifcation of that pending asset. |
java.lang.String |
getShortDescription()
|
int |
getStateID()
|
java.lang.String |
getStateName()
|
java.lang.String |
getTypeName()
|
java.lang.String |
getVersion()
Deprecated. use AssetInformation#getIdentification()#getVersion() |
void |
setAverageRating(double averageRating)
|
void |
setCommunityName(java.lang.String groupName)
|
void |
setGUID(java.lang.String id)
Deprecated. use AssetInformation#getIdentification()#setGUID(String) |
void |
setIdentification(AssetIdentification identification)
Set the unique identifier for this asset. |
void |
setLastModified(long lastModified)
|
void |
setMainAssetId(AssetIdentification mainAsset)
Set the Main Asset's Identification. |
void |
setManagementStyle(int managementStyle)
|
void |
setName(java.lang.String name)
|
void |
setPendingAssetId(AssetIdentification pendingAsset)
Set the Pending Asset's Identification. |
void |
setShortDescription(java.lang.String shortDescription)
|
void |
setStateID(int stateID)
|
void |
setStateName(java.lang.String stateName)
|
void |
setTypeName(java.lang.String typeName)
|
void |
setVersion(java.lang.String version)
Deprecated. use AssetInformation#getIdentification()#setVersion(String) |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public AssetInformation()
| Method Detail |
|---|
public AssetIdentification getIdentification()
public void setIdentification(AssetIdentification identification)
public java.lang.String getCommunityName()
public void setCommunityName(java.lang.String groupName)
the - name of this asset's community.public java.lang.String getGUID()
AssetInformation#getIdentification()#getGUID()
public void setGUID(java.lang.String id)
AssetInformation#getIdentification()#setGUID(String)
the - unique id for this asset.public long getLastModified()
public void setLastModified(long lastModified)
last - date this asset was modified.public java.lang.String getName()
public void setName(java.lang.String name)
name - the name of the asset.public java.lang.String getShortDescription()
public void setShortDescription(java.lang.String shortDescription)
shortDescription - a short description of this asset.public java.lang.String getStateName()
public void setStateName(java.lang.String stateName)
stateName - the name of the state this asset is in.public java.lang.String getVersion()
AssetInformation#getIdentification()#getVersion()
public void setVersion(java.lang.String version)
AssetInformation#getIdentification()#setVersion(String)
version - the version of this asset.public AssetIdentification getPendingAssetId()
public void setPendingAssetId(AssetIdentification pendingAsset)
pendingAsset - public AssetIdentification getMainAssetId()
public void setMainAssetId(AssetIdentification mainAsset)
public double getAverageRating()
public void setAverageRating(double averageRating)
averageRating - The averageRating to set.public int getStateID()
public void setStateID(int stateID)
stateID - The stateID to set.public java.lang.String getTypeName()
public void setTypeName(java.lang.String typeName)
type - The name of an Asset Type to apply to this asset.public int getManagementStyle()
public void setManagementStyle(int managementStyle)
managementStyle - The managementStyle to set.public java.lang.String toString()
toString in class java.lang.Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||