public class

SalesOrderCreditmemoCommentEntity

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

Summary

Fields
private Object __equalsCalc
private boolean __hashCodeCalc
private String comment
private String comment_id
private String created_at
private String is_customer_notified
private String is_visible_on_front
private String parent_id
private static TypeDesc typeDesc
Public Constructors
SalesOrderCreditmemoCommentEntity()
SalesOrderCreditmemoCommentEntity(String parent_id, String created_at, String comment, String is_customer_notified, String comment_id, String is_visible_on_front)
Public Methods
synchronized boolean equals(Object obj)
String getComment()
Gets the comment value for this SalesOrderCreditmemoCommentEntity.
String getComment_id()
Gets the comment_id value for this SalesOrderCreditmemoCommentEntity.
String getCreated_at()
Gets the created_at value for this SalesOrderCreditmemoCommentEntity.
static Deserializer getDeserializer(String mechType, Class _javaType, QName _xmlType)
Get Custom Deserializer
String getIs_customer_notified()
Gets the is_customer_notified value for this SalesOrderCreditmemoCommentEntity.
String getIs_visible_on_front()
Gets the is_visible_on_front value for this SalesOrderCreditmemoCommentEntity.
String getParent_id()
Gets the parent_id value for this SalesOrderCreditmemoCommentEntity.
static Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
Get Custom Serializer
static TypeDesc getTypeDesc()
Return type metadata object
synchronized int hashCode()
void setComment(String comment)
Sets the comment value for this SalesOrderCreditmemoCommentEntity.
void setComment_id(String comment_id)
Sets the comment_id value for this SalesOrderCreditmemoCommentEntity.
void setCreated_at(String created_at)
Sets the created_at value for this SalesOrderCreditmemoCommentEntity.
void setIs_customer_notified(String is_customer_notified)
Sets the is_customer_notified value for this SalesOrderCreditmemoCommentEntity.
void setIs_visible_on_front(String is_visible_on_front)
Sets the is_visible_on_front value for this SalesOrderCreditmemoCommentEntity.
void setParent_id(String parent_id)
Sets the parent_id value for this SalesOrderCreditmemoCommentEntity.
[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 is_customer_notified

private String is_visible_on_front

private String parent_id

private static TypeDesc typeDesc

Public Constructors

public SalesOrderCreditmemoCommentEntity ()

public SalesOrderCreditmemoCommentEntity (String parent_id, String created_at, String comment, String is_customer_notified, String comment_id, String is_visible_on_front)

Parameters
parent_id
created_at
comment
is_customer_notified
comment_id
is_visible_on_front

Public Methods

public synchronized boolean equals (Object obj)

Parameters
obj

public String getComment ()

Gets the comment value for this SalesOrderCreditmemoCommentEntity.

Returns
  • comment

public String getComment_id ()

Gets the comment_id value for this SalesOrderCreditmemoCommentEntity.

Returns
  • comment_id

public String getCreated_at ()

Gets the created_at value for this SalesOrderCreditmemoCommentEntity.

Returns
  • created_at

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

Get Custom Deserializer

Parameters
mechType
_javaType
_xmlType

public String getIs_customer_notified ()

Gets the is_customer_notified value for this SalesOrderCreditmemoCommentEntity.

Returns
  • is_customer_notified

public String getIs_visible_on_front ()

Gets the is_visible_on_front value for this SalesOrderCreditmemoCommentEntity.

Returns
  • is_visible_on_front

public String getParent_id ()

Gets the parent_id value for this SalesOrderCreditmemoCommentEntity.

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 synchronized int hashCode ()

public void setComment (String comment)

Sets the comment value for this SalesOrderCreditmemoCommentEntity.

Parameters
comment

public void setComment_id (String comment_id)

Sets the comment_id value for this SalesOrderCreditmemoCommentEntity.

Parameters
comment_id

public void setCreated_at (String created_at)

Sets the created_at value for this SalesOrderCreditmemoCommentEntity.

Parameters
created_at

public void setIs_customer_notified (String is_customer_notified)

Sets the is_customer_notified value for this SalesOrderCreditmemoCommentEntity.

Parameters
is_customer_notified

public void setIs_visible_on_front (String is_visible_on_front)

Sets the is_visible_on_front value for this SalesOrderCreditmemoCommentEntity.

Parameters
is_visible_on_front

public void setParent_id (String parent_id)

Sets the parent_id value for this SalesOrderCreditmemoCommentEntity.

Parameters
parent_id