org.alfresco.webservice.types
Class AssociationDefinition

java.lang.Object
  extended by org.alfresco.webservice.types.AssociationDefinition
All Implemented Interfaces:
java.io.Serializable

public class AssociationDefinition
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
AssociationDefinition()
           
AssociationDefinition(java.lang.String name, java.lang.String title, java.lang.String description, boolean isChild, RoleDefinition sourceRole, RoleDefinition targetRole, java.lang.String targetClass)
           
 
Method Summary
 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.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AssociationDefinition

public AssociationDefinition()

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)
Method Detail

getName

public java.lang.String getName()
Gets the name value for this AssociationDefinition.

Returns:
name

setName

public void setName(java.lang.String name)
Sets the name value for this AssociationDefinition.

Parameters:
name -

getTitle

public java.lang.String getTitle()
Gets the title value for this AssociationDefinition.

Returns:
title

setTitle

public void setTitle(java.lang.String title)
Sets the title value for this AssociationDefinition.

Parameters:
title -

getDescription

public java.lang.String getDescription()
Gets the description value for this AssociationDefinition.

Returns:
description

setDescription

public void setDescription(java.lang.String description)
Sets the description value for this AssociationDefinition.

Parameters:
description -

isIsChild

public boolean isIsChild()
Gets the isChild value for this AssociationDefinition.

Returns:
isChild

setIsChild

public void setIsChild(boolean isChild)
Sets the isChild value for this AssociationDefinition.

Parameters:
isChild -

getSourceRole

public RoleDefinition getSourceRole()
Gets the sourceRole value for this AssociationDefinition.

Returns:
sourceRole

setSourceRole

public void setSourceRole(RoleDefinition sourceRole)
Sets the sourceRole value for this AssociationDefinition.

Parameters:
sourceRole -

getTargetRole

public RoleDefinition getTargetRole()
Gets the targetRole value for this AssociationDefinition.

Returns:
targetRole

setTargetRole

public void setTargetRole(RoleDefinition targetRole)
Sets the targetRole value for this AssociationDefinition.

Parameters:
targetRole -

getTargetClass

public java.lang.String getTargetClass()
Gets the targetClass value for this AssociationDefinition.

Returns:
targetClass

setTargetClass

public void setTargetClass(java.lang.String targetClass)
Sets the targetClass value for this AssociationDefinition.

Parameters:
targetClass -

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

getTypeDesc

public static org.apache.axis.description.TypeDesc getTypeDesc()
Return type metadata object


getSerializer

public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType,
                                                                java.lang.Class _javaType,
                                                                javax.xml.namespace.QName _xmlType)
Get Custom Serializer


getDeserializer

public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType,
                                                                    java.lang.Class _javaType,
                                                                    javax.xml.namespace.QName _xmlType)
Get Custom Deserializer



Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.