public class SalesOrderShipmentEntity extends Object implements Serializable
| Constructor and Description |
|---|
SalesOrderShipmentEntity() |
SalesOrderShipmentEntity(String increment_id,
String parent_id,
String store_id,
String created_at,
String updated_at,
String is_active,
String shipping_address_id,
String shipping_firstname,
String shipping_lastname,
String order_id,
String order_increment_id,
String order_created_at,
String total_qty,
String shipment_id,
SalesOrderShipmentItemEntity[] items,
SalesOrderShipmentTrackEntity[] tracks,
SalesOrderShipmentCommentEntity[] comments) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
SalesOrderShipmentCommentEntity[] |
getComments()
Gets the comments value for this SalesOrderShipmentEntity.
|
String |
getCreated_at()
Gets the created_at value for this SalesOrderShipmentEntity.
|
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer
|
String |
getIncrement_id()
Gets the increment_id value for this SalesOrderShipmentEntity.
|
String |
getIs_active()
Gets the is_active value for this SalesOrderShipmentEntity.
|
SalesOrderShipmentItemEntity[] |
getItems()
Gets the items value for this SalesOrderShipmentEntity.
|
String |
getOrder_created_at()
Gets the order_created_at value for this SalesOrderShipmentEntity.
|
String |
getOrder_id()
Gets the order_id value for this SalesOrderShipmentEntity.
|
String |
getOrder_increment_id()
Gets the order_increment_id value for this SalesOrderShipmentEntity.
|
String |
getParent_id()
Gets the parent_id value for this SalesOrderShipmentEntity.
|
static org.apache.axis.encoding.Serializer |
getSerializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Serializer
|
String |
getShipment_id()
Gets the shipment_id value for this SalesOrderShipmentEntity.
|
String |
getShipping_address_id()
Gets the shipping_address_id value for this SalesOrderShipmentEntity.
|
String |
getShipping_firstname()
Gets the shipping_firstname value for this SalesOrderShipmentEntity.
|
String |
getShipping_lastname()
Gets the shipping_lastname value for this SalesOrderShipmentEntity.
|
String |
getStore_id()
Gets the store_id value for this SalesOrderShipmentEntity.
|
String |
getTotal_qty()
Gets the total_qty value for this SalesOrderShipmentEntity.
|
SalesOrderShipmentTrackEntity[] |
getTracks()
Gets the tracks value for this SalesOrderShipmentEntity.
|
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object
|
String |
getUpdated_at()
Gets the updated_at value for this SalesOrderShipmentEntity.
|
int |
hashCode() |
void |
setComments(SalesOrderShipmentCommentEntity[] comments)
Sets the comments value for this SalesOrderShipmentEntity.
|
void |
setCreated_at(String created_at)
Sets the created_at value for this SalesOrderShipmentEntity.
|
void |
setIncrement_id(String increment_id)
Sets the increment_id value for this SalesOrderShipmentEntity.
|
void |
setIs_active(String is_active)
Sets the is_active value for this SalesOrderShipmentEntity.
|
void |
setItems(SalesOrderShipmentItemEntity[] items)
Sets the items value for this SalesOrderShipmentEntity.
|
void |
setOrder_created_at(String order_created_at)
Sets the order_created_at value for this SalesOrderShipmentEntity.
|
void |
setOrder_id(String order_id)
Sets the order_id value for this SalesOrderShipmentEntity.
|
void |
setOrder_increment_id(String order_increment_id)
Sets the order_increment_id value for this SalesOrderShipmentEntity.
|
void |
setParent_id(String parent_id)
Sets the parent_id value for this SalesOrderShipmentEntity.
|
void |
setShipment_id(String shipment_id)
Sets the shipment_id value for this SalesOrderShipmentEntity.
|
void |
setShipping_address_id(String shipping_address_id)
Sets the shipping_address_id value for this SalesOrderShipmentEntity.
|
void |
setShipping_firstname(String shipping_firstname)
Sets the shipping_firstname value for this SalesOrderShipmentEntity.
|
void |
setShipping_lastname(String shipping_lastname)
Sets the shipping_lastname value for this SalesOrderShipmentEntity.
|
void |
setStore_id(String store_id)
Sets the store_id value for this SalesOrderShipmentEntity.
|
void |
setTotal_qty(String total_qty)
Sets the total_qty value for this SalesOrderShipmentEntity.
|
void |
setTracks(SalesOrderShipmentTrackEntity[] tracks)
Sets the tracks value for this SalesOrderShipmentEntity.
|
void |
setUpdated_at(String updated_at)
Sets the updated_at value for this SalesOrderShipmentEntity.
|
public SalesOrderShipmentEntity()
public SalesOrderShipmentEntity(String increment_id, String parent_id, String store_id, String created_at, String updated_at, String is_active, String shipping_address_id, String shipping_firstname, String shipping_lastname, String order_id, String order_increment_id, String order_created_at, String total_qty, String shipment_id, SalesOrderShipmentItemEntity[] items, SalesOrderShipmentTrackEntity[] tracks, SalesOrderShipmentCommentEntity[] comments)
public String getIncrement_id()
public void setIncrement_id(String increment_id)
increment_id - public String getParent_id()
public void setParent_id(String parent_id)
parent_id - public String getStore_id()
public void setStore_id(String store_id)
store_id - public String getCreated_at()
public void setCreated_at(String created_at)
created_at - public String getUpdated_at()
public void setUpdated_at(String updated_at)
updated_at - public String getIs_active()
public void setIs_active(String is_active)
is_active - public String getShipping_address_id()
public void setShipping_address_id(String shipping_address_id)
shipping_address_id - public String getShipping_firstname()
public void setShipping_firstname(String shipping_firstname)
shipping_firstname - public String getShipping_lastname()
public void setShipping_lastname(String shipping_lastname)
shipping_lastname - public String getOrder_id()
public void setOrder_id(String order_id)
order_id - public String getOrder_increment_id()
public void setOrder_increment_id(String order_increment_id)
order_increment_id - public String getOrder_created_at()
public void setOrder_created_at(String order_created_at)
order_created_at - public String getTotal_qty()
public void setTotal_qty(String total_qty)
total_qty - public String getShipment_id()
public void setShipment_id(String shipment_id)
shipment_id - public SalesOrderShipmentItemEntity[] getItems()
public void setItems(SalesOrderShipmentItemEntity[] items)
items - public SalesOrderShipmentTrackEntity[] getTracks()
public void setTracks(SalesOrderShipmentTrackEntity[] tracks)
tracks - public SalesOrderShipmentCommentEntity[] getComments()
public void setComments(SalesOrderShipmentCommentEntity[] comments)
comments - public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
Copyright © 2019 Imixs Software Solutions GmbH. All rights reserved.