| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface CommerceItemRelationship
An interface which represents a part of a relationship that is a CommerceItem.
| Field Summary | |
|---|---|
| static java.lang.String | CLASS_VERSIONClass version string | 
| Method Summary | |
|---|---|
|  double | getAmount()Returns the amount that this Relationship represents. | 
|  CommerceItem | getCommerceItem()Returns the CommerceItem reference. | 
|  long | getQuantity()Returns the quantity that this Relationship represents. | 
|  long | getReturnedQuantity()Returns the returnedQuantity | 
|  int | getState()Returns the state | 
|  java.lang.String | getStateDetail()Returns the stateDetail | 
|  void | setAmount(double pAmount)Sets the amount that this Relationship represents. | 
|  void | setCommerceItem(CommerceItem pCommerceItem)Sets the CommerceItem reference. | 
|  void | setQuantity(long pQuantity)Sets the quantity that this Relationship represents. | 
|  void | setReturnedQuantity(long pReturnedQuantity)Sets the returnedQuantity | 
|  void | setState(int pState)Sets the state | 
|  void | setStateDetail(java.lang.String pStateDetail)Sets the stateDetail | 
| Methods inherited from interface atg.commerce.order.Relationship | 
|---|
| getRelationshipClassType, getRelationshipType, setRelationshipClassType, setRelationshipType | 
| Methods inherited from interface atg.commerce.order.CommerceIdentifier | 
|---|
| getId | 
| Field Detail | 
|---|
static final java.lang.String CLASS_VERSION
| Method Detail | 
|---|
CommerceItem getCommerceItem()
void setCommerceItem(CommerceItem pCommerceItem)
int getState()
void setState(int pState)
java.lang.String getStateDetail()
void setStateDetail(java.lang.String pStateDetail)
long getQuantity()
void setQuantity(long pQuantity)
long getReturnedQuantity()
void setReturnedQuantity(long pReturnedQuantity)
double getAmount()
void setAmount(double pAmount)
| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||