com.ibm.commerce.order.objects

Class ShipInfo

  • java.lang.Object
    • com.ibm.commerce.base.objects.EntityBase
      • com.ibm.commerce.order.objimpl.ShipInfoEntityBase
        • com.ibm.commerce.order.objects.ShipInfo
  • All Implemented Interfaces:
    Protectable, java.io.Serializable


    @Entity(name="ShipInfo")
    public class ShipInfo
    extends com.ibm.commerce.order.objimpl.ShipInfoEntityBase
    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field and Description
      static java.lang.String COPYRIGHT
      Copyright.
    • Constructor Summary

      Constructors 
      Constructor and Description
      ShipInfo() 
    • Method Summary

      • Methods inherited from class com.ibm.commerce.order.objimpl.ShipInfoEntityBase

        getAddressId, getCarrierAccntNum, getInstructions, getOrder, getPolicyId, getShipInfoId, getShipModeId, setAddressId, setCarrierAccntNum, setInstructions, setOrder, setPolicyId, setShipInfoId, setShipModeId
      • Methods inherited from class com.ibm.commerce.base.objects.EntityBase

        fulfills, getGroupingAttributeValue, getOptCounter, getOwner, setOptCounter
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

    • Constructor Detail

      • ShipInfo

        public ShipInfo()