public class HandlingInstructionImpl extends CommerceIdentifierImpl implements HandlingInstruction, ChangedProperties
| Modifier and Type | Field and Description | 
|---|---|
| static java.lang.String | CLASS_VERSIONClass version string | 
| Constructor and Description | 
|---|
| HandlingInstructionImpl() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | addChangedProperty(java.lang.String pPropertyName)Adds a changedProperty | 
| void | clearChangedProperties()Clears the changedProperties List | 
| java.util.Set | getChangedProperties()Returns the changedProperties | 
| java.lang.String | getCommerceItemId()Returns the commerceItemId | 
| java.lang.String | getHandlingInstructionClassType()Returns the handlingInstructionClassType | 
| java.lang.String | getHandlingMethod()Returns property handlingMethod | 
| java.lang.Object | getPropertyValue(java.lang.String pPropertyName)Returns a property value | 
| long | getQuantity()Returns the quantity | 
| MutableRepositoryItem | getRepositoryItem()Returns the repositoryItem | 
| boolean | getSaveAllProperties()Returns the saveAllProperties | 
| java.lang.String | getShippingGroupId()Returns the shippingGroupId | 
| boolean | isChanged()Returns the isChanged flag | 
| void | setChanged(boolean pChanged)Marks this object as changed | 
| void | setCommerceItemId(java.lang.String pCommerceItemId)Sets the commerceItemId | 
| void | setHandlingInstructionClassType(java.lang.String pHandlingInstructionClassType)Sets the handlingInstructionClassType | 
| void | setHandlingMethod(java.lang.String pHandlingMethod)Sets property handlingMethod | 
| void | setPropertyValue(java.lang.String pPropertyName,
                java.lang.Object pPropertyValue)Sets a property value | 
| void | setQuantity(long pQuantity)Sets the quantity | 
| void | setRepositoryItem(MutableRepositoryItem pRepositoryItem)Sets the repositoryItem | 
| void | setSaveAllProperties(boolean pSaveAllProperties)Sets the saveAllProperties | 
| void | setShippingGroupId(java.lang.String pShippingGroupId)Sets the shippingGroupId | 
| void | update(java.util.Observable o,
      java.lang.Object arg)This method is called whenever a property in a contained object changes
 and the containing object needs to be notified. | 
getId, setIdclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetIdpublic static final java.lang.String CLASS_VERSION
public java.lang.String getHandlingInstructionClassType()
getHandlingInstructionClassType in interface HandlingInstructionpublic void setHandlingInstructionClassType(java.lang.String pHandlingInstructionClassType)
setHandlingInstructionClassType in interface HandlingInstructionpublic java.lang.String getHandlingMethod()
getHandlingMethod in interface HandlingInstructionpublic void setHandlingMethod(java.lang.String pHandlingMethod)
setHandlingMethod in interface HandlingInstructionpHandlingMethod - the value to set for property handlingMethodpublic java.lang.String getCommerceItemId()
getCommerceItemId in interface HandlingInstructionpublic void setCommerceItemId(java.lang.String pCommerceItemId)
setCommerceItemId in interface HandlingInstructionpublic java.lang.String getShippingGroupId()
getShippingGroupId in interface HandlingInstructionpublic void setShippingGroupId(java.lang.String pShippingGroupId)
setShippingGroupId in interface HandlingInstructionpublic long getQuantity()
getQuantity in interface HandlingInstructionpublic void setQuantity(long pQuantity)
setQuantity in interface HandlingInstructionpublic void update(java.util.Observable o,
          java.lang.Object arg)
update in interface java.util.Observero - the object which changedarg - the name of the property which changedpublic boolean getSaveAllProperties()
getSaveAllProperties in interface ChangedPropertiespublic void setSaveAllProperties(boolean pSaveAllProperties)
setSaveAllProperties in interface ChangedPropertiespublic boolean isChanged()
isChanged in interface ChangedPropertiespublic void setChanged(boolean pChanged)
setChanged in interface ChangedPropertiespublic java.util.Set getChangedProperties()
getChangedProperties in interface ChangedPropertiespublic void addChangedProperty(java.lang.String pPropertyName)
addChangedProperty in interface ChangedPropertiespublic void clearChangedProperties()
clearChangedProperties in interface ChangedPropertiespublic MutableRepositoryItem getRepositoryItem()
getRepositoryItem in interface ChangedPropertiespublic void setRepositoryItem(MutableRepositoryItem pRepositoryItem)
setRepositoryItem in interface ChangedPropertiespublic java.lang.Object getPropertyValue(java.lang.String pPropertyName)
getPropertyValue in interface ChangedPropertiespublic void setPropertyValue(java.lang.String pPropertyName,
                    java.lang.Object pPropertyValue)
setPropertyValue in interface ChangedPropertiespPropertyValue - the value to set for the given property value