Skip navigation links


com.fatwire.assetapi.data
Interface AssetId

All Known Subinterfaces:
RecommendedAssetId
All Known Implementing Classes:
AssetIdImpl

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

Skip navigation links


Copyright (c) 2013, Oracle and/or its affiliates. All rights reserved.