public class ClassDefinition
extends java.lang.Object
implements java.io.Serializable
| Constructor and Description |
|---|
ClassDefinition() |
ClassDefinition(java.lang.String name,
java.lang.String title,
java.lang.String description,
java.lang.String superClass,
boolean isAspect,
PropertyDefinition[] properties,
AssociationDefinition[] associations) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
AssociationDefinition[] |
getAssociations()
Gets the associations value for this ClassDefinition.
|
AssociationDefinition |
getAssociations(int i) |
java.lang.String |
getDescription()
Gets the description value for this ClassDefinition.
|
static org.apache.axis.encoding.Deserializer |
getDeserializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
Get Custom Deserializer
|
java.lang.String |
getName()
Gets the name value for this ClassDefinition.
|
PropertyDefinition[] |
getProperties()
Gets the properties value for this ClassDefinition.
|
PropertyDefinition |
getProperties(int i) |
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 |
getSuperClass()
Gets the superClass value for this ClassDefinition.
|
java.lang.String |
getTitle()
Gets the title value for this ClassDefinition.
|
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object
|
int |
hashCode() |
boolean |
isIsAspect()
Gets the isAspect value for this ClassDefinition.
|
void |
setAssociations(AssociationDefinition[] associations)
Sets the associations value for this ClassDefinition.
|
void |
setAssociations(int i,
AssociationDefinition _value) |
void |
setDescription(java.lang.String description)
Sets the description value for this ClassDefinition.
|
void |
setIsAspect(boolean isAspect)
Sets the isAspect value for this ClassDefinition.
|
void |
setName(java.lang.String name)
Sets the name value for this ClassDefinition.
|
void |
setProperties(int i,
PropertyDefinition _value) |
void |
setProperties(PropertyDefinition[] properties)
Sets the properties value for this ClassDefinition.
|
void |
setSuperClass(java.lang.String superClass)
Sets the superClass value for this ClassDefinition.
|
void |
setTitle(java.lang.String title)
Sets the title value for this ClassDefinition.
|
public ClassDefinition()
public ClassDefinition(java.lang.String name,
java.lang.String title,
java.lang.String description,
java.lang.String superClass,
boolean isAspect,
PropertyDefinition[] properties,
AssociationDefinition[] associations)
public java.lang.String getName()
public void setName(java.lang.String name)
name - 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 java.lang.String getSuperClass()
public void setSuperClass(java.lang.String superClass)
superClass - public boolean isIsAspect()
public void setIsAspect(boolean isAspect)
isAspect - public PropertyDefinition[] getProperties()
public void setProperties(PropertyDefinition[] properties)
properties - public PropertyDefinition getProperties(int i)
public void setProperties(int i,
PropertyDefinition _value)
public AssociationDefinition[] getAssociations()
public void setAssociations(AssociationDefinition[] associations)
associations - public AssociationDefinition getAssociations(int i)
public void setAssociations(int i,
AssociationDefinition _value)
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.