public class

SalesOrderInvoiceCommentEntity

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

Summary

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

Fields

private Object __equalsCalc

private boolean __hashCodeCalc

private String comment

private String comment_id

private String created_at

private String increment_id

private String is_active

private String is_customer_notified

private String parent_id

private static TypeDesc typeDesc

private String updated_at

Public Constructors

public SalesOrderInvoiceCommentEntity ()

public SalesOrderInvoiceCommentEntity (String increment_id, String parent_id, String created_at, String updated_at, String is_active, String comment, String is_customer_notified, String comment_id)

Parameters
increment_id
parent_id
created_at
updated_at
is_active
comment
is_customer_notified
comment_id

Public Methods

public synchronized boolean equals (Object obj)

Parameters
obj

public String getComment ()

Gets the comment value for this SalesOrderInvoiceCommentEntity.

Returns
  • comment

public String getComment_id ()

Gets the comment_id value for this SalesOrderInvoiceCommentEntity.

Returns
  • comment_id

public String getCreated_at ()

Gets the created_at value for this SalesOrderInvoiceCommentEntity.

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

Returns
  • increment_id

public String getIs_active ()

Gets the is_active value for this SalesOrderInvoiceCommentEntity.

Returns
  • is_active

public String getIs_customer_notified ()

Gets the is_customer_notified value for this SalesOrderInvoiceCommentEntity.

Returns
  • is_customer_notified

public String getParent_id ()

Gets the parent_id value for this SalesOrderInvoiceCommentEntity.

Returns
  • parent_id

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

Get Custom Serializer

Parameters
mechType
_javaType
_xmlType

public static TypeDesc getTypeDesc ()

Return type metadata object

public String getUpdated_at ()

Gets the updated_at value for this SalesOrderInvoiceCommentEntity.

Returns
  • updated_at

public synchronized int hashCode ()

public void setComment (String comment)

Sets the comment value for this SalesOrderInvoiceCommentEntity.

Parameters
comment

public void setComment_id (String comment_id)

Sets the comment_id value for this SalesOrderInvoiceCommentEntity.

Parameters
comment_id

public void setCreated_at (String created_at)

Sets the created_at value for this SalesOrderInvoiceCommentEntity.

Parameters
created_at

public void setIncrement_id (String increment_id)

Sets the increment_id value for this SalesOrderInvoiceCommentEntity.

Parameters
increment_id

public void setIs_active (String is_active)

Sets the is_active value for this SalesOrderInvoiceCommentEntity.

Parameters
is_active

public void setIs_customer_notified (String is_customer_notified)

Sets the is_customer_notified value for this SalesOrderInvoiceCommentEntity.

Parameters
is_customer_notified

public void setParent_id (String parent_id)

Sets the parent_id value for this SalesOrderInvoiceCommentEntity.

Parameters
parent_id

public void setUpdated_at (String updated_at)

Sets the updated_at value for this SalesOrderInvoiceCommentEntity.

Parameters
updated_at