|
||||||||||
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.PropertySetProjectdoc
public final class PropertySetProjectdoc
Provides property set information read from an SDoc XML document.
Constructor Summary | |
---|---|
PropertySetProjectdoc() Default constructor without parent. |
|
PropertySetProjectdoc(ProjectdocMetaData parent) Default constructor with parent. |
Method Summary | |
---|---|
String |
getComment() Returns the property set comment. |
void |
setComment(String comment) Sets the property set comment. |
static PropertySetProjectdoc |
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 PropertySetProjectdoc()
public PropertySetProjectdoc(ProjectdocMetaData parent)
parent
- the reference to the parent meta data to access as default values.
Method Detail |
---|
public String getComment()
public void setComment(String comment)
comment
- the property set comment.
public static PropertySetProjectdoc upgrade(ProjectdocMetaData metaData)
metaData
- the information to upgrade.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |