public class

SalesOrderStatusHistoryEntity

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

Summary

Fields
private Object __equalsCalc
private boolean __hashCodeCalc
private String comment
private String created_at
private String increment_id
private String is_active
private String is_customer_notified
private String parent_id
private String status
private static TypeDesc typeDesc
private String updated_at
Public Constructors
SalesOrderStatusHistoryEntity()
SalesOrderStatusHistoryEntity(String increment_id, String parent_id, String created_at, String updated_at, String is_active, String is_customer_notified, String status, String comment)
Public Methods
synchronized boolean equals(Object obj)
String getComment()
Gets the comment value for this SalesOrderStatusHistoryEntity.
String getCreated_at()
Gets the created_at value for this SalesOrderStatusHistoryEntity.
static Deserializer getDeserializer(String mechType, Class _javaType, QName _xmlType)
Get Custom Deserializer
String getIncrement_id()
Gets the increment_id value for this SalesOrderStatusHistoryEntity.
String getIs_active()
Gets the is_active value for this SalesOrderStatusHistoryEntity.
String getIs_customer_notified()
Gets the is_customer_notified value for this SalesOrderStatusHistoryEntity.
String getParent_id()
Gets the parent_id value for this SalesOrderStatusHistoryEntity.
static Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
Get Custom Serializer
String getStatus()
Gets the status value for this SalesOrderStatusHistoryEntity.
static TypeDesc getTypeDesc()
Return type metadata object
String getUpdated_at()
Gets the updated_at value for this SalesOrderStatusHistoryEntity.
synchronized int hashCode()
void setComment(String comment)
Sets the comment value for this SalesOrderStatusHistoryEntity.
void setCreated_at(String created_at)
Sets the created_at value for this SalesOrderStatusHistoryEntity.
void setIncrement_id(String increment_id)
Sets the increment_id value for this SalesOrderStatusHistoryEntity.
void setIs_active(String is_active)
Sets the is_active value for this SalesOrderStatusHistoryEntity.
void setIs_customer_notified(String is_customer_notified)
Sets the is_customer_notified value for this SalesOrderStatusHistoryEntity.
void setParent_id(String parent_id)
Sets the parent_id value for this SalesOrderStatusHistoryEntity.
void setStatus(String status)
Sets the status value for this SalesOrderStatusHistoryEntity.
void setUpdated_at(String updated_at)
Sets the updated_at value for this SalesOrderStatusHistoryEntity.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

private Object __equalsCalc

private boolean __hashCodeCalc

private String comment

private String created_at

private String increment_id

private String is_active

private String is_customer_notified

private String parent_id

private String status

private static TypeDesc typeDesc

private String updated_at

Public Constructors

public SalesOrderStatusHistoryEntity ()

public SalesOrderStatusHistoryEntity (String increment_id, String parent_id, String created_at, String updated_at, String is_active, String is_customer_notified, String status, String comment)

Parameters
increment_id
parent_id
created_at
updated_at
is_active
is_customer_notified
status
comment

Public Methods

public synchronized boolean equals (Object obj)

Parameters
obj

public String getComment ()

Gets the comment value for this SalesOrderStatusHistoryEntity.

Returns
  • comment

public String getCreated_at ()

Gets the created_at value for this SalesOrderStatusHistoryEntity.

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 SalesOrderStatusHistoryEntity.

Returns
  • increment_id

public String getIs_active ()

Gets the is_active value for this SalesOrderStatusHistoryEntity.

Returns
  • is_active

public String getIs_customer_notified ()

Gets the is_customer_notified value for this SalesOrderStatusHistoryEntity.

Returns
  • is_customer_notified

public String getParent_id ()

Gets the parent_id value for this SalesOrderStatusHistoryEntity.

Returns
  • parent_id

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

Get Custom Serializer

Parameters
mechType
_javaType
_xmlType

public String getStatus ()

Gets the status value for this SalesOrderStatusHistoryEntity.

Returns
  • status

public static TypeDesc getTypeDesc ()

Return type metadata object

public String getUpdated_at ()

Gets the updated_at value for this SalesOrderStatusHistoryEntity.

Returns
  • updated_at

public synchronized int hashCode ()

public void setComment (String comment)

Sets the comment value for this SalesOrderStatusHistoryEntity.

Parameters
comment

public void setCreated_at (String created_at)

Sets the created_at value for this SalesOrderStatusHistoryEntity.

Parameters
created_at

public void setIncrement_id (String increment_id)

Sets the increment_id value for this SalesOrderStatusHistoryEntity.

Parameters
increment_id

public void setIs_active (String is_active)

Sets the is_active value for this SalesOrderStatusHistoryEntity.

Parameters
is_active

public void setIs_customer_notified (String is_customer_notified)

Sets the is_customer_notified value for this SalesOrderStatusHistoryEntity.

Parameters
is_customer_notified

public void setParent_id (String parent_id)

Sets the parent_id value for this SalesOrderStatusHistoryEntity.

Parameters
parent_id

public void setStatus (String status)

Sets the status value for this SalesOrderStatusHistoryEntity.

Parameters
status

public void setUpdated_at (String updated_at)

Sets the updated_at value for this SalesOrderStatusHistoryEntity.

Parameters
updated_at