org.cubeengine.converter.node
Class Commentable
java.lang.Object
org.cubeengine.converter.node.Commentable
- Direct Known Subclasses:
- Node
public abstract class Commentable
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Commentable
public Commentable()
getComments
public String[] getComments()
- Gets the comments of this node
- Returns:
- the comments or null
setComments
public void setComments(String[] comments)
- Sets the comments of this node
- Parameters:
comments - the comments to set
Copyright © 2013–2017. All rights reserved.