Package com.adobe.aem.dermis.model
Interface IAsset
-
- All Superinterfaces:
java.io.Serializable
- All Known Subinterfaces:
IConstraintAsset
,IDataModel
,IOperation
,IOperationArgument
,IProperty
,ISchema
,ITypeAsset
- All Known Implementing Classes:
AbstractAsset
,ConstraintAsset
,DataModel
,Operation
,Property
,RestProperty
,Schema
,TypedAsset
,WSProperty
public interface IAsset extends java.io.Serializable
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getDescription()
Gets the description of this Assetjava.lang.String
getId()
Gets the identifier of this Assetjava.lang.String
getName()
Gets the name of Assetjava.lang.String
getTitle()
Gets the display name of Asset
-
-
-
Method Detail
-
getName
java.lang.String getName()
Gets the name of Asset- Returns:
- the name of Asset
-
getTitle
java.lang.String getTitle()
Gets the display name of Asset- Returns:
- the display name of Asset
-
getDescription
java.lang.String getDescription()
Gets the description of this Asset- Returns:
- the description of this Asset
-
getId
java.lang.String getId()
Gets the identifier of this Asset- Returns:
- the identifier of this Asset
-
-