|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectatg.commerce.order.OrderRelationshipContainerImpl
public class OrderRelationshipContainerImpl
A class which manages the containment of OrderRelationship objects.
| Field Summary | |
|---|---|
static java.lang.String |
CLASS_VERSION
Class version string |
| Constructor Summary | |
|---|---|
OrderRelationshipContainerImpl()
Constructs a OrderRelationshipContainerImpl object. |
|
| Method Summary | |
|---|---|
void |
addOrderRelationship(OrderRelationship pOrderRelationship)
Add the OrderRelationship to the container. |
OrderRelationship |
getOrderRelationship()
Returns the OrderRelationship. |
int |
getOrderRelationshipCount()
Returns the number of OrderRelationships in the container. |
OrderRelationship |
removeOrderRelationship()
Removes a OrderRelationship. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static java.lang.String CLASS_VERSION
| Constructor Detail |
|---|
public OrderRelationshipContainerImpl()
| Method Detail |
|---|
public void addOrderRelationship(OrderRelationship pOrderRelationship)
throws DuplicateRelationshipException,
InvalidParameterException
addOrderRelationship in interface OrderRelationshipContainerDuplicateRelationshipException
InvalidParameterException
public OrderRelationship removeOrderRelationship()
throws RelationshipNotFoundException,
InvalidParameterException
removeOrderRelationship in interface OrderRelationshipContainerRelationshipNotFoundException
InvalidParameterException
public OrderRelationship getOrderRelationship()
throws RelationshipNotFoundException,
InvalidParameterException
getOrderRelationship in interface OrderRelationshipContainerRelationshipNotFoundException
InvalidParameterExceptionpublic int getOrderRelationshipCount()
getOrderRelationshipCount in interface OrderRelationshipContainer
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||