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