| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface CostCenter
This interface represents all the information which designates a cost center.
| Field Summary | |
|---|---|
| static java.lang.String | CLASS_VERSIONClass version string | 
| Method Summary | |
|---|---|
|  double | getAmount()Returns the amount | 
|  java.lang.String | getCostCenterClassType()Returns the CostCenterClassType | 
|  java.lang.String | getDescription()Returns the description | 
|  java.lang.String | getIdentifier()Returns the identifier | 
|  void | setAmount(double pAmount)Sets the description | 
|  void | setCostCenterClassType(java.lang.String pCostCenterClassType)Sets the CostCenterClassType | 
|  void | setDescription(java.lang.String pDescription)Sets the description | 
|  void | setIdentifier(java.lang.String pIdentifier)Sets the identifier | 
| Methods inherited from interface atg.commerce.order.CommerceItemRelationshipContainer | 
|---|
| addCommerceItemRelationship, addCommerceItemRelationship, getCommerceItemRelationship, getCommerceItemRelationshipCount, getCommerceItemRelationships, removeAllCommerceItemRelationships, removeCommerceItemRelationship | 
| Methods inherited from interface atg.commerce.order.ShippingGroupRelationshipContainer | 
|---|
| addShippingGroupRelationship, addShippingGroupRelationship, getShippingGroupRelationship, getShippingGroupRelationshipCount, getShippingGroupRelationships, removeAllShippingGroupRelationships, removeShippingGroupRelationship | 
| Methods inherited from interface atg.commerce.order.OrderRelationshipContainer | 
|---|
| addOrderRelationship, getOrderRelationship, getOrderRelationshipCount, removeOrderRelationship | 
| Methods inherited from interface atg.commerce.order.CommerceIdentifier | 
|---|
| getId | 
| Field Detail | 
|---|
static final java.lang.String CLASS_VERSION
| Method Detail | 
|---|
java.lang.String getCostCenterClassType()
void setCostCenterClassType(java.lang.String pCostCenterClassType)
java.lang.String getIdentifier()
void setIdentifier(java.lang.String pIdentifier)
java.lang.String getDescription()
void setDescription(java.lang.String pDescription)
double getAmount()
void setAmount(double pAmount)
| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||