Package com.alfresco.content.models
Class Definition
-
- All Implemented Interfaces:
@JsonClass(generateAdapter = true) public final class Definition
-
-
Field Summary
Fields Modifier and Type Field Description private List<Property>properties
-
Constructor Summary
Constructors Constructor Description Definition(List<Property> properties)
-
Method Summary
Modifier and Type Method Description final List<Property>getProperties()List of property definitions effective for this node as the result of combining the type with all aspects. final UnitsetProperties(@Json(name = "properties") List<Property> properties)List of property definitions effective for this node as the result of combining the type with all aspects. -
-
Method Detail
-
getProperties
final List<Property> getProperties()
List of property definitions effective for this node as the result of combining the type with all aspects.
-
setProperties
final Unit setProperties(@Json(name = "properties") List<Property> properties)
List of property definitions effective for this node as the result of combining the type with all aspects.
-
-
-
-