com.beasys.commerce.ebusiness.customer
Class CustomerValue
java.lang.Object
|
+--com.beasys.commerce.foundation.SmartValue
|
+--com.beasys.commerce.axiom.contact.UserValue
|
+--com.beasys.commerce.axiom.contact.ContactValue
|
+--com.beasys.commerce.ebusiness.customer.CustomerValue
- All Implemented Interfaces:
- java.io.Serializable
- public class CustomerValue
- extends ContactValue
Stores the information required to do business with a customer.
- See Also:
Customer
,
com.beasys.commerce.ebusiness.customer.CustomerHome
,
Customer.getCustomerByValue()
,
Customer.setCustomerByValue(CustomerValue)
, Serialized Form
Constructor Summary |
CustomerValue()
The constructor has been made public in order to allow defer
entity creation for interactive web applications. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
creditCards
public java.util.Map creditCards
- Containment: By Value
- Multiplicity: 0:N
- Interface: java.util.Map
customerType
public java.lang.String customerType
- There may be several different types of customer ordering goods. eg standard customer, preferred customer, business customer etc. customerType is used to specify this.
- Containment: By Value
- Multiplicity: 1:1
shippingAddress
public java.util.Map shippingAddress
- Containment: By Value
- Multiplicity: 0:N
- Interface: java.util.Map
incomeRange
public java.lang.String incomeRange
maritalStatus
public java.lang.String maritalStatus
educationLevel
public java.lang.String educationLevel
dateOfBirth
public java.sql.Timestamp dateOfBirth
gender
public java.lang.String gender
occupation
public java.lang.String occupation
employmentStatus
public java.lang.String employmentStatus
emailOptIn
public java.lang.Boolean emailOptIn
quality
public java.lang.String quality
CustomerValue
public CustomerValue()
- The constructor has been made public in order to allow defer
entity creation for interactive web applications. The public
constructor allows applications to create CustomerValue
objects to hold attributes without creating the entity.
Copyright © 2001 BEA Systems, Inc. All Rights Reserved