atg.commerce.order
Class ElectronicShippingGroup

java.lang.Object
  extended by atg.commerce.order.CommerceIdentifierImpl
      extended by atg.commerce.order.ShippingGroupImpl
          extended by atg.commerce.order.ElectronicShippingGroup
All Implemented Interfaces:
ChangedProperties, CommerceIdentifier, CommerceItemRelationshipContainer, atg.commerce.order.EmailAddressContainer, HandlingInstructionContainer, PaymentGroupRelationshipContainer, ShippingGroup, java.io.Serializable, java.util.Observer

public class ElectronicShippingGroup
extends ShippingGroupImpl
implements atg.commerce.order.EmailAddressContainer

This class is an implementation of a ElectronicShippingGroup. It represents all the information which designates a shipment of a good through electronic means.

See Also:
Serialized Form

Field Summary
static java.lang.String CLASS_VERSION
          Class version string
 
Constructor Summary
ElectronicShippingGroup()
           
 
Method Summary
 java.lang.String getEmailAddress()
          Returns the emailAddress
 void setEmailAddress(java.lang.String pEmailAddress)
          Sets the emailAddress
 
Methods inherited from class atg.commerce.order.ShippingGroupImpl
addChangedProperty, addCommerceItemRelationship, addCommerceItemRelationship, addHandlingInstruction, addHandlingInstruction, addPaymentGroupRelationship, addPaymentGroupRelationship, clearChangedProperties, getActualShipDate, getChangedProperties, getCommerceItemRelationship, getCommerceItemRelationshipCount, getCommerceItemRelationships, getDescription, getHandlingInstruction, getHandlingInstructionCount, getHandlingInstructions, getPaymentGroupRelationship, getPaymentGroupRelationshipCount, getPaymentGroupRelationships, getPriceInfo, getPriceInfoRepositoryItem, getPropertyValue, getRepositoryItem, getSaveAllProperties, getShipOnDate, getShippingGroupClassType, getShippingMethod, getSpecialInstructions, getState, getStateAsString, getStateAsUserResource, getStateDetail, getSubmittedDate, isChanged, removeAllCommerceItemRelationships, removeAllHandlingInstructions, removeAllPaymentGroupRelationships, removeCommerceItemRelationship, removeHandlingInstruction, removePaymentGroupRelationship, setActualShipDate, setChanged, setDescription, setPriceInfo, setPriceInfoRepositoryItem, setPropertyValue, setRepositoryItem, setSaveAllProperties, setShipOnDate, setShippingGroupClassType, setShippingMethod, setSpecialInstructions, setState, setStateAsString, setStateDetail, setSubmittedDate, toString, update
 
Methods inherited from class atg.commerce.order.CommerceIdentifierImpl
getId, setId
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface atg.commerce.order.CommerceIdentifier
getId
 

Field Detail

CLASS_VERSION

public static java.lang.String CLASS_VERSION
Class version string

Constructor Detail

ElectronicShippingGroup

public ElectronicShippingGroup()
Method Detail

getEmailAddress

public java.lang.String getEmailAddress()
Returns the emailAddress

Specified by:
getEmailAddress in interface atg.commerce.order.EmailAddressContainer

setEmailAddress

public void setEmailAddress(java.lang.String pEmailAddress)
Sets the emailAddress

Specified by:
setEmailAddress in interface atg.commerce.order.EmailAddressContainer