|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.anotheria.moskitodemo.sqltrace.persistence.data.CommentVO
public class CommentVO
| Field Summary |
|---|
| Fields inherited from interface net.anotheria.moskitodemo.sqltrace.persistence.data.Comment |
|---|
PROP_EMAIL, PROP_FIRST_NAME, PROP_ID, PROP_LAST_NAME, PROP_TEXT, PROP_TIMESTAMP, PROP_WISHES_UPDATES |
| Constructor Summary | |
|---|---|
CommentVO(CommentVO toClone)
|
|
CommentVO(String anId)
|
|
| Method Summary | |
|---|---|
void |
copyAttributesFrom(Comment toCopy)
|
boolean |
equals(Object o)
|
long |
getDaoCreated()
|
long |
getDaoUpdated()
|
String |
getDefinedName()
|
String |
getDefinedParentName()
|
String |
getEmail()
Returns the value of the email attribute. |
String |
getFirstName()
Returns the value of the firstName attribute. |
String |
getFootprint()
|
String |
getId()
|
String |
getLastName()
Returns the value of the lastName attribute. |
Object |
getPropertyValue(String propertyName)
|
String |
getText()
Returns the value of the text attribute. |
long |
getTimestamp()
Returns the value of the timestamp attribute. |
boolean |
getWishesUpdates()
Returns the value of the wishesUpdates attribute. |
void |
setDaoCreated(long value)
|
void |
setDaoUpdated(long value)
|
void |
setEmail(String value)
Sets the value of the email attribute. |
void |
setFirstName(String value)
Sets the value of the firstName attribute. |
void |
setLastName(String value)
Sets the value of the lastName attribute. |
void |
setText(String value)
Sets the value of the text attribute. |
void |
setTimestamp(long value)
Sets the value of the timestamp attribute. |
void |
setWishesUpdates(boolean value)
Sets the value of the wishesUpdates attribute. |
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public CommentVO(String anId)
public CommentVO(CommentVO toClone)
| Method Detail |
|---|
public String getId()
getId in interface Commentpublic String getFirstName()
Comment
getFirstName in interface Commentpublic void setFirstName(String value)
Comment
setFirstName in interface Commentpublic String getLastName()
Comment
getLastName in interface Commentpublic void setLastName(String value)
Comment
setLastName in interface Commentpublic String getEmail()
Comment
getEmail in interface Commentpublic void setEmail(String value)
Comment
setEmail in interface Commentpublic String getText()
Comment
getText in interface Commentpublic void setText(String value)
Comment
setText in interface Commentpublic long getTimestamp()
Comment
getTimestamp in interface Commentpublic void setTimestamp(long value)
Comment
setTimestamp in interface Commentpublic boolean getWishesUpdates()
Comment
getWishesUpdates in interface Commentpublic void setWishesUpdates(boolean value)
Comment
setWishesUpdates in interface Commentpublic long getDaoCreated()
public void setDaoCreated(long value)
public long getDaoUpdated()
public void setDaoUpdated(long value)
public String toString()
toString in class Objectpublic void copyAttributesFrom(Comment toCopy)
public Object getPropertyValue(String propertyName)
public String getDefinedName()
public String getDefinedParentName()
public String getFootprint()
public boolean equals(Object o)
equals in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||