public class CMLWriteContent extends Object implements Serializable
| Constructor and Description |
|---|
CMLWriteContent() |
CMLWriteContent(String property,
byte[] content,
ContentFormat format,
Predicate where,
String where_id) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
byte[] |
getContent()
Gets the content value for this CMLWriteContent.
|
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer
|
ContentFormat |
getFormat()
Gets the format value for this CMLWriteContent.
|
String |
getProperty()
Gets the property value for this CMLWriteContent.
|
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
|
String |
getWhere_id()
Gets the where_id value for this CMLWriteContent.
|
Predicate |
getWhere()
Gets the where value for this CMLWriteContent.
|
int |
hashCode() |
void |
setContent(byte[] content)
Sets the content value for this CMLWriteContent.
|
void |
setFormat(ContentFormat format)
Sets the format value for this CMLWriteContent.
|
void |
setProperty(String property)
Sets the property value for this CMLWriteContent.
|
void |
setWhere_id(String where_id)
Sets the where_id value for this CMLWriteContent.
|
void |
setWhere(Predicate where)
Sets the where value for this CMLWriteContent.
|
public CMLWriteContent()
public CMLWriteContent(String property, byte[] content, ContentFormat format, Predicate where, String where_id)
public String getProperty()
public void setProperty(String property)
property - public byte[] getContent()
public void setContent(byte[] content)
content - public ContentFormat getFormat()
public void setFormat(ContentFormat format)
format - public Predicate getWhere()
public void setWhere(Predicate where)
where - public String getWhere_id()
public void setWhere_id(String where_id)
where_id - 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.