org.cubeengine.converter.node
Class Commentable

java.lang.Object
  extended by org.cubeengine.converter.node.Commentable
Direct Known Subclasses:
Node

public abstract class Commentable
extends Object


Constructor Summary
Commentable()
           
 
Method Summary
 String[] getComments()
          Gets the comments of this node
 void setComments(String[] comments)
          Sets the comments of this node
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Commentable

public Commentable()
Method Detail

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.