org.ofbiz.entity.model
Class ModelInfo

java.lang.Object
  extended by org.ofbiz.entity.model.ModelInfo
Direct Known Subclasses:
ModelEntity

public class ModelInfo
extends java.lang.Object

Generic Entity - Entity model class


Field Summary
protected  java.lang.String author
          The author for documentation purposes
protected  java.lang.String copyright
          The copyright for documentation purposes
protected  ModelInfo def
           
static ModelInfo DEFAULT
           
protected  java.lang.String description
          The description for documentation purposes
static java.lang.String module
           
protected  java.lang.String title
          The title for documentation purposes
protected  java.lang.String version
          The version for documentation purposes
 
Constructor Summary
ModelInfo()
           
ModelInfo(ModelInfo def)
           
 
Method Summary
 java.lang.String getAuthor()
          The author for documentation purposes
 java.lang.String getCopyright()
          The copyright for documentation purposes
 java.lang.String getDescription()
          The description for documentation purposes
 java.lang.String getTitle()
          The title for documentation purposes
 java.lang.String getVersion()
          The version for documentation purposes
 void populateFromAttributes(org.w3c.dom.Element element)
           
 void populateFromElements(org.w3c.dom.Element element)
           
 void setAuthor(java.lang.String author)
           
 void setCopyright(java.lang.String copyright)
           
 void setDescription(java.lang.String description)
           
 void setTitle(java.lang.String title)
           
 void setVersion(java.lang.String version)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

module

public static final java.lang.String module

def

protected ModelInfo def

title

protected java.lang.String title
The title for documentation purposes


description

protected java.lang.String description
The description for documentation purposes


copyright

protected java.lang.String copyright
The copyright for documentation purposes


author

protected java.lang.String author
The author for documentation purposes


version

protected java.lang.String version
The version for documentation purposes


DEFAULT

public static final ModelInfo DEFAULT
Constructor Detail

ModelInfo

public ModelInfo()

ModelInfo

public ModelInfo(ModelInfo def)
Method Detail

populateFromAttributes

public void populateFromAttributes(org.w3c.dom.Element element)

populateFromElements

public void populateFromElements(org.w3c.dom.Element element)

getTitle

public java.lang.String getTitle()
The title for documentation purposes


setTitle

public void setTitle(java.lang.String title)

getDescription

public java.lang.String getDescription()
The description for documentation purposes


setDescription

public void setDescription(java.lang.String description)

getCopyright

public java.lang.String getCopyright()
The copyright for documentation purposes


setCopyright

public void setCopyright(java.lang.String copyright)

getAuthor

public java.lang.String getAuthor()
The author for documentation purposes


setAuthor

public void setAuthor(java.lang.String author)

getVersion

public java.lang.String getVersion()
The version for documentation purposes


setVersion

public void setVersion(java.lang.String version)