Package org.alfresco.utility.model
Class CustomAspectModel
- java.lang.Object
-
- org.alfresco.utility.model.TestModel
-
- org.alfresco.utility.model.CustomAspectModel
-
-
Constructor Summary
Constructors Constructor Description CustomAspectModel()CustomAspectModel(java.lang.String aspectName)CustomAspectModel(java.lang.String aspectName, java.lang.String title)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetName()java.lang.StringgetPrefixedName()java.util.List<CustomAspectPropertiesModel>getProperties()CustomAspectPropertiesModelgetPropertyByName(java.lang.String propertyName)java.lang.StringgetTitle()voidsetName(java.lang.String name)voidsetPrefixedName(java.lang.String prefixedName)voidsetproperties(java.util.List<CustomAspectPropertiesModel> properties)voidsetTitle(java.lang.String title)-
Methods inherited from class org.alfresco.utility.model.TestModel
setRandomValuesForAllFields, toInfo, toJson, toString
-
-
-
-
Method Detail
-
getName
public java.lang.String getName()
-
setName
public void setName(java.lang.String name)
-
getPrefixedName
public java.lang.String getPrefixedName()
-
setPrefixedName
public void setPrefixedName(java.lang.String prefixedName)
-
getTitle
public java.lang.String getTitle()
-
setTitle
public void setTitle(java.lang.String title)
-
getProperties
public java.util.List<CustomAspectPropertiesModel> getProperties()
-
setproperties
public void setproperties(java.util.List<CustomAspectPropertiesModel> properties)
-
getPropertyByName
public CustomAspectPropertiesModel getPropertyByName(java.lang.String propertyName)
-
-