com.ibm.commerce.user.objects
Class AddressBookBean

com.ibm.commerce.user.objects.AddressBookBean
All Implemented Interfaces:
java.io.Serializable

public class AddressBookBean
implements java.io.Serializable

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.

See Also:
Serialized Form

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

AddressBookBean

public AddressBookBean()
Method Detail

getAddressBookId

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.

Returns:
java.lang.Long

getDescription

public java.lang.String getDescription()

IBM internal use only.

Returns:
java.lang.String

getDisplayName

public java.lang.String getDisplayName()

IBM internal use only.

Returns:
java.lang.String

getMemberId

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.

Returns:
java.lang.Long

getType

public java.lang.String getType()

IBM internal use only.

Returns:
java.lang.String

setDescription

public void setDescription(java.lang.String aDescription)

IBM internal use only.

Parameters:
aDescription - java.lang.String
Returns:
void

setDisplayName

public void setDisplayName(java.lang.String aDisplayName)

IBM internal use only.

Parameters:
aDisplayName - java.lang.String
Returns:
void

setMemberId

public 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.

Parameters:
aMemberId - java.lang.Long
Returns:
void

setType

public void setType(java.lang.String aType)

IBM internal use only.

Parameters:
aType - java.lang.String
Returns:
void