com.unitesk.requality.nodetypes
Class Comment

java.lang.Object
  extended by com.unitesk.requality.core.TreeNode
      extended by com.unitesk.requality.nodetypes.Comment

public class Comment
extends TreeNode


Field Summary
static java.lang.String ATTR_AUTHOR
           
static java.lang.String TYPE_NAME
           
 
Fields inherited from class com.unitesk.requality.core.TreeNode
ATTR_BASE_NODES, ATTR_DESCRIPTION, ATTR_NAME, ATTR_PREDICATE, ATTR_TYPE, id, index
 
Constructor Summary
Comment()
           
Comment(TreeDB db, java.util.UUID uuid)
           
 
Method Summary
 boolean isCopyable()
           
protected  java.util.List<java.lang.String> possibleChildren()
           
protected  java.util.List<java.lang.String> possibleParents()
           
 java.lang.String toString()
           
 
Methods inherited from class com.unitesk.requality.core.TreeNode
addBaseNode, canAddCopyOf, canBeChildOf, canBeCopiedTo, canBeDeleted, canBeParentOf, canBeParentOf, createChild, createChild, createCopyIn, delete, deleteResource, equals, findChild, getAttribute, getAttributeKeys, getAttributes, getAttributeValue, getAttributeValue, getBaseNodes, getBooleanAttributeValue, getBooleanAttributeValue, getChild, getChildrenUUIds, getDescription, getDescription, getFloatAttributeValue, getFloatAttributeValue, getId, getIndex, getIntAttributeValue, getIntAttributeValue, getListAttributeValue, getParent, getParentUUId, getPossibleChildTypes, getPossibleParentTypes, getPredicate, getQualifiedId, getResourceContent, getResourcesPath, getSortedChildren, getSortedChildren, getSortedChildren, getStringAttributeValue, getStringAttributeValue, getTreeDB, getType, getUserFriendlyName, getUUId, isDisposed, isResourceExists, isValidFileName, isValidId, isValidId, isValidId, processResourcesPath, putAttribute, removeAttribute, removeBaseNode, removeChild, saveAttributes, setDescription, setDisposed, setId, setIndex, setParent, setPredicate, setResourceContent, setResourceContent, setType, sizeChildren, toNodeDesc, toNodeDesc, updateTreeNodes
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

TYPE_NAME

public static final java.lang.String TYPE_NAME
See Also:
Constant Field Values

ATTR_AUTHOR

public static final java.lang.String ATTR_AUTHOR
See Also:
Constant Field Values
Constructor Detail

Comment

public Comment()

Comment

public Comment(TreeDB db,
               java.util.UUID uuid)
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class TreeNode

possibleParents

protected java.util.List<java.lang.String> possibleParents()
Overrides:
possibleParents in class TreeNode

isCopyable

public boolean isCopyable()
Overrides:
isCopyable in class TreeNode

possibleChildren

protected java.util.List<java.lang.String> possibleChildren()
Overrides:
possibleChildren in class TreeNode