public interface GiftRegistryEventTypeDescriptionBase
Modifier and Type | Field and Description |
---|---|
static java.lang.String | COPYRIGHT
The IBM Copyright notice field.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String | getDescription()
Gets the description of the gift registry
|
java.lang.Integer | getEventTypeId()
Gets the event type ID of the gift registry
|
java.lang.Integer | getLanguageId()
Gets the language ID
|
void | setDescription(java.lang.String string)
Sets the description of the gift registry
|
void | setEventTypeId(java.lang.Integer integer)
Sets the event type ID of the gift registry
|
void | setLanguageId(java.lang.Integer integer)
Sets language ID
|
static final java.lang.String COPYRIGHT
java.lang.String getDescription() throws java.rmi.RemoteException
java.lang.Integer getEventTypeId() throws java.rmi.RemoteException
java.lang.Integer getLanguageId() throws java.rmi.RemoteException
void setDescription(java.lang.String string) throws java.rmi.RemoteException
void setEventTypeId(java.lang.Integer integer) throws java.rmi.RemoteException
void setLanguageId(java.lang.Integer integer) throws java.rmi.RemoteException