Class ShipmentLine

java.lang.Object
com.onenetwork.platform.common.Model
com.onenetwork.platform.common.ShipmentLine
All Implemented Interfaces:
com.onenetwork.platform.common.impl.Child<Shipment>, Model, java.io.Serializable

public class ShipmentLine
extends com.onenetwork.platform.common.Model
implements java.io.Serializable, com.onenetwork.platform.common.impl.Child<Shipment>
Shipment Line represents the Goods' physical dimension in terms on Weight, Volume, Quantity etc.

Java class for ShipmentLine complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="ShipmentLine">
   <complexContent>
     <extension base="{http://www.onenetwork.com/Platform}Model">
       <sequence>
         <element name="InputRefId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="Error" type="{http://www.onenetwork.com/Platform}Error" minOccurs="0"/>
         <element name="LevelCreationDate" type="{http://www.onenetwork.com/Platform}DateTime" minOccurs="0"/>
         <element name="LevelModifiedDate" type="{http://www.onenetwork.com/Platform}DateTime" minOccurs="0"/>
         <element name="ShipmentLineNumber" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="ItemEnterpriseName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="ItemName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="ItemDescription" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="NoOfUniqueItems" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
         <element name="OrderNumber" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="OrderCreationEnterpriseName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="OrderCreationOrganizationName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="OrderLineItemNumber" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="OrderScheduleNumber" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="TargetShipDate" type="{http://www.onenetwork.com/Platform}DateTime" minOccurs="0"/>
         <element name="TargetDeliveryDate" type="{http://www.onenetwork.com/Platform}DateTime" minOccurs="0"/>
         <element name="ShippedQuantity" type="{http://www.onenetwork.com/Platform}NullableDouble" minOccurs="0"/>
         <element name="ReceivedQuantity" type="{http://www.onenetwork.com/Platform}NullableDouble" minOccurs="0"/>
         <element name="OrderedQuantity" type="{http://www.onenetwork.com/Platform}NullableDouble" minOccurs="0"/>
         <element name="QuantityUnitOfMeasure" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="ShippedQuantity2" type="{http://www.onenetwork.com/Platform}NullableDouble" minOccurs="0"/>
         <element name="ReceivedQuantity2" type="{http://www.onenetwork.com/Platform}NullableDouble" minOccurs="0"/>
         <element name="OrderedQuantity2" type="{http://www.onenetwork.com/Platform}NullableDouble" minOccurs="0"/>
         <element name="QuantityUnitOfMeasure2" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="Volume" type="{http://www.onenetwork.com/Platform}NullableDouble" minOccurs="0"/>
         <element name="VolumeUnitOfMeasure" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="Weight" type="{http://www.onenetwork.com/Platform}NullableDouble" minOccurs="0"/>
         <element name="WeightUnitOfMeasure" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="FreightClass" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="TransactionCost" type="{http://www.onenetwork.com/Platform}NullableDouble" minOccurs="0"/>
         <element name="State" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="CreationTemplateName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="CreationTemplateBaseTemplateName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="CreationTemplateBaseTemplateLevelType" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="CreationTemplateOwningOrgName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="CreationTemplateOwningOrgEnterpriseName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="CreationTemplateOwningUserName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="CreationTemplateOwningUserEnterpriseName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="Udfs" type="{http://www.onenetwork.com/Platform}NameValuePairList" minOccurs="0"/>
         <element name="Issue" type="{http://www.onenetwork.com/Platform}Issue" maxOccurs="unbounded" minOccurs="0"/>
         <element ref="{http://www.onenetwork.com/Platform}MDFs" maxOccurs="unbounded" minOccurs="0"/>
         <element name="Attribute" type="{http://www.onenetwork.com/Platform}AttributeValue" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
See Also:
Serialized Form
  • Field Details

  • Constructor Details

  • Method Details

    • getInputRefId

      public java.lang.String getInputRefId()
      Gets the value of the inputRefId property.
      Returns:
      possible object is String
    • setInputRefId

      public void setInputRefId​(java.lang.String value)
      Sets the value of the inputRefId property.
      Parameters:
      value - allowed object is String
    • isSetInputRefId

      public boolean isSetInputRefId()
    • getError

      public StatusMessage getError()
      Gets the value of the error property.
      Specified by:
      getError in interface Model
      Overrides:
      getError in class com.onenetwork.platform.common.Model
      Returns:
      possible object is ErrorDef
    • setError

      public void setError​(StatusMessage value)
      Sets the value of the error property.
      Specified by:
      setError in interface Model
      Overrides:
      setError in class com.onenetwork.platform.common.Model
      Parameters:
      value - allowed object is ErrorDef
    • isSetError

      public boolean isSetError()
    • getLevelCreationDate

      public java.util.Calendar getLevelCreationDate()
      Gets the value of the levelCreationDate property.
      Returns:
      possible object is String
    • setLevelCreationDate

      public void setLevelCreationDate​(java.util.Calendar value)
      Sets the value of the levelCreationDate property.
      Parameters:
      value - allowed object is String
    • isSetLevelCreationDate

      public boolean isSetLevelCreationDate()
    • getLevelModifiedDate

      public java.util.Calendar getLevelModifiedDate()
      Gets the value of the levelModifiedDate property.
      Returns:
      possible object is String
    • setLevelModifiedDate

      public void setLevelModifiedDate​(java.util.Calendar value)
      Sets the value of the levelModifiedDate property.
      Parameters:
      value - allowed object is String
    • isSetLevelModifiedDate

      public boolean isSetLevelModifiedDate()
    • getShipmentLineNumber

      public java.lang.String getShipmentLineNumber()
      Gets the value of the shipmentLineNumber property.
      Returns:
      possible object is String
    • setShipmentLineNumber

      public void setShipmentLineNumber​(java.lang.String value)
      Sets the value of the shipmentLineNumber property.
      Parameters:
      value - allowed object is String
    • isSetShipmentLineNumber

      public boolean isSetShipmentLineNumber()
    • getItemEnterpriseName

      public java.lang.String getItemEnterpriseName()
      Gets the value of the itemEnterpriseName property.
      Returns:
      possible object is String
    • isSetItemEnterpriseName

      public boolean isSetItemEnterpriseName()
    • getItemName

      public java.lang.String getItemName()
      Gets the value of the itemName property.
      Returns:
      possible object is String
    • isSetItemName

      public boolean isSetItemName()
    • getItemDescription

      public java.lang.String getItemDescription()
      Gets the value of the itemDescription property.
      Returns:
      possible object is String
    • setItemDescription

      public void setItemDescription​(java.lang.String value)
      Sets the value of the itemDescription property.
      Parameters:
      value - allowed object is String
    • isSetItemDescription

      public boolean isSetItemDescription()
    • setNoOfUniqueItems

      public void setNoOfUniqueItems​(long value)
      Sets the value of the noOfUniqueItems property.
      Parameters:
      value - allowed object is Long
    • isSetNoOfUniqueItems

      public boolean isSetNoOfUniqueItems()
    • getOrderNumber

      public java.lang.String getOrderNumber()
      Gets the value of the orderNumber property.
      Returns:
      possible object is String
    • setOrderNumber

      public void setOrderNumber​(java.lang.String value)
      Sets the value of the orderNumber property.
      Parameters:
      value - allowed object is String
    • isSetOrderNumber

      public boolean isSetOrderNumber()
    • getOrderCreationEnterpriseName

      public java.lang.String getOrderCreationEnterpriseName()
      Gets the value of the orderCreationEnterpriseName property.
      Returns:
      possible object is String
    • isSetOrderCreationEnterpriseName

      public boolean isSetOrderCreationEnterpriseName()
    • getOrderCreationOrganizationName

      public java.lang.String getOrderCreationOrganizationName()
      Gets the value of the orderCreationOrganizationName property.
      Returns:
      possible object is String
    • isSetOrderCreationOrganizationName

      public boolean isSetOrderCreationOrganizationName()
    • getOrderLineItemNumber

      public java.lang.String getOrderLineItemNumber()
      Gets the value of the orderLineItemNumber property.
      Returns:
      possible object is String
    • setOrderLineItemNumber

      public void setOrderLineItemNumber​(java.lang.String value)
      Sets the value of the orderLineItemNumber property.
      Parameters:
      value - allowed object is String
    • isSetOrderLineItemNumber

      public boolean isSetOrderLineItemNumber()
    • getOrderScheduleNumber

      public java.lang.String getOrderScheduleNumber()
      Gets the value of the orderScheduleNumber property.
      Returns:
      possible object is String
    • setOrderScheduleNumber

      public void setOrderScheduleNumber​(java.lang.String value)
      Sets the value of the orderScheduleNumber property.
      Parameters:
      value - allowed object is String
    • isSetOrderScheduleNumber

      public boolean isSetOrderScheduleNumber()
    • getTargetShipDate

      public java.util.Calendar getTargetShipDate()
      Gets the value of the targetShipDate property.
      Returns:
      possible object is String
    • setTargetShipDate

      public void setTargetShipDate​(java.util.Calendar value)
      Sets the value of the targetShipDate property.
      Parameters:
      value - allowed object is String
    • isSetTargetShipDate

      public boolean isSetTargetShipDate()
    • getTargetDeliveryDate

      public java.util.Calendar getTargetDeliveryDate()
      Gets the value of the targetDeliveryDate property.
      Returns:
      possible object is String
    • setTargetDeliveryDate

      public void setTargetDeliveryDate​(java.util.Calendar value)
      Sets the value of the targetDeliveryDate property.
      Parameters:
      value - allowed object is String
    • isSetTargetDeliveryDate

      public boolean isSetTargetDeliveryDate()
    • setShippedQuantity

      public void setShippedQuantity​(double value)
      Sets the value of the shippedQuantity property.
      Parameters:
      value - allowed object is String
    • isSetShippedQuantity

      public boolean isSetShippedQuantity()
    • setReceivedQuantity

      public void setReceivedQuantity​(double value)
      Sets the value of the receivedQuantity property.
      Parameters:
      value - allowed object is String
    • isSetReceivedQuantity

      public boolean isSetReceivedQuantity()
    • setOrderedQuantity

      public void setOrderedQuantity​(double value)
      Sets the value of the orderedQuantity property.
      Parameters:
      value - allowed object is String
    • isSetOrderedQuantity

      public boolean isSetOrderedQuantity()
    • getQuantityUnitOfMeasure

      public java.lang.String getQuantityUnitOfMeasure()
      Gets the value of the quantityUnitOfMeasure property.
      Returns:
      possible object is String
    • setQuantityUnitOfMeasure

      public void setQuantityUnitOfMeasure​(java.lang.String value)
      Sets the value of the quantityUnitOfMeasure property.
      Parameters:
      value - allowed object is String
    • isSetQuantityUnitOfMeasure

      public boolean isSetQuantityUnitOfMeasure()
    • setShippedQuantity2

      public void setShippedQuantity2​(double value)
      Sets the value of the shippedQuantity2 property.
      Parameters:
      value - allowed object is String
    • isSetShippedQuantity2

      public boolean isSetShippedQuantity2()
    • setReceivedQuantity2

      public void setReceivedQuantity2​(double value)
      Sets the value of the receivedQuantity2 property.
      Parameters:
      value - allowed object is String
    • isSetReceivedQuantity2

      public boolean isSetReceivedQuantity2()
    • setOrderedQuantity2

      public void setOrderedQuantity2​(double value)
      Sets the value of the orderedQuantity2 property.
      Parameters:
      value - allowed object is String
    • isSetOrderedQuantity2

      public boolean isSetOrderedQuantity2()
    • getQuantityUnitOfMeasure2

      public java.lang.String getQuantityUnitOfMeasure2()
      Gets the value of the quantityUnitOfMeasure2 property.
      Returns:
      possible object is String
    • setQuantityUnitOfMeasure2

      public void setQuantityUnitOfMeasure2​(java.lang.String value)
      Sets the value of the quantityUnitOfMeasure2 property.
      Parameters:
      value - allowed object is String
    • isSetQuantityUnitOfMeasure2

      public boolean isSetQuantityUnitOfMeasure2()
    • setVolume

      public void setVolume​(double value)
      Sets the value of the volume property.
      Parameters:
      value - allowed object is String
    • isSetVolume

      public boolean isSetVolume()
    • getVolumeUnitOfMeasure

      public java.lang.String getVolumeUnitOfMeasure()
      Gets the value of the volumeUnitOfMeasure property.
      Returns:
      possible object is String
    • setVolumeUnitOfMeasure

      public void setVolumeUnitOfMeasure​(java.lang.String value)
      Sets the value of the volumeUnitOfMeasure property.
      Parameters:
      value - allowed object is String
    • isSetVolumeUnitOfMeasure

      public boolean isSetVolumeUnitOfMeasure()
    • setWeight

      public void setWeight​(double value)
      Sets the value of the weight property.
      Parameters:
      value - allowed object is String
    • isSetWeight

      public boolean isSetWeight()
    • getWeightUnitOfMeasure

      public java.lang.String getWeightUnitOfMeasure()
      Gets the value of the weightUnitOfMeasure property.
      Returns:
      possible object is String
    • setWeightUnitOfMeasure

      public void setWeightUnitOfMeasure​(java.lang.String value)
      Sets the value of the weightUnitOfMeasure property.
      Parameters:
      value - allowed object is String
    • isSetWeightUnitOfMeasure

      public boolean isSetWeightUnitOfMeasure()
    • getFreightClass

      public java.lang.String getFreightClass()
      Gets the value of the freightClass property.
      Returns:
      possible object is String
    • setFreightClass

      public void setFreightClass​(java.lang.String value)
      Sets the value of the freightClass property.
      Parameters:
      value - allowed object is String
    • isSetFreightClass

      public boolean isSetFreightClass()
    • setTransactionCost

      public void setTransactionCost​(double value)
      Sets the value of the transactionCost property.
      Parameters:
      value - allowed object is String
    • isSetTransactionCost

      public boolean isSetTransactionCost()
    • getState

      public java.lang.String getState()
      Gets the value of the state property.
      Returns:
      possible object is String
    • setState

      public void setState​(java.lang.String value)
      Sets the value of the state property.
      Parameters:
      value - allowed object is String
    • isSetState

      public boolean isSetState()
    • getCreationTemplateName

      public java.lang.String getCreationTemplateName()
      Gets the value of the creationTemplateName property.
      Returns:
      possible object is String
    • isSetCreationTemplateName

      public boolean isSetCreationTemplateName()
    • getCreationTemplateBaseTemplateName

      public java.lang.String getCreationTemplateBaseTemplateName()
      Gets the value of the creationTemplateBaseTemplateName property.
      Returns:
      possible object is String
    • isSetCreationTemplateBaseTemplateName

      public boolean isSetCreationTemplateBaseTemplateName()
    • getCreationTemplateBaseTemplateLevelType

      public java.lang.String getCreationTemplateBaseTemplateLevelType()
      Gets the value of the creationTemplateBaseTemplateLevelType property.
      Returns:
      possible object is String
    • isSetCreationTemplateBaseTemplateLevelType

      public boolean isSetCreationTemplateBaseTemplateLevelType()
    • getCreationTemplateOwningOrgName

      public java.lang.String getCreationTemplateOwningOrgName()
      Gets the value of the creationTemplateOwningOrgName property.
      Returns:
      possible object is String
    • isSetCreationTemplateOwningOrgName

      public boolean isSetCreationTemplateOwningOrgName()
    • getCreationTemplateOwningOrgEnterpriseName

      public java.lang.String getCreationTemplateOwningOrgEnterpriseName()
      Gets the value of the creationTemplateOwningOrgEnterpriseName property.
      Returns:
      possible object is String
    • isSetCreationTemplateOwningOrgEnterpriseName

      public boolean isSetCreationTemplateOwningOrgEnterpriseName()
    • getCreationTemplateOwningUserName

      public java.lang.String getCreationTemplateOwningUserName()
      Gets the value of the creationTemplateOwningUserName property.
      Returns:
      possible object is String
    • isSetCreationTemplateOwningUserName

      public boolean isSetCreationTemplateOwningUserName()
    • getCreationTemplateOwningUserEnterpriseName

      public java.lang.String getCreationTemplateOwningUserEnterpriseName()
      Gets the value of the creationTemplateOwningUserEnterpriseName property.
      Returns:
      possible object is String
    • isSetCreationTemplateOwningUserEnterpriseName

      public boolean isSetCreationTemplateOwningUserEnterpriseName()
    • getUdfs

      public com.onenetwork.platform.common.NameValuePairList getUdfs()
      Gets the value of the udfs property.
      Overrides:
      getUdfs in class com.onenetwork.platform.common.Model
      Returns:
      possible object is NameValuePairList
    • setUdfs

      public void setUdfs​(com.onenetwork.platform.common.NameValuePairList value)
      Sets the value of the udfs property.
      Overrides:
      setUdfs in class com.onenetwork.platform.common.Model
      Parameters:
      value - allowed object is NameValuePairList
    • isSetUdfs

      public boolean isSetUdfs()
      Overrides:
      isSetUdfs in class com.onenetwork.platform.common.Model
    • getIssues

      public java.util.List<Issue> getIssues()
      Gets the value of the issues property.

      This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the issues property.

      For example, to add a new item, do as follows:

          getIssues().add(newItem);
       

      Objects of the following type(s) are allowed in the list Issue

    • isSetIssues

      public boolean isSetIssues()
    • unsetIssues

      public void unsetIssues()
    • getMDFsList

      public java.util.List<javax.xml.bind.JAXBElement<? extends com.onenetwork.platform.common.MDFs>> getMDFsList()
      Gets the value of the mdFsList property.

      This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the mdFsList property.

      For example, to add a new item, do as follows:

          getMDFsList().add(newItem);
       

      Objects of the following type(s) are allowed in the list JAXBElement<DummyMDFs> JAXBElement<MDFs>

      Overrides:
      getMDFsList in class com.onenetwork.platform.common.Model
    • isSetMDFsList

      public boolean isSetMDFsList()
    • unsetMDFsList

      public void unsetMDFsList()
    • getAttributes

      public java.util.List<AttributeValue> getAttributes()
      Gets the value of the attributes property.

      This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the attributes property.

      For example, to add a new item, do as follows:

          getAttributes().add(newItem);
       

      Objects of the following type(s) are allowed in the list AttributeValue

      Overrides:
      getAttributes in class com.onenetwork.platform.common.Model
    • isSetAttributes

      public boolean isSetAttributes()
    • unsetAttributes

      public void unsetAttributes()
    • getParent

      public Shipment getParent()
      Returns the parent Shipment. This is an in-memory retrieval and does not perform a database lookup
      Specified by:
      getParent in interface com.onenetwork.platform.common.impl.Child<Shipment>
      Returns:
      parent Shipment
    • setParent

      public void setParent​(Shipment parent)
      Sets the parent Shipment. This is an in-memory set and does not perform a database write
      Specified by:
      setParent in interface com.onenetwork.platform.common.impl.Child<Shipment>
      Parameters:
      parent - new parent Shipment
    • setItemEnterpriseName

      public void setItemEnterpriseName​(java.lang.String value)
      Sets the value of ItemEnterpriseName, and also nullifies the following surrogate ids: SysItemId. This nullification is done to ensure that a client can set either natural keys or sys id as desired. If you as a client wish to populate *both* natural and surrogate ids, you should set the natural keys first, then set the surrogate ids passing 'false' as the second parameter
      Parameters:
      value - new value for ItemEnterpriseName - the following will also be nullified: SysItemId
    • setItemName

      public void setItemName​(java.lang.String value)
      Sets the value of ItemName, and also nullifies the following surrogate ids: SysItemId. This nullification is done to ensure that a client can set either natural keys or sys id as desired. If you as a client wish to populate *both* natural and surrogate ids, you should set the natural keys first, then set the surrogate ids passing 'false' as the second parameter
      Parameters:
      value - new value for ItemName - the following will also be nullified: SysItemId
    • setOrderCreationEnterpriseName

      public void setOrderCreationEnterpriseName​(java.lang.String value)
      Sets the value of OrderCreationEnterpriseName, and also nullifies the following surrogate ids: SysOrderCreationOrgId. This nullification is done to ensure that a client can set either natural keys or sys id as desired. If you as a client wish to populate *both* natural and surrogate ids, you should set the natural keys first, then set the surrogate ids passing 'false' as the second parameter
      Parameters:
      value - new value for OrderCreationEnterpriseName - the following will also be nullified: SysOrderCreationOrgId
    • setOrderCreationOrganizationName

      public void setOrderCreationOrganizationName​(java.lang.String value)
      Sets the value of OrderCreationOrganizationName, and also nullifies the following surrogate ids: SysOrderCreationOrgId. This nullification is done to ensure that a client can set either natural keys or sys id as desired. If you as a client wish to populate *both* natural and surrogate ids, you should set the natural keys first, then set the surrogate ids passing 'false' as the second parameter
      Parameters:
      value - new value for OrderCreationOrganizationName - the following will also be nullified: SysOrderCreationOrgId
    • setCreationTemplateName

      public void setCreationTemplateName​(java.lang.String value)
      Sets the value of CreationTemplateName, and also nullifies the following surrogate ids: SysCreationTemplateId. This nullification is done to ensure that a client can set either natural keys or sys id as desired. If you as a client wish to populate *both* natural and surrogate ids, you should set the natural keys first, then set the surrogate ids passing 'false' as the second parameter
      Parameters:
      value - new value for CreationTemplateName - the following will also be nullified: SysCreationTemplateId
    • setCreationTemplateBaseTemplateName

      public void setCreationTemplateBaseTemplateName​(java.lang.String value)
      Sets the value of CreationTemplateBaseTemplateName, and also nullifies the following surrogate ids: SysCreationTemplateId. This nullification is done to ensure that a client can set either natural keys or sys id as desired. If you as a client wish to populate *both* natural and surrogate ids, you should set the natural keys first, then set the surrogate ids passing 'false' as the second parameter
      Parameters:
      value - new value for CreationTemplateBaseTemplateName - the following will also be nullified: SysCreationTemplateId
    • setCreationTemplateBaseTemplateLevelType

      public void setCreationTemplateBaseTemplateLevelType​(java.lang.String value)
      Sets the value of CreationTemplateBaseTemplateLevelType, and also nullifies the following surrogate ids: SysCreationTemplateId. This nullification is done to ensure that a client can set either natural keys or sys id as desired. If you as a client wish to populate *both* natural and surrogate ids, you should set the natural keys first, then set the surrogate ids passing 'false' as the second parameter
      Parameters:
      value - new value for CreationTemplateBaseTemplateLevelType - the following will also be nullified: SysCreationTemplateId
    • setCreationTemplateOwningOrgName

      public void setCreationTemplateOwningOrgName​(java.lang.String value)
      Sets the value of CreationTemplateOwningOrgName, and also nullifies the following surrogate ids: SysCreationTemplateId. This nullification is done to ensure that a client can set either natural keys or sys id as desired. If you as a client wish to populate *both* natural and surrogate ids, you should set the natural keys first, then set the surrogate ids passing 'false' as the second parameter
      Parameters:
      value - new value for CreationTemplateOwningOrgName - the following will also be nullified: SysCreationTemplateId
    • setCreationTemplateOwningOrgEnterpriseName

      public void setCreationTemplateOwningOrgEnterpriseName​(java.lang.String value)
      Sets the value of CreationTemplateOwningOrgEnterpriseName, and also nullifies the following surrogate ids: SysCreationTemplateId. This nullification is done to ensure that a client can set either natural keys or sys id as desired. If you as a client wish to populate *both* natural and surrogate ids, you should set the natural keys first, then set the surrogate ids passing 'false' as the second parameter
      Parameters:
      value - new value for CreationTemplateOwningOrgEnterpriseName - the following will also be nullified: SysCreationTemplateId
    • setCreationTemplateOwningUserName

      public void setCreationTemplateOwningUserName​(java.lang.String value)
      Sets the value of CreationTemplateOwningUserName, and also nullifies the following surrogate ids: SysCreationTemplateId. This nullification is done to ensure that a client can set either natural keys or sys id as desired. If you as a client wish to populate *both* natural and surrogate ids, you should set the natural keys first, then set the surrogate ids passing 'false' as the second parameter
      Parameters:
      value - new value for CreationTemplateOwningUserName - the following will also be nullified: SysCreationTemplateId
    • setCreationTemplateOwningUserEnterpriseName

      public void setCreationTemplateOwningUserEnterpriseName​(java.lang.String value)
      Sets the value of CreationTemplateOwningUserEnterpriseName, and also nullifies the following surrogate ids: SysCreationTemplateId. This nullification is done to ensure that a client can set either natural keys or sys id as desired. If you as a client wish to populate *both* natural and surrogate ids, you should set the natural keys first, then set the surrogate ids passing 'false' as the second parameter
      Parameters:
      value - new value for CreationTemplateOwningUserEnterpriseName - the following will also be nullified: SysCreationTemplateId
    • getNoOfUniqueItems

      public long getNoOfUniqueItems()
    • unsetNoOfUniqueItems

      public void unsetNoOfUniqueItems()
    • getShippedQuantity

      public double getShippedQuantity()
    • unsetShippedQuantity

      public void unsetShippedQuantity()
    • getReceivedQuantity

      public double getReceivedQuantity()
    • unsetReceivedQuantity

      public void unsetReceivedQuantity()
    • getOrderedQuantity

      public double getOrderedQuantity()
    • unsetOrderedQuantity

      public void unsetOrderedQuantity()
    • getShippedQuantity2

      public double getShippedQuantity2()
    • unsetShippedQuantity2

      public void unsetShippedQuantity2()
    • getReceivedQuantity2

      public double getReceivedQuantity2()
    • unsetReceivedQuantity2

      public void unsetReceivedQuantity2()
    • getOrderedQuantity2

      public double getOrderedQuantity2()
    • unsetOrderedQuantity2

      public void unsetOrderedQuantity2()
    • getVolume

      public double getVolume()
    • unsetVolume

      public void unsetVolume()
    • getWeight

      public double getWeight()
    • unsetWeight

      public void unsetWeight()
    • getTransactionCost

      public double getTransactionCost()
    • unsetTransactionCost

      public void unsetTransactionCost()
    • issueOn

      public com.onenetwork.platform.common.Issue issueOn​(java.lang.String issueName, IssueSeverity issueSeverity)
      Utility method to create an issue and set it on JAXB
    • issueOff

      public com.onenetwork.platform.common.Issue issueOff​(java.lang.String issueName)
      Utility method to create an issue and set it on JAXB
    • equals

      public boolean equals​(java.lang.Object obj)
      Description copied from interface: Model
      A Model object is considered "equal" to another Model object if it is a Model of the same type and its Natural Key fields are identical.
      Specified by:
      equals in interface Model
      Overrides:
      equals in class java.lang.Object
      Parameters:
      obj - object to compare
      Returns:
      true if the object is the same type of Model with identical Natural Key fields
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class java.lang.Object
    • internalToString

      protected java.lang.String internalToString()
      Overrides:
      internalToString in class com.onenetwork.platform.common.Model
    • toStrContrib

      public java.lang.String toStrContrib()
      Not intended for use by Clients
    • getModelType

      public com.onenetwork.platform.data.model.impl.ModelType getModelType()
      methods to get ModelType for this JAXB.
      Overrides:
      getModelType in class com.onenetwork.platform.common.Model
    • getModelLevelType

      public com.onenetwork.platform.data.model.impl.ModelLevelType getModelLevelType()
      methods to get ModelLevelType for this JAXB.
      Overrides:
      getModelLevelType in class com.onenetwork.platform.common.Model
    • getStandardModelName

      public java.lang.String getStandardModelName()
      method to get standard model name for this JAXB.
      Overrides:
      getStandardModelName in class com.onenetwork.platform.common.Model
    • getSysItemId

      public java.lang.Long getSysItemId()
      Returns the surrogate id value for SysItemId. After reading a model, this will always match with the corresponding natural keys, which are: itemEnterpriseName, itemName
    • setSysItemId

      public void setSysItemId​(java.lang.Long value, boolean nullifyNaturalKeys)
      Sets the surrogate id value for SysItemId. As a client, when you want to update the model in the database, you may set values either by natural key or by sys id, or by both. Calling this method with 'true' will nullify the natural keys for this surrogate key: itemEnterpriseName, itemName. This ensures the values don't conflict. If you are 'populating' an object and want to set both natural and surrogate keys, you should set the natural keys first, then call this method with 'false' for nullifyNaturalKeys.
      Parameters:
      value - new value for SysItemId
      nullifyNaturalKeys - true to nullify the related natural keys (itemEnterpriseName, itemName), or false to leave as is - please note that you can pass either surrogate id or natural keys to the server write API, or both
    • getSysOrderCreationOrgId

      public java.lang.Long getSysOrderCreationOrgId()
      Returns the surrogate id value for SysOrderCreationOrgId. After reading a model, this will always match with the corresponding natural keys, which are: orderCreationEnterpriseName, orderCreationOrganizationName
    • setSysOrderCreationOrgId

      public void setSysOrderCreationOrgId​(java.lang.Long value, boolean nullifyNaturalKeys)
      Sets the surrogate id value for SysOrderCreationOrgId. As a client, when you want to update the model in the database, you may set values either by natural key or by sys id, or by both. Calling this method with 'true' will nullify the natural keys for this surrogate key: orderCreationEnterpriseName, orderCreationOrganizationName. This ensures the values don't conflict. If you are 'populating' an object and want to set both natural and surrogate keys, you should set the natural keys first, then call this method with 'false' for nullifyNaturalKeys.
      Parameters:
      value - new value for SysOrderCreationOrgId
      nullifyNaturalKeys - true to nullify the related natural keys (orderCreationEnterpriseName, orderCreationOrganizationName), or false to leave as is - please note that you can pass either surrogate id or natural keys to the server write API, or both
    • getSysCreationTemplateId

      public java.lang.Long getSysCreationTemplateId()
      Returns the surrogate id value for SysCreationTemplateId. After reading a model, this will always match with the corresponding natural keys, which are: creationTemplateName, creationTemplateBaseTemplateName, creationTemplateBaseTemplateLevelType, creationTemplateOwningOrgName, creationTemplateOwningOrgEnterpriseName, creationTemplateOwningUserName, creationTemplateOwningUserEnterpriseName
    • setSysCreationTemplateId

      public void setSysCreationTemplateId​(java.lang.Long value, boolean nullifyNaturalKeys)
      Sets the surrogate id value for SysCreationTemplateId. As a client, when you want to update the model in the database, you may set values either by natural key or by sys id, or by both. Calling this method with 'true' will nullify the natural keys for this surrogate key: creationTemplateName, creationTemplateBaseTemplateName, creationTemplateBaseTemplateLevelType, creationTemplateOwningOrgName, creationTemplateOwningOrgEnterpriseName, creationTemplateOwningUserName, creationTemplateOwningUserEnterpriseName. This ensures the values don't conflict. If you are 'populating' an object and want to set both natural and surrogate keys, you should set the natural keys first, then call this method with 'false' for nullifyNaturalKeys.
      Parameters:
      value - new value for SysCreationTemplateId
      nullifyNaturalKeys - true to nullify the related natural keys (creationTemplateName, creationTemplateBaseTemplateName, creationTemplateBaseTemplateLevelType, creationTemplateOwningOrgName, creationTemplateOwningOrgEnterpriseName, creationTemplateOwningUserName, creationTemplateOwningUserEnterpriseName), or false to leave as is - please note that you can pass either surrogate id or natural keys to the server write API, or both
    • getSysOhId

      public java.lang.Long getSysOhId()
      Returns the surrogate id value for SYS_OH_ID
    • setSysOhId

      public void setSysOhId​(java.lang.Long sysId)
      Sets the surrogate id value for SYS_OH_ID
    • getSysOliId

      public java.lang.Long getSysOliId()
      Returns the surrogate id value for SYS_OLI_ID
    • setSysOliId

      public void setSysOliId​(java.lang.Long sysId)
      Sets the surrogate id value for SYS_OLI_ID
    • getSysOsId

      public java.lang.Long getSysOsId()
      Returns the surrogate id value for SYS_OS_ID
    • setSysOsId

      public void setSysOsId​(java.lang.Long sysId)
      Sets the surrogate id value for SYS_OS_ID