public class ClassDefinition extends Object implements Serializable
| Constructor and Description |
|---|
ClassDefinition() |
ClassDefinition(String name,
String title,
String description,
String superClass,
boolean isAspect,
PropertyDefinition[] properties,
AssociationDefinition[] associations) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
AssociationDefinition[] |
getAssociations()
Gets the associations value for this ClassDefinition.
|
AssociationDefinition |
getAssociations(int i) |
String |
getDescription()
Gets the description value for this ClassDefinition.
|
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer
|
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(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Serializer
|
String |
getSuperClass()
Gets the superClass value for this ClassDefinition.
|
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(String description)
Sets the description value for this ClassDefinition.
|
void |
setIsAspect(boolean isAspect)
Sets the isAspect value for this ClassDefinition.
|
void |
setName(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(String superClass)
Sets the superClass value for this ClassDefinition.
|
void |
setTitle(String title)
Sets the title value for this ClassDefinition.
|
public ClassDefinition()
public ClassDefinition(String name, String title, String description, String superClass, boolean isAspect, PropertyDefinition[] properties, AssociationDefinition[] associations)
public String getName()
public void setName(String name)
name - public String getTitle()
public void setTitle(String title)
title - public String getDescription()
public void setDescription(String description)
description - public String getSuperClass()
public void setSuperClass(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 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.