atg.commerce.order
Class CommerceIdentifierImpl

java.lang.Object
  extended by atg.commerce.order.CommerceIdentifierImpl
All Implemented Interfaces:
CommerceIdentifier, java.io.Serializable
Direct Known Subclasses:
CommerceItemImpl, CostCenterCommerceItemRelationship, CostCenterImpl, CostCenterOrderRelationship, CostCenterShippingGroupRelationship, HandlingInstructionImpl, OrderImpl, PaymentGroupCommerceItemRelationship, PaymentGroupImpl, PaymentGroupOrderRelationship, PaymentGroupShippingGroupRelationship, ShippingGroupCommerceItemRelationship, ShippingGroupImpl

public abstract class CommerceIdentifierImpl
extends java.lang.Object
implements CommerceIdentifier

An abstract base class which provides the functionality for getting and setting a commerce Id.

See Also:
Serialized Form

Field Summary
static java.lang.String CLASS_VERSION
          Class version string
 
Constructor Summary
CommerceIdentifierImpl()
           
 
Method Summary
 java.lang.String getId()
          Returns the commerce object id.
 void setId(java.lang.String pId)
          Sets the commerce id.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CLASS_VERSION

public static java.lang.String CLASS_VERSION
Class version string

Constructor Detail

CommerceIdentifierImpl

public CommerceIdentifierImpl()
Method Detail

getId

public java.lang.String getId()
Returns the commerce object id.

Specified by:
getId in interface CommerceIdentifier

setId

public void setId(java.lang.String pId)
Sets the commerce id.