|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.alfresco.webservice.types.AssociationDefinition
public class AssociationDefinition
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 |
---|
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)
Method Detail |
---|
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.Object
public int hashCode()
hashCode
in class java.lang.Object
public 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)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |