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