public interface OrderRelationship extends Relationship
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CLASS_VERSION
Class version string
|
| Modifier and Type | Method and Description |
|---|---|
double |
getAmount()
Returns the amount
|
Order |
getOrder()
Returns the Order reference.
|
void |
setAmount(double pAmount)
Sets the amount
|
void |
setOrder(Order pOrder)
Sets the Order reference.
|
getRelationshipClassType, getRelationshipType, setRelationshipClassType, setRelationshipTypegetIdstatic final java.lang.String CLASS_VERSION