public class AssociationDefinition
extends java.lang.Object
implements java.io.Serializable
| Constructor and Description |
|---|
AssociationDefinition() |
AssociationDefinition(java.lang.String name,
java.lang.String title,
java.lang.String description,
boolean isChild,
RoleDefinition sourceRole,
RoleDefinition targetRole,
java.lang.String targetClass) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getDescription()
Gets the description value for this AssociationDefinition.
|
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 AssociationDefinition.
|
static org.apache.axis.encoding.Serializer |
getSerializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
Get Custom Serializer
|
RoleDefinition |
getSourceRole()
Gets the sourceRole value for this AssociationDefinition.
|
java.lang.String |
getTargetClass()
Gets the targetClass value for this AssociationDefinition.
|
RoleDefinition |
getTargetRole()
Gets the targetRole value for this AssociationDefinition.
|
java.lang.String |
getTitle()
Gets the title value for this AssociationDefinition.
|
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object
|
int |
hashCode() |
boolean |
isIsChild()
Gets the isChild value for this AssociationDefinition.
|
void |
setDescription(java.lang.String description)
Sets the description value for this AssociationDefinition.
|
void |
setIsChild(boolean isChild)
Sets the isChild value for this AssociationDefinition.
|
void |
setName(java.lang.String name)
Sets the name value for this AssociationDefinition.
|
void |
setSourceRole(RoleDefinition sourceRole)
Sets the sourceRole value for this AssociationDefinition.
|
void |
setTargetClass(java.lang.String targetClass)
Sets the targetClass value for this AssociationDefinition.
|
void |
setTargetRole(RoleDefinition targetRole)
Sets the targetRole value for this AssociationDefinition.
|
void |
setTitle(java.lang.String title)
Sets the title value for this AssociationDefinition.
|
public AssociationDefinition()
public AssociationDefinition(java.lang.String name,
java.lang.String title,
java.lang.String description,
boolean isChild,
RoleDefinition sourceRole,
RoleDefinition targetRole,
java.lang.String targetClass)
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 boolean isIsChild()
public void setIsChild(boolean isChild)
isChild - public RoleDefinition getSourceRole()
public void setSourceRole(RoleDefinition sourceRole)
sourceRole - public RoleDefinition getTargetRole()
public void setTargetRole(RoleDefinition targetRole)
targetRole - public java.lang.String getTargetClass()
public void setTargetClass(java.lang.String targetClass)
targetClass - 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.