net.anotheria.moskitodemo.sqltrace.persistence.data
Interface Comment

All Known Implementing Classes:
CommentVO

public interface Comment


Field Summary
static String PROP_EMAIL
          Constant property name for "email" for internal storage and queries.
static String PROP_FIRST_NAME
          Constant property name for "firstName" for internal storage and queries.
static String PROP_ID
          Constant property name for "id" for internal storage and queries.
static String PROP_LAST_NAME
          Constant property name for "lastName" for internal storage and queries.
static String PROP_TEXT
          Constant property name for "text" for internal storage and queries.
static String PROP_TIMESTAMP
          Constant property name for "timestamp" for internal storage and queries.
static String PROP_WISHES_UPDATES
          Constant property name for "wishesUpdates" for internal storage and queries.
 
Method Summary
 String getEmail()
          Returns the value of the email attribute.
 String getFirstName()
          Returns the value of the firstName attribute.
 String getId()
           
 String getLastName()
          Returns the value of the lastName attribute.
 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 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.
 

Field Detail

PROP_ID

static final String PROP_ID
Constant property name for "id" for internal storage and queries.

See Also:
Constant Field Values

PROP_FIRST_NAME

static final String PROP_FIRST_NAME
Constant property name for "firstName" for internal storage and queries.

See Also:
Constant Field Values

PROP_LAST_NAME

static final String PROP_LAST_NAME
Constant property name for "lastName" for internal storage and queries.

See Also:
Constant Field Values

PROP_EMAIL

static final String PROP_EMAIL
Constant property name for "email" for internal storage and queries.

See Also:
Constant Field Values

PROP_TEXT

static final String PROP_TEXT
Constant property name for "text" for internal storage and queries.

See Also:
Constant Field Values

PROP_TIMESTAMP

static final String PROP_TIMESTAMP
Constant property name for "timestamp" for internal storage and queries.

See Also:
Constant Field Values

PROP_WISHES_UPDATES

static final String PROP_WISHES_UPDATES
Constant property name for "wishesUpdates" for internal storage and queries.

See Also:
Constant Field Values
Method Detail

getFirstName

String getFirstName()
Returns the value of the firstName attribute.


setFirstName

void setFirstName(String value)
Sets the value of the firstName attribute.


getLastName

String getLastName()
Returns the value of the lastName attribute.


setLastName

void setLastName(String value)
Sets the value of the lastName attribute.


getEmail

String getEmail()
Returns the value of the email attribute.


setEmail

void setEmail(String value)
Sets the value of the email attribute.


getText

String getText()
Returns the value of the text attribute.


setText

void setText(String value)
Sets the value of the text attribute.


getTimestamp

long getTimestamp()
Returns the value of the timestamp attribute.


setTimestamp

void setTimestamp(long value)
Sets the value of the timestamp attribute.


getWishesUpdates

boolean getWishesUpdates()
Returns the value of the wishesUpdates attribute.


setWishesUpdates

void setWishesUpdates(boolean value)
Sets the value of the wishesUpdates attribute.


getId

String getId()


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