org.alfresco.service.cmr.dictionary
Interface ModelDefinition
- All Known Implementing Classes:
- M2ModelDefinition
public interface ModelDefinition
Read-only definition of a Model.
getName
QName getName()
- Returns:
- the model name
getDescription
java.lang.String getDescription()
- Returns:
- the model description
getAuthor
java.lang.String getAuthor()
- Returns:
- the model author
getPublishedDate
java.util.Date getPublishedDate()
- Returns:
- the date when the model was published
getVersion
java.lang.String getVersion()
- Returns:
- the model version
Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.