| 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface OrderRelationshipContainer
Implemented by a class that contains and manages OrderRelationship objects. This interface defines methods for adding and removing OrderRelationship objects.
| Field Summary | |
|---|---|
static java.lang.String | 
CLASS_VERSION
Class version string  | 
| 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.  | 
| Field Detail | 
|---|
static final java.lang.String CLASS_VERSION
| Method Detail | 
|---|
void addOrderRelationship(OrderRelationship pOrderRelationship)
                          throws DuplicateRelationshipException,
                                 InvalidParameterException
DuplicateRelationshipException
InvalidParameterException
OrderRelationship removeOrderRelationship()
                                          throws RelationshipNotFoundException,
                                                 InvalidParameterException
RelationshipNotFoundException
InvalidParameterException
OrderRelationship getOrderRelationship()
                                       throws RelationshipNotFoundException,
                                              InvalidParameterException
RelationshipNotFoundException
InvalidParameterExceptionint getOrderRelationshipCount()
  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||