public class SalesOrderInvoiceCommentEntity extends Object implements Serializable
| Constructor and Description |
|---|
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) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getComment_id()
Gets the comment_id value for this SalesOrderInvoiceCommentEntity.
|
String |
getComment()
Gets the comment value for this SalesOrderInvoiceCommentEntity.
|
String |
getCreated_at()
Gets the created_at value for this SalesOrderInvoiceCommentEntity.
|
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 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 org.apache.axis.encoding.Serializer |
getSerializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Serializer
|
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object
|
String |
getUpdated_at()
Gets the updated_at value for this SalesOrderInvoiceCommentEntity.
|
int |
hashCode() |
void |
setComment_id(String comment_id)
Sets the comment_id value for this SalesOrderInvoiceCommentEntity.
|
void |
setComment(String comment)
Sets the comment 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.
|
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 getComment()
public void setComment(String comment)
comment - public String getIs_customer_notified()
public void setIs_customer_notified(String is_customer_notified)
is_customer_notified - public String getComment_id()
public void setComment_id(String comment_id)
comment_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.