public class GiftRegistryEmailListVO extends BaseVO
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
COPYRIGHT
IBM copyright notice field.
|
CLASS_NAME, VALUE_OBJECT_ID| Constructor and Description |
|---|
GiftRegistryEmailListVO() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getEmail()
Gets the e-mail address
|
java.lang.Long |
getEmailListId()
Gets the e-mail list ID
|
java.lang.Object |
getId()
Gets the e-mail list ID
|
java.lang.String |
getName()
Gets the name of the recipient
|
java.lang.Integer |
getType()
Gets the method for sending the e-mail.
|
void |
setEmail(java.lang.String email)
Sets the e-mail address
|
void |
setEmailListId(java.lang.Long emailListId)
Sets e-mail list ID
|
void |
setName(java.lang.String name)
Sets the name of the recipient
|
void |
setType(java.lang.Integer type)
Sets the method of sending the e-mail.
|
equals, get, getContext, getDataMap, getDescriptor, getObjectKey, hashCode, isEmpty, isNew, set, toStringpublic static final java.lang.String COPYRIGHT
public java.lang.Long getEmailListId()
public void setEmailListId(java.lang.Long emailListId)
emailListId - public java.lang.String getName()
public void setName(java.lang.String name)
name - public java.lang.String getEmail()
public void setEmail(java.lang.String email)
email - public java.lang.Integer getType()
public void setType(java.lang.Integer type)
type -