public class Category extends Object implements Serializable
Constructor and Description |
---|
Category() |
Category(String categoryId,
String categoryName) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getCategoryId()
Gets the categoryId value for this Category.
|
String |
getCategoryName()
Gets the categoryName value for this Category.
|
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()
メタデータオブジェクトの型を返却 / [en]-(Return type metadata object)
|
int |
hashCode() |
void |
setCategoryId(String categoryId)
Sets the categoryId value for this Category.
|
void |
setCategoryName(String categoryName)
Sets the categoryName value for this Category.
|
public String getCategoryId()
public void setCategoryId(String categoryId)
categoryId
- public String getCategoryName()
public void setCategoryName(String categoryName)
categoryName
- public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)