public class CatalogAttributeEntity extends Object implements Serializable
| Constructor and Description |
|---|
CatalogAttributeEntity() |
CatalogAttributeEntity(Integer attribute_id,
String code,
String type,
String required,
String scope) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Integer |
getAttribute_id()
Gets the attribute_id value for this CatalogAttributeEntity.
|
String |
getCode()
Gets the code value for this CatalogAttributeEntity.
|
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer
|
String |
getRequired()
Gets the required value for this CatalogAttributeEntity.
|
String |
getScope()
Gets the scope value for this CatalogAttributeEntity.
|
static org.apache.axis.encoding.Serializer |
getSerializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Serializer
|
String |
getType()
Gets the type value for this CatalogAttributeEntity.
|
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object
|
int |
hashCode() |
void |
setAttribute_id(Integer attribute_id)
Sets the attribute_id value for this CatalogAttributeEntity.
|
void |
setCode(String code)
Sets the code value for this CatalogAttributeEntity.
|
void |
setRequired(String required)
Sets the required value for this CatalogAttributeEntity.
|
void |
setScope(String scope)
Sets the scope value for this CatalogAttributeEntity.
|
void |
setType(String type)
Sets the type value for this CatalogAttributeEntity.
|
public Integer getAttribute_id()
public void setAttribute_id(Integer attribute_id)
attribute_id - public String getCode()
public void setCode(String code)
code - public String getType()
public void setType(String type)
type - public String getRequired()
public void setRequired(String required)
required - public String getScope()
public void setScope(String scope)
scope - 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.