public class AssociationDefinition extends Object implements Serializable
| Constructor and Description |
|---|
AssociationDefinition() |
AssociationDefinition(String name,
String title,
String description,
boolean isChild,
RoleDefinition sourceRole,
RoleDefinition targetRole,
String targetClass) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getDescription()
Gets the description value for this AssociationDefinition.
|
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer
|
String |
getName()
Gets the name value for this AssociationDefinition.
|
static org.apache.axis.encoding.Serializer |
getSerializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Serializer
|
RoleDefinition |
getSourceRole()
Gets the sourceRole value for this AssociationDefinition.
|
String |
getTargetClass()
Gets the targetClass value for this AssociationDefinition.
|
RoleDefinition |
getTargetRole()
Gets the targetRole value for this AssociationDefinition.
|
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(String description)
Sets the description value for this AssociationDefinition.
|
void |
setIsChild(boolean isChild)
Sets the isChild value for this AssociationDefinition.
|
void |
setName(String name)
Sets the name value for this AssociationDefinition.
|
void |
setSourceRole(RoleDefinition sourceRole)
Sets the sourceRole value for this AssociationDefinition.
|
void |
setTargetClass(String targetClass)
Sets the targetClass value for this AssociationDefinition.
|
void |
setTargetRole(RoleDefinition targetRole)
Sets the targetRole value for this AssociationDefinition.
|
void |
setTitle(String title)
Sets the title value for this AssociationDefinition.
|
public AssociationDefinition()
public AssociationDefinition(String name, String title, String description, boolean isChild, RoleDefinition sourceRole, RoleDefinition targetRole, String targetClass)
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 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 String getTargetClass()
public void setTargetClass(String targetClass)
targetClass - 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.