public class ShoppingCartLicenseEntity extends Object implements Serializable
| Constructor and Description |
|---|
ShoppingCartLicenseEntity() |
ShoppingCartLicenseEntity(String agreement_id,
String name,
String content,
Integer is_active,
Integer is_html) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getAgreement_id()
Gets the agreement_id value for this ShoppingCartLicenseEntity.
|
String |
getContent()
Gets the content value for this ShoppingCartLicenseEntity.
|
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer
|
Integer |
getIs_active()
Gets the is_active value for this ShoppingCartLicenseEntity.
|
Integer |
getIs_html()
Gets the is_html value for this ShoppingCartLicenseEntity.
|
String |
getName()
Gets the name value for this ShoppingCartLicenseEntity.
|
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
|
int |
hashCode() |
void |
setAgreement_id(String agreement_id)
Sets the agreement_id value for this ShoppingCartLicenseEntity.
|
void |
setContent(String content)
Sets the content value for this ShoppingCartLicenseEntity.
|
void |
setIs_active(Integer is_active)
Sets the is_active value for this ShoppingCartLicenseEntity.
|
void |
setIs_html(Integer is_html)
Sets the is_html value for this ShoppingCartLicenseEntity.
|
void |
setName(String name)
Sets the name value for this ShoppingCartLicenseEntity.
|
public String getAgreement_id()
public void setAgreement_id(String agreement_id)
agreement_id - public String getName()
public void setName(String name)
name - public String getContent()
public void setContent(String content)
content - public Integer getIs_active()
public void setIs_active(Integer is_active)
is_active - public Integer getIs_html()
public void setIs_html(Integer is_html)
is_html - public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
Copyright © 2019 Imixs Software Solutions GmbH. All rights reserved.