com.fatwire.assetapi.data
Interface AssetId


public interface AssetId

This interface identifies an instance of the asset uniquely in the system. This is combination of asset type and asset id.


Method Summary
 long getId()
          Returns asset id
 java.lang.String getType()
          Returns asset type
 

Method Detail

getId

long getId()
Returns asset id

Returns:
asset id

getType

java.lang.String getType()
Returns asset type

Returns:
asset type