public class SalesOrderShipmentItemEntity extends Object implements Serializable
| Constructor and Description |
|---|
SalesOrderShipmentItemEntity() |
SalesOrderShipmentItemEntity(String increment_id,
String parent_id,
String created_at,
String updated_at,
String is_active,
String sku,
String name,
String order_item_id,
String product_id,
String weight,
String price,
String qty,
String item_id) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getCreated_at()
Gets the created_at value for this SalesOrderShipmentItemEntity.
|
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 SalesOrderShipmentItemEntity.
|
String |
getIs_active()
Gets the is_active value for this SalesOrderShipmentItemEntity.
|
String |
getItem_id()
Gets the item_id value for this SalesOrderShipmentItemEntity.
|
String |
getName()
Gets the name value for this SalesOrderShipmentItemEntity.
|
String |
getOrder_item_id()
Gets the order_item_id value for this SalesOrderShipmentItemEntity.
|
String |
getParent_id()
Gets the parent_id value for this SalesOrderShipmentItemEntity.
|
String |
getPrice()
Gets the price value for this SalesOrderShipmentItemEntity.
|
String |
getProduct_id()
Gets the product_id value for this SalesOrderShipmentItemEntity.
|
String |
getQty()
Gets the qty value for this SalesOrderShipmentItemEntity.
|
static org.apache.axis.encoding.Serializer |
getSerializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Serializer
|
String |
getSku()
Gets the sku value for this SalesOrderShipmentItemEntity.
|
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object
|
String |
getUpdated_at()
Gets the updated_at value for this SalesOrderShipmentItemEntity.
|
String |
getWeight()
Gets the weight value for this SalesOrderShipmentItemEntity.
|
int |
hashCode() |
void |
setCreated_at(String created_at)
Sets the created_at value for this SalesOrderShipmentItemEntity.
|
void |
setIncrement_id(String increment_id)
Sets the increment_id value for this SalesOrderShipmentItemEntity.
|
void |
setIs_active(String is_active)
Sets the is_active value for this SalesOrderShipmentItemEntity.
|
void |
setItem_id(String item_id)
Sets the item_id value for this SalesOrderShipmentItemEntity.
|
void |
setName(String name)
Sets the name value for this SalesOrderShipmentItemEntity.
|
void |
setOrder_item_id(String order_item_id)
Sets the order_item_id value for this SalesOrderShipmentItemEntity.
|
void |
setParent_id(String parent_id)
Sets the parent_id value for this SalesOrderShipmentItemEntity.
|
void |
setPrice(String price)
Sets the price value for this SalesOrderShipmentItemEntity.
|
void |
setProduct_id(String product_id)
Sets the product_id value for this SalesOrderShipmentItemEntity.
|
void |
setQty(String qty)
Sets the qty value for this SalesOrderShipmentItemEntity.
|
void |
setSku(String sku)
Sets the sku value for this SalesOrderShipmentItemEntity.
|
void |
setUpdated_at(String updated_at)
Sets the updated_at value for this SalesOrderShipmentItemEntity.
|
void |
setWeight(String weight)
Sets the weight value for this SalesOrderShipmentItemEntity.
|
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 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 getSku()
public void setSku(String sku)
sku - public String getName()
public void setName(String name)
name - public String getOrder_item_id()
public void setOrder_item_id(String order_item_id)
order_item_id - public String getProduct_id()
public void setProduct_id(String product_id)
product_id - public String getWeight()
public void setWeight(String weight)
weight - public String getPrice()
public void setPrice(String price)
price - public String getQty()
public void setQty(String qty)
qty - public String getItem_id()
public void setItem_id(String item_id)
item_id - public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
Copyright © 2020 Imixs Software Solutions GmbH. All rights reserved.