com.xtravelsystem.online.published.V1_0RC1.common
Class Comment

java.lang.Object
  extended by com.xtravelsystem.online.published.V1_0RC1.common.Comment

public class Comment
extends java.lang.Object

just a typed comment

Author:
Miguel Pérez

Constructor Summary
Comment()
           
Comment(java.lang.String type, java.lang.String text)
           
 
Method Summary
 java.lang.String getText()
           
 java.lang.String getType()
           
 void setText(java.lang.String text)
           
 void setType(java.lang.String type)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Comment

public Comment()

Comment

public Comment(java.lang.String type,
               java.lang.String text)
Method Detail

getText

public java.lang.String getText()

setText

public void setText(java.lang.String text)

getType

public java.lang.String getType()

setType

public void setType(java.lang.String type)