public class Reference
extends java.lang.Object
implements java.io.Serializable
| Constructor and Description |
|---|
Reference() |
Reference(Store store,
java.lang.String uuid,
java.lang.String path) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
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 |
getPath()
Gets the path value for this Reference.
|
static org.apache.axis.encoding.Serializer |
getSerializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
Get Custom Serializer
|
Store |
getStore()
Gets the store value for this Reference.
|
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object
|
java.lang.String |
getUuid()
Gets the uuid value for this Reference.
|
int |
hashCode() |
void |
setPath(java.lang.String path)
Sets the path value for this Reference.
|
void |
setStore(Store store)
Sets the store value for this Reference.
|
void |
setUuid(java.lang.String uuid)
Sets the uuid value for this Reference.
|
public Reference()
public Reference(Store store, java.lang.String uuid, java.lang.String path)
public Store getStore()
public void setStore(Store store)
store - public java.lang.String getUuid()
public void setUuid(java.lang.String uuid)
uuid - public java.lang.String getPath()
public void setPath(java.lang.String path)
path - 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.