|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
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 |
|---|
static final String PROP_ID
static final String PROP_FIRST_NAME
static final String PROP_LAST_NAME
static final String PROP_EMAIL
static final String PROP_TEXT
static final String PROP_TIMESTAMP
static final String PROP_WISHES_UPDATES
| Method Detail |
|---|
String getFirstName()
void setFirstName(String value)
String getLastName()
void setLastName(String value)
String getEmail()
void setEmail(String value)
String getText()
void setText(String value)
long getTimestamp()
void setTimestamp(long value)
boolean getWishesUpdates()
void setWishesUpdates(boolean value)
String getId()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||