public class ParentReference extends Reference implements Serializable
| Constructor and Description |
|---|
ParentReference() |
ParentReference(Store store,
String uuid,
String path,
String associationType,
String childName) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getAssociationType()
Gets the associationType value for this ParentReference.
|
String |
getChildName()
Gets the childName value for this ParentReference.
|
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer
|
static org.apache.axis.encoding.Serializer |
getSerializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Serializer
|
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object
|
int |
hashCode() |
void |
setAssociationType(String associationType)
Sets the associationType value for this ParentReference.
|
void |
setChildName(String childName)
Sets the childName value for this ParentReference.
|
public String getAssociationType()
public void setAssociationType(String associationType)
associationType - public String getChildName()
public void setChildName(String childName)
childName - 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.