Agreement Class

public class Agreement extends ResourceBase

Represents the details of certification provided by the partner.

Constructor Summary

Constructor Description
Agreement()

Method Summary

Modifier and Type Method and Description
java.lang.String getAgreementLink()

Gets the download link for the agreement.

org.joda.time.DateTime getDateAgreed()

Gets the date the agreement was signed.

Contact getPrimaryContact()

Gets the primary contact for the agreement.

java.lang.String getTemplateId()

Gets the template identifier of the agreement.

java.lang.String getType()

Gets the agreement type.

java.lang.String getUserId()

Gets the partner's user identifier.

void setAgreementLink(String value)

Sets the download link for the agreement.

void setDateAgreed(DateTime value)

Sets the date the agreement was signed.

void setPrimaryContact(Contact value)

Sets the primary contact for the agreement.

void setTemplateId(String value)

Sets the template identifier of the agreement.

void setType(String value)

Sets the agreement type.

void setUserId(String value)

Sets the partner's user identifier.

Inherited Members

ResourceBase.getAttributes() 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

Agreement

public Agreement()

Method Details

getAgreementLink

public String getAgreementLink()

Gets the download link for the agreement.

Returns:

The download link for the agreement.

getDateAgreed

public DateTime getDateAgreed()

Gets the date the agreement was signed.

Returns:

The date the agreement was signed.

getPrimaryContact

public Contact getPrimaryContact()

Gets the primary contact for the agreement.

Returns:

The primary contact for the agreement.

getTemplateId

public String getTemplateId()

Gets the template identifier of the agreement.

Returns:

The template identifier of the agreement.

getType

public String getType()

Gets the agreement type.

Returns:

The type of agreement.

getUserId

public String getUserId()

Gets the partner's user identifier.

Returns:

The partner's user identifier.

setAgreementLink

public void setAgreementLink(String value)

Sets the download link for the agreement.

Parameters:

value - The download link for the agreement.

setDateAgreed

public void setDateAgreed(DateTime value)

Sets the date the agreement was signed.

Parameters:

value - The date the agreement was signed.

setPrimaryContact

public void setPrimaryContact(Contact value)

Sets the primary contact for the agreement.

Parameters:

value - The primary contact for the agreement.

setTemplateId

public void setTemplateId(String value)

Sets the template identifier of the agreement.

Parameters:

value - The template identifier of the agreement.

setType

public void setType(String value)

Sets the agreement type.

Parameters:

value - The type of agreement.

setUserId

public void setUserId(String value)

Sets the partner's user identifier.

Parameters:

value - The partner's user identifier.

Applies to