atg.b2bcommerce.order
Interface CostCenter

All Superinterfaces:
B2BCommerceItemRelationshipContainer, B2BOrderRelationshipContainer, B2BShippingGroupRelationshipContainer, CommerceIdentifier, java.io.Serializable
All Known Implementing Classes:
CostCenterImpl

public interface CostCenter
extends B2BCommerceItemRelationshipContainer, B2BShippingGroupRelationshipContainer, B2BOrderRelationshipContainer, CommerceIdentifier, java.io.Serializable

This interface represents all the information which designates a cost center.


Field Summary
static java.lang.String CLASS_VERSION
          Class 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.b2bcommerce.order.B2BCommerceItemRelationshipContainer
addCommerceItemRelationship, addCommerceItemRelationship, getCommerceItemRelationship, getCommerceItemRelationshipCount, getCommerceItemRelationships, removeAllCommerceItemRelationships, removeCommerceItemRelationship
 
Methods inherited from interface atg.b2bcommerce.order.B2BShippingGroupRelationshipContainer
addShippingGroupRelationship, addShippingGroupRelationship, getShippingGroupRelationship, getShippingGroupRelationshipCount, getShippingGroupRelationships, removeAllShippingGroupRelationships, removeShippingGroupRelationship
 
Methods inherited from interface atg.b2bcommerce.order.B2BOrderRelationshipContainer
addOrderRelationship, getOrderRelationship, getOrderRelationshipCount, removeOrderRelationship
 
Methods inherited from interface atg.commerce.order.CommerceIdentifier
getId
 

Field Detail

CLASS_VERSION

static final java.lang.String CLASS_VERSION
Class version string

See Also:
Constant Field Values
Method Detail

getCostCenterClassType

java.lang.String getCostCenterClassType()
Returns the CostCenterClassType


setCostCenterClassType

void setCostCenterClassType(java.lang.String pCostCenterClassType)
Sets the CostCenterClassType


getIdentifier

java.lang.String getIdentifier()
Returns the identifier


setIdentifier

void setIdentifier(java.lang.String pIdentifier)
Sets the identifier


getDescription

java.lang.String getDescription()
Returns the description


setDescription

void setDescription(java.lang.String pDescription)
Sets the description


getAmount

double getAmount()
Returns the amount


setAmount

void setAmount(double pAmount)
Sets the description