public class Classification extends Object implements Serializable
| Constructor and Description |
|---|
Classification() |
Classification(String classification,
Category rootCategory,
String title,
String description) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getClassification()
Gets the classification value for this Classification.
|
String |
getDescription()
Gets the description value for this Classification.
|
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer
|
Category |
getRootCategory()
Gets the rootCategory value for this Classification.
|
static org.apache.axis.encoding.Serializer |
getSerializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Serializer
|
String |
getTitle()
Gets the title value for this Classification.
|
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object
|
int |
hashCode() |
void |
setClassification(String classification)
Sets the classification value for this Classification.
|
void |
setDescription(String description)
Sets the description value for this Classification.
|
void |
setRootCategory(Category rootCategory)
Sets the rootCategory value for this Classification.
|
void |
setTitle(String title)
Sets the title value for this Classification.
|
public String getClassification()
public void setClassification(String classification)
classification - public Category getRootCategory()
public void setRootCategory(Category rootCategory)
rootCategory - public String getTitle()
public void setTitle(String title)
title - public String getDescription()
public void setDescription(String description)
description - public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
Copyright © 2005–2014 Alfresco Software. All rights reserved.