public interface GiftRegistryRegistrantBase
Modifier and Type | Field and Description |
---|---|
static java.lang.String | COPYRIGHT
The IBM Copyright notice field.
|
Modifier and Type | Method and Description |
---|---|
java.lang.Long | getAddressId() |
java.lang.Long | getGiftRegistryId() |
java.lang.Long | getRegistrantId() |
java.lang.String | getRelation() |
java.lang.Integer | getType() |
java.lang.String | getUserId() |
void | setAddressId(java.lang.Long long1) |
void | setGiftRegistryId(java.lang.Long long1) |
void | setRegistrantId(java.lang.Long long1) |
void | setRelation(java.lang.String string) |
void | setType(java.lang.Integer integer) |
void | setUserId(java.lang.String string) |
static final java.lang.String COPYRIGHT
java.lang.Long getRegistrantId() throws java.rmi.RemoteException
void setRegistrantId(java.lang.Long long1) throws java.rmi.RemoteException
java.lang.Long getAddressId() throws java.rmi.RemoteException
java.lang.Long getGiftRegistryId() throws java.rmi.RemoteException
java.lang.String getRelation() throws java.rmi.RemoteException
java.lang.Integer getType() throws java.rmi.RemoteException
java.lang.String getUserId() throws java.rmi.RemoteException
void setAddressId(java.lang.Long long1) throws java.rmi.RemoteException
void setGiftRegistryId(java.lang.Long long1) throws java.rmi.RemoteException
void setRelation(java.lang.String string) throws java.rmi.RemoteException
void setType(java.lang.Integer integer) throws java.rmi.RemoteException
void setUserId(java.lang.String string) throws java.rmi.RemoteException