ReferenceOrder Class

public class ReferenceOrder extends ResourceBaseWithLinks<StandardResourceLinks>

Class that represents an order linked to the entitlement.

Constructor Summary

Constructor Description
ReferenceOrder()

Method Summary

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

Gets the alternate identifier value.

java.lang.String getId()

Gets the identifier value.

java.lang.String getLineItemId()

Gets the line item identifier value.

void setAlternateId(String value)

Sets the alternate identifier value.

void setId(String value)

Sets the identifier value.

void setLineItemId(String value)

Sets the line item identifier value.

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

ReferenceOrder

public ReferenceOrder()

Method Details

getAlternateId

public String getAlternateId()

Gets the alternate identifier value.

Returns:

The value of the alternate identifier.

getId

public String getId()

Gets the identifier value.

Returns:

The value of the identifier.

getLineItemId

public String getLineItemId()

Gets the line item identifier value.

Returns:

The value of the line item identifier.

setAlternateId

public void setAlternateId(String value)

Sets the alternate identifier value.

Parameters:

value - The value of the alternate identifier.

setId

public void setId(String value)

Sets the identifier value.

Parameters:

value - The value of the identifier.

setLineItemId

public void setLineItemId(String value)

Sets the line item identifier value.

Parameters:

value - The value of the line item identifier.

Applies to