org.aspsimon.termcomp.entity.xtc
Class Comment

java.lang.Object
  extended by org.aspsimon.termcomp.entity.xtc.Comment

public class Comment
extends java.lang.Object

Schema fragment(s) for this class:

 <xs:element xmlns:xs="http://www.w3.org/2001/XMLSchema" name="comment">
   <xs:complexType mixed="true">
     <xs:attribute type="xs:string" use="required" name="author"/>
     <xs:attribute type="xs:date" use="required" name="date"/>
   </xs:complexType>
 </xs:element>
 


Constructor Summary
Comment()
           
 
Method Summary
 java.lang.String getAuthor()
          Get the 'author' attribute value.
 java.sql.Date getDate()
          Get the 'date' attribute value.
 void setAuthor(java.lang.String author)
          Set the 'author' attribute value.
 void setDate(java.sql.Date date)
          Set the 'date' attribute value.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Comment

public Comment()
Method Detail

getAuthor

public java.lang.String getAuthor()
Get the 'author' attribute value.

Returns:
value

setAuthor

public void setAuthor(java.lang.String author)
Set the 'author' attribute value.

Parameters:
author -

getDate

public java.sql.Date getDate()
Get the 'date' attribute value.

Returns:
value

setDate

public void setDate(java.sql.Date date)
Set the 'date' attribute value.

Parameters:
date -