org.alfresco.repo.dictionary
Class M2ModelDefinition

java.lang.Object
  extended by org.alfresco.repo.dictionary.M2ModelDefinition
All Implemented Interfaces:
ModelDefinition

public class M2ModelDefinition
extends java.lang.Object
implements ModelDefinition

Compiled Model Definition


Method Summary
 java.lang.String getAuthor()
           
 java.lang.String getDescription()
           
 QName getName()
           
 java.util.Date getPublishedDate()
           
 java.lang.String getVersion()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getName

public QName getName()
Specified by:
getName in interface ModelDefinition
Returns:
the model name

getDescription

public java.lang.String getDescription()
Specified by:
getDescription in interface ModelDefinition
Returns:
the model description

getAuthor

public java.lang.String getAuthor()
Specified by:
getAuthor in interface ModelDefinition
Returns:
the model author

getPublishedDate

public java.util.Date getPublishedDate()
Specified by:
getPublishedDate in interface ModelDefinition
Returns:
the date when the model was published

getVersion

public java.lang.String getVersion()
Specified by:
getVersion in interface ModelDefinition
Returns:
the model version


Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.