net.anotheria.moskitodemo.sqltrace.persistence.data
Class CommentVO

java.lang.Object
  extended by net.anotheria.moskitodemo.sqltrace.persistence.data.CommentVO
All Implemented Interfaces:
Serializable, Comment

public class CommentVO
extends Object
implements Comment, Serializable

See Also:
Serialized Form

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

CommentVO

public CommentVO(String anId)

CommentVO

public CommentVO(CommentVO toClone)
Method Detail

getId

public String getId()
Specified by:
getId in interface Comment

getFirstName

public String getFirstName()
Description copied from interface: Comment
Returns the value of the firstName attribute.

Specified by:
getFirstName in interface Comment

setFirstName

public void setFirstName(String value)
Description copied from interface: Comment
Sets the value of the firstName attribute.

Specified by:
setFirstName in interface Comment

getLastName

public String getLastName()
Description copied from interface: Comment
Returns the value of the lastName attribute.

Specified by:
getLastName in interface Comment

setLastName

public void setLastName(String value)
Description copied from interface: Comment
Sets the value of the lastName attribute.

Specified by:
setLastName in interface Comment

getEmail

public String getEmail()
Description copied from interface: Comment
Returns the value of the email attribute.

Specified by:
getEmail in interface Comment

setEmail

public void setEmail(String value)
Description copied from interface: Comment
Sets the value of the email attribute.

Specified by:
setEmail in interface Comment

getText

public String getText()
Description copied from interface: Comment
Returns the value of the text attribute.

Specified by:
getText in interface Comment

setText

public void setText(String value)
Description copied from interface: Comment
Sets the value of the text attribute.

Specified by:
setText in interface Comment

getTimestamp

public long getTimestamp()
Description copied from interface: Comment
Returns the value of the timestamp attribute.

Specified by:
getTimestamp in interface Comment

setTimestamp

public void setTimestamp(long value)
Description copied from interface: Comment
Sets the value of the timestamp attribute.

Specified by:
setTimestamp in interface Comment

getWishesUpdates

public boolean getWishesUpdates()
Description copied from interface: Comment
Returns the value of the wishesUpdates attribute.

Specified by:
getWishesUpdates in interface Comment

setWishesUpdates

public void setWishesUpdates(boolean value)
Description copied from interface: Comment
Sets the value of the wishesUpdates attribute.

Specified by:
setWishesUpdates in interface Comment

getDaoCreated

public long getDaoCreated()

setDaoCreated

public void setDaoCreated(long value)

getDaoUpdated

public long getDaoUpdated()

setDaoUpdated

public void setDaoUpdated(long value)

toString

public String toString()
Overrides:
toString in class Object

copyAttributesFrom

public void copyAttributesFrom(Comment toCopy)

getPropertyValue

public Object getPropertyValue(String propertyName)

getDefinedName

public String getDefinedName()

getDefinedParentName

public String getDefinedParentName()

getFootprint

public String getFootprint()

equals

public boolean equals(Object o)
Overrides:
equals in class Object


Copyright © 2010-2012 anotheria.net. All Rights Reserved.