public class CustomModelsImpl.ModelDetails extends Object
Constructor and Description |
---|
ModelDetails(org.alfresco.service.cmr.dictionary.CustomModelDefinition modelDefinition) |
Modifier and Type | Method and Description |
---|---|
List<CustomAspect> |
getAspects() |
CustomModel |
getModel() |
List<CustomModelConstraint> |
getModelDefinedConstraints() |
List<CustomType> |
getTypes() |
boolean |
isActive() |
void |
setAspects(List<CustomAspect> aspects) |
void |
setModel(CustomModel model) |
void |
setModelDefinedConstraints(List<CustomModelConstraint> modelDefinedConstraints) |
void |
setTypes(List<CustomType> types) |
public ModelDetails(org.alfresco.service.cmr.dictionary.CustomModelDefinition modelDefinition)
public CustomModel getModel()
public void setModel(CustomModel model)
public List<CustomType> getTypes()
public void setTypes(List<CustomType> types)
public List<CustomAspect> getAspects()
public void setAspects(List<CustomAspect> aspects)
public List<CustomModelConstraint> getModelDefinedConstraints()
public void setModelDefinedConstraints(List<CustomModelConstraint> modelDefinedConstraints)
public boolean isActive()
Copyright © 2005–2017 Alfresco Software. All rights reserved.