CustomerCompanyProfile Class

public class CustomerCompanyProfile extends ResourceBaseWithLinks<StandardResourceLinks>

Customer company profile

Constructor Summary

Constructor Description
CustomerCompanyProfile()

Initializes a new instance of the CustomerCompanyProfile class.

Method Summary

Modifier and Type Method and Description
Address getAddress()

Gets the address of the customer.

java.lang.String getCompanyName()

Gets the name of the company.

java.lang.String getDomain()

Gets the domain.

java.lang.String getEmail()

Gets the email address of the contact at the customer.

java.lang.String getTenantId()

Gets the tenant identifier.

void setAddress(Address value)

Sets the address of the customer.

void setCompanyName(String value)

Sets the name of the company.

void setDomain(String value)

Sets the domain.

void setEmail(String value)

Sets the email address of the contact at the customer.

void setTenantId(String value)

Sets the tenant identifier.

Inherited Members

ResourceBase.getAttributes() ResourceBaseWithLinks<TLinks>.getLinks() ResourceBaseWithLinks<TLinks>.setLinks(TLinks value) java.lang.Object.clone() java.lang.Object.equals(java.lang.Object) java.lang.Object.finalize() java.lang.Object.getClass() java.lang.Object.hashCode() java.lang.Object.notify() java.lang.Object.notifyAll() java.lang.Object.toString() java.lang.Object.wait() java.lang.Object.wait(long) java.lang.Object.wait(long,int)

Constructor Details

CustomerCompanyProfile

public CustomerCompanyProfile()

Initializes a new instance of the CustomerCompanyProfile class.

Method Details

getAddress

public Address getAddress()

Gets the address of the customer.

Returns:

The address of the customer.

getCompanyName

public String getCompanyName()

Gets the name of the company.

Returns:

The name of the company.

getDomain

public String getDomain()

Gets the domain.

Returns:

The domain.

getEmail

public String getEmail()

Gets the email address of the contact at the customer.

Returns:

The name email address of the contact at the customer.

getTenantId

public String getTenantId()

Gets the tenant identifier.

Returns:

The tenant identifier.

setAddress

public void setAddress(Address value)

Sets the address of the customer.

Parameters:

value - The address of the customer.

setCompanyName

public void setCompanyName(String value)

Sets the name of the company.

Parameters:

value - The name of the company.

setDomain

public void setDomain(String value)

Sets the domain.

Parameters:

value - The domain.

setEmail

public void setEmail(String value)

Sets the email address of the contact at the customer.

Parameters:

value - The email address of the contact at the customer.

setTenantId

public void setTenantId(String value)

Sets the tenant identifier.

Parameters:

value - The tenant identifier.

Applies to