Contract Class

public abstract class Contract extends ResourceBase

Base Contract

Constructor Summary

Modifier Constructor Description
protected Contract()

Method Summary

Modifier and Type Method and Description
abstract ContractType getContractType()

Gets the contract type.

java.lang.String getOrderId()

Gets the order identifier.

void setOrderId(String value)

Sets the order 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

Contract

protected Contract()

Method Details

getContractType

public abstract ContractType getContractType()

Gets the contract type.

Returns:

The contract type.

getOrderId

public String getOrderId()

Gets the order identifier.

Returns:

The order identifier.

setOrderId

public void setOrderId(String value)

Sets the order identifier.

Parameters:

value - The order identifier.

Applies to