|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object de.smartics.properties.api.core.domain.ProjectdocMetaData de.smartics.properties.api.core.domain.PropertyProjectdoc
public final class PropertyProjectdoc
Provides property information read from an SDoc XML document.
Constructor Summary | |
---|---|
PropertyProjectdoc() Default constructor without parent. |
|
PropertyProjectdoc(ProjectdocMetaData parent) Default constructor with parent. |
Method Summary | |
---|---|
PropertyComment |
getComment() Returns the property comment. |
SourceInfo |
getSourceInfo() Returns the information on the property's source code. |
void |
setComment(PropertyComment comment) Sets the property comment. |
void |
setSourceInfo(SourceInfo sourceInfo) Sets the information on the property's source code. |
static PropertyProjectdoc |
upgrade(ProjectdocMetaData metaData) Upgrades the meta data to an instance of this type. |
Methods inherited from class de.smartics.properties.api.core.domain.ProjectdocMetaData |
---|
addAudience, addCategory, addElement, addNote, addParent, addTag, getAudience, getCategories, getName, getNotes, getParent, getParents, getShortDescription, getSortKey, getSpace, getSummary, getTags, getTitle, setName, setShortDescription, setSortKey, setSpace, setSummary, setTitle, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public PropertyProjectdoc()
public PropertyProjectdoc(ProjectdocMetaData parent)
parent
- the reference to the parent meta data to access as default values.
Method Detail |
---|
public PropertyComment getComment()
public void setComment(PropertyComment comment)
comment
- the property comment.
public SourceInfo getSourceInfo()
public void setSourceInfo(SourceInfo sourceInfo)
sourceInfo
- the information on the property's source code.
public static PropertyProjectdoc upgrade(ProjectdocMetaData metaData)
metaData
- the information to upgrade.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |