|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.aspsimon.termcomp.entity.xtc.Comment
public class Comment
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 |
|---|
public Comment()
| Method Detail |
|---|
public java.lang.String getAuthor()
public void setAuthor(java.lang.String author)
author - public java.sql.Date getDate()
public void setDate(java.sql.Date date)
date -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||