public class CustomerGroupEntity extends Object implements Serializable
| Constructor and Description |
|---|
CustomerGroupEntity() |
CustomerGroupEntity(int customer_group_id,
String customer_group_code) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getCustomer_group_code()
Gets the customer_group_code value for this CustomerGroupEntity.
|
int |
getCustomer_group_id()
Gets the customer_group_id value for this CustomerGroupEntity.
|
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer
|
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 |
setCustomer_group_code(String customer_group_code)
Sets the customer_group_code value for this CustomerGroupEntity.
|
void |
setCustomer_group_id(int customer_group_id)
Sets the customer_group_id value for this CustomerGroupEntity.
|
public CustomerGroupEntity()
public CustomerGroupEntity(int customer_group_id,
String customer_group_code)
public int getCustomer_group_id()
public void setCustomer_group_id(int customer_group_id)
customer_group_id - public String getCustomer_group_code()
public void setCustomer_group_code(String customer_group_code)
customer_group_code - 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.