@Deprecated public class AssetInfoDisplayObjectProvider extends java.lang.Object implements InfoDisplayObjectProvider<AssetEntry>
| Constructor and Description |
|---|
AssetInfoDisplayObjectProvider(AssetEntry assetEntry)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
long |
getClassNameId()
Deprecated.
|
long |
getClassPK()
Deprecated.
|
long |
getClassTypeId()
Deprecated.
|
java.lang.String |
getDescription(java.util.Locale locale)
Deprecated.
|
AssetEntry |
getDisplayObject()
Deprecated.
|
long |
getGroupId()
Deprecated.
|
java.lang.String |
getKeywords(java.util.Locale locale)
Deprecated.
|
java.lang.String |
getTitle(java.util.Locale locale)
Deprecated.
|
java.lang.String |
getURLTitle(java.util.Locale locale)
Deprecated.
|
public AssetInfoDisplayObjectProvider(AssetEntry assetEntry)
public long getClassNameId()
getClassNameId in interface InfoDisplayObjectProvider<AssetEntry>public long getClassPK()
getClassPK in interface InfoDisplayObjectProvider<AssetEntry>public long getClassTypeId()
getClassTypeId in interface InfoDisplayObjectProvider<AssetEntry>public java.lang.String getDescription(java.util.Locale locale)
getDescription in interface InfoDisplayObjectProvider<AssetEntry>public AssetEntry getDisplayObject()
getDisplayObject in interface InfoDisplayObjectProvider<AssetEntry>public long getGroupId()
getGroupId in interface InfoDisplayObjectProvider<AssetEntry>public java.lang.String getKeywords(java.util.Locale locale)
getKeywords in interface InfoDisplayObjectProvider<AssetEntry>public java.lang.String getTitle(java.util.Locale locale)
getTitle in interface InfoDisplayObjectProvider<AssetEntry>public java.lang.String getURLTitle(java.util.Locale locale)
getURLTitle in interface InfoDisplayObjectProvider<AssetEntry>