public class

SalesOrderShipmentEntity

extends Object
implements Serializable
java.lang.Object
   ↳ com.magento.api.SalesOrderShipmentEntity

Summary

Fields
private Object __equalsCalc
private boolean __hashCodeCalc
private SalesOrderShipmentCommentEntity[] comments
private String created_at
private String increment_id
private String is_active
private SalesOrderShipmentItemEntity[] items
private String order_created_at
private String order_id
private String order_increment_id
private String parent_id
private String shipment_id
private String shipping_address_id
private String shipping_firstname
private String shipping_lastname
private String store_id
private String total_qty
private SalesOrderShipmentTrackEntity[] tracks
private static TypeDesc typeDesc
private String updated_at
Public Constructors
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)
Public Methods
synchronized 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 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 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 TypeDesc getTypeDesc()
Return type metadata object
String getUpdated_at()
Gets the updated_at value for this SalesOrderShipmentEntity.
synchronized 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.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

private Object __equalsCalc

private boolean __hashCodeCalc

private String created_at

private String increment_id

private String is_active

private String order_created_at

private String order_id

private String order_increment_id

private String parent_id

private String shipment_id

private String shipping_address_id

private String shipping_firstname

private String shipping_lastname

private String store_id

private String total_qty

private static TypeDesc typeDesc

private String updated_at

Public Constructors

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)

Parameters
increment_id
parent_id
store_id
created_at
updated_at
is_active
shipping_address_id
shipping_firstname
shipping_lastname
order_id
order_increment_id
order_created_at
total_qty
shipment_id
items
tracks
comments

Public Methods

public synchronized boolean equals (Object obj)

Parameters
obj

public SalesOrderShipmentCommentEntity[] getComments ()

Gets the comments value for this SalesOrderShipmentEntity.

Returns
  • comments

public String getCreated_at ()

Gets the created_at value for this SalesOrderShipmentEntity.

Returns
  • created_at

public static Deserializer getDeserializer (String mechType, Class _javaType, QName _xmlType)

Get Custom Deserializer

Parameters
mechType
_javaType
_xmlType

public String getIncrement_id ()

Gets the increment_id value for this SalesOrderShipmentEntity.

Returns
  • increment_id

public String getIs_active ()

Gets the is_active value for this SalesOrderShipmentEntity.

Returns
  • is_active

public SalesOrderShipmentItemEntity[] getItems ()

Gets the items value for this SalesOrderShipmentEntity.

Returns
  • items

public String getOrder_created_at ()

Gets the order_created_at value for this SalesOrderShipmentEntity.

Returns
  • order_created_at

public String getOrder_id ()

Gets the order_id value for this SalesOrderShipmentEntity.

Returns
  • order_id

public String getOrder_increment_id ()

Gets the order_increment_id value for this SalesOrderShipmentEntity.

Returns
  • order_increment_id

public String getParent_id ()

Gets the parent_id value for this SalesOrderShipmentEntity.

Returns
  • parent_id

public static Serializer getSerializer (String mechType, Class _javaType, QName _xmlType)

Get Custom Serializer

Parameters
mechType
_javaType
_xmlType

public String getShipment_id ()

Gets the shipment_id value for this SalesOrderShipmentEntity.

Returns
  • shipment_id

public String getShipping_address_id ()

Gets the shipping_address_id value for this SalesOrderShipmentEntity.

Returns
  • shipping_address_id

public String getShipping_firstname ()

Gets the shipping_firstname value for this SalesOrderShipmentEntity.

Returns
  • shipping_firstname

public String getShipping_lastname ()

Gets the shipping_lastname value for this SalesOrderShipmentEntity.

Returns
  • shipping_lastname

public String getStore_id ()

Gets the store_id value for this SalesOrderShipmentEntity.

Returns
  • store_id

public String getTotal_qty ()

Gets the total_qty value for this SalesOrderShipmentEntity.

Returns
  • total_qty

public SalesOrderShipmentTrackEntity[] getTracks ()

Gets the tracks value for this SalesOrderShipmentEntity.

Returns
  • tracks

public static TypeDesc getTypeDesc ()

Return type metadata object

public String getUpdated_at ()

Gets the updated_at value for this SalesOrderShipmentEntity.

Returns
  • updated_at

public synchronized int hashCode ()

public void setComments (SalesOrderShipmentCommentEntity[] comments)

Sets the comments value for this SalesOrderShipmentEntity.

Parameters
comments

public void setCreated_at (String created_at)

Sets the created_at value for this SalesOrderShipmentEntity.

Parameters
created_at

public void setIncrement_id (String increment_id)

Sets the increment_id value for this SalesOrderShipmentEntity.

Parameters
increment_id

public void setIs_active (String is_active)

Sets the is_active value for this SalesOrderShipmentEntity.

Parameters
is_active

public void setItems (SalesOrderShipmentItemEntity[] items)

Sets the items value for this SalesOrderShipmentEntity.

Parameters
items

public void setOrder_created_at (String order_created_at)

Sets the order_created_at value for this SalesOrderShipmentEntity.

Parameters
order_created_at

public void setOrder_id (String order_id)

Sets the order_id value for this SalesOrderShipmentEntity.

Parameters
order_id

public void setOrder_increment_id (String order_increment_id)

Sets the order_increment_id value for this SalesOrderShipmentEntity.

Parameters
order_increment_id

public void setParent_id (String parent_id)

Sets the parent_id value for this SalesOrderShipmentEntity.

Parameters
parent_id

public void setShipment_id (String shipment_id)

Sets the shipment_id value for this SalesOrderShipmentEntity.

Parameters
shipment_id

public void setShipping_address_id (String shipping_address_id)

Sets the shipping_address_id value for this SalesOrderShipmentEntity.

Parameters
shipping_address_id

public void setShipping_firstname (String shipping_firstname)

Sets the shipping_firstname value for this SalesOrderShipmentEntity.

Parameters
shipping_firstname

public void setShipping_lastname (String shipping_lastname)

Sets the shipping_lastname value for this SalesOrderShipmentEntity.

Parameters
shipping_lastname

public void setStore_id (String store_id)

Sets the store_id value for this SalesOrderShipmentEntity.

Parameters
store_id

public void setTotal_qty (String total_qty)

Sets the total_qty value for this SalesOrderShipmentEntity.

Parameters
total_qty

public void setTracks (SalesOrderShipmentTrackEntity[] tracks)

Sets the tracks value for this SalesOrderShipmentEntity.

Parameters
tracks

public void setUpdated_at (String updated_at)

Sets the updated_at value for this SalesOrderShipmentEntity.

Parameters
updated_at