|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
com.ibm.commerce.user.objects.AddressBookBean
This bean provides access to the ADDRBOOK table.
The following is a description of this table:
This table contains information about an address book. An address book is a container for addresses owned by a member. A member can only have one address book.
Constructor Summary | |
AddressBookBean()
|
Method Summary | |
java.lang.Long |
getAddressBookId()
This method provides access to the ADDRBOOK.ADDRBOOK_ID column of DB2 type BIGINT NOT NULL. |
java.lang.String |
getDescription()
IBM internal use only. |
java.lang.String |
getDisplayName()
IBM internal use only. |
java.lang.Long |
getMemberId()
This method provides access to the ADDRBOOK.MEMBER_ID column of DB2 type BIGINT NOT NULL. |
java.lang.String |
getType()
IBM internal use only. |
void |
setDescription(java.lang.String aDescription)
IBM internal use only. |
void |
setDisplayName(java.lang.String aDisplayName)
IBM internal use only. |
void |
setMemberId(java.lang.Long aMemberId)
This method provides access to the ADDRBOOK.MEMBER_ID column of DB2 type BIGINT NOT NULL. |
void |
setType(java.lang.String aType)
IBM internal use only. |
Constructor Detail |
public AddressBookBean()
Method Detail |
public java.lang.Long getAddressBookId()
This method provides access to the ADDRBOOK.ADDRBOOK_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
Unique address book reference number, internally generated. This is a primary key.
public java.lang.String getDescription()
IBM internal use only.
public java.lang.String getDisplayName()
IBM internal use only.
public java.lang.Long getMemberId()
This method provides access to the ADDRBOOK.MEMBER_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
Foreign key to the MEMBER table. The member who owns this address book. Together with ADDRBOOK_ID, forms a unique key.
public java.lang.String getType()
IBM internal use only.
public void setDescription(java.lang.String aDescription)
IBM internal use only.
aDescription
- java.lang.Stringpublic void setDisplayName(java.lang.String aDisplayName)
IBM internal use only.
aDisplayName
- java.lang.Stringpublic void setMemberId(java.lang.Long aMemberId)
This method provides access to the ADDRBOOK.MEMBER_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
Foreign key to the MEMBER table. The member who owns this address book. Together with ADDRBOOK_ID, forms a unique key.
aMemberId
- java.lang.Longpublic void setType(java.lang.String aType)
IBM internal use only.
aType
- java.lang.String
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |