de.smartics.properties.api.core.domain
Class PropertySetProjectdoc

Package class diagram package PropertySetProjectdoc
java.lang.Object
  extended by de.smartics.properties.api.core.domain.ProjectdocMetaData
      extended by de.smartics.properties.api.core.domain.PropertySetProjectdoc
All Implemented Interfaces:
DocumentMetaData, Serializable

public final class PropertySetProjectdoc
     
     
extends ProjectdocMetaData

Provides property set information read from an SDoc XML document.

See Also:
Serialized Form

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

PropertySetProjectdoc

public PropertySetProjectdoc()
Default constructor without parent.


PropertySetProjectdoc

public PropertySetProjectdoc(ProjectdocMetaData parent)
Default constructor with parent.

Parameters:
parent - the reference to the parent meta data to access as default values.
Method Detail

getComment

public String getComment()
Returns the property set comment.

Returns:
the property set comment.

setComment

public void setComment(String comment)
Sets the property set comment.

Parameters:
comment - the property set comment.

upgrade

public static PropertySetProjectdoc upgrade(ProjectdocMetaData metaData)
Upgrades the meta data to an instance of this type.

Parameters:
metaData - the information to upgrade.
Returns:
the upgraded information, that is the given meta data copied to this type.


Copyright © 2012-2013 Kronseder & Reiner GmbH - smartics. All Rights Reserved.