public interface CustomerProfile extends ExternalEntity
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT
IBM copyright notice field.
|
Modifier and Type | Method and Description |
---|---|
CustomerProfileKey |
getKey()
This method returns the CustomerProfileKey of the CustomerProfile.
|
java.lang.String |
getName()
This method returns the name of the CustomerProfile.
|
boolean |
isAMember(Customer customer)
This method checks if the customer belongs to this particular
customer profile.
|
static final java.lang.String COPYRIGHT
CustomerProfileKey getKey()
CustomerProfileKey
of the CustomerProfile.boolean isAMember(Customer customer)
customer
- the customer object.true
if the customer is a member of the customer profile;
false
otherwise.java.lang.String getName()