net.authorize.data.cim
Class CustomerProfile

java.lang.Object
  extended by net.authorize.data.cim.CustomerProfile
All Implemented Interfaces:
Serializable

public class CustomerProfile
extends Object
implements Serializable

See Also:
Serialized Form

Field Summary
protected  String customerProfileId
           
protected  String description
           
protected  String email
           
protected  String merchantCustomerId
           
protected  ArrayList<Address> shipToAddressList
           
 
Method Summary
 void addShipToAddress(Address shipTo)
          Add an address to the ship to list.
static CustomerProfile createCustomerProfile()
          Create a new CustomerProfile object
 String getCustomerProfileId()
          Get the customer profile id.
 String getDescription()
          Gets the value of the description property.
 String getEmail()
          Gets the value of the email property.
 String getMerchantCustomerId()
          Gets the value of the merchantCustomerId property.
 Address getShipToAddress()
          Return the first (perhaps only) address in the list.
 ArrayList<Address> getShipToAddressList()
           
 void setCustomerProfileId(String id)
          Set the customer profile id.
 void setDescription(String value)
          Sets the value of the description property.
 void setEmail(String value)
          Sets the value of the email property.
 void setMerchantCustomerId(String value)
          Sets the value of the merchantCustomerId property.
 void setShipToAddressList(ArrayList<Address> shipToAddressList)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

merchantCustomerId

protected String merchantCustomerId

description

protected String description

email

protected String email

customerProfileId

protected String customerProfileId

shipToAddressList

protected ArrayList<Address> shipToAddressList
Method Detail

createCustomerProfile

public static CustomerProfile createCustomerProfile()
Create a new CustomerProfile object

Returns:
CustomerProfile

getCustomerProfileId

public String getCustomerProfileId()
Get the customer profile id.

Returns:
the id

setCustomerProfileId

public void setCustomerProfileId(String id)
Set the customer profile id.

Parameters:
id - the id to set

getMerchantCustomerId

public String getMerchantCustomerId()
Gets the value of the merchantCustomerId property.

Returns:
possible object is String

setMerchantCustomerId

public void setMerchantCustomerId(String value)
Sets the value of the merchantCustomerId property.

Parameters:
value - allowed object is String

getDescription

public String getDescription()
Gets the value of the description property.

Returns:
possible object is String

setDescription

public void setDescription(String value)
Sets the value of the description property.

Parameters:
value - allowed object is String

getEmail

public String getEmail()
Gets the value of the email property.

Returns:
possible object is String

setEmail

public void setEmail(String value)
Sets the value of the email property.

Parameters:
value - allowed object is String

getShipToAddressList

public ArrayList<Address> getShipToAddressList()
Returns:
the shipToAddressList

setShipToAddressList

public void setShipToAddressList(ArrayList<Address> shipToAddressList)
Parameters:
shipToAddressList - the shipToAddressList to set

addShipToAddress

public void addShipToAddress(Address shipTo)
Add an address to the ship to list.

Parameters:
shipTo -

getShipToAddress

public Address getShipToAddress()
Return the first (perhaps only) address in the list.

Returns:
Address


Copyright © 2014. All Rights Reserved.