com.ibm.ram.rich.core
Interface IAssetIdentifier


Deprecated. Use AssetIdentification to identify an asset. AssetInformation should be used to identify and provide name, state etc. of the asset for display.

public interface IAssetIdentifier

Public Identifier of an asset on a server

See Also:
AssetIdentification, AssetInformation

Method Summary
 java.lang.String getGUID()
          Deprecated. Provides the unique GUID of the asset.
 java.lang.String getName()
          Deprecated. Provides the name of the asset.
 IRepositoryIdentifier getRepository()
          Deprecated. Provides the repository to which the asset is associated.
 java.lang.String getStateName()
          Deprecated. Optionally provides the name of the state the asset is in.
 java.lang.String getVersion()
          Deprecated. Provides the version of the asset.
 

Method Detail

getName

java.lang.String getName()
Deprecated. 
Provides the name of the asset. Generally used for display purposes.

Returns:

getGUID

java.lang.String getGUID()
Deprecated. 
Provides the unique GUID of the asset.

Returns:

getVersion

java.lang.String getVersion()
Deprecated. 
Provides the version of the asset.

Returns:

getRepository

IRepositoryIdentifier getRepository()
Deprecated. 
Provides the repository to which the asset is associated.

Returns:

getStateName

java.lang.String getStateName()
Deprecated. 
Optionally provides the name of the state the asset is in. This can be null.

Returns: