public class ContentProperty extends Object implements Serializable
content
low level complex type.Modifier and Type | Field and Description |
---|---|
protected String |
digest |
protected String |
encoding |
protected String |
filename |
protected String |
mimeType |
Constructor and Description |
---|
ContentProperty() |
ContentProperty(String encoding,
String mimeType,
String filename,
String digest) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object other) |
String |
getDigest() |
String |
getEncoding() |
String |
getFilename() |
String |
getMimeType() |
protected boolean |
notEquals(String s1,
String s2) |
void |
setDigest(String digest) |
void |
setEncoding(String encoding) |
void |
setFilename(String filename) |
void |
setMimeType(String mimeType) |
void |
setSubProperty(String subPropertyName,
String subPropertyValue) |
String |
toString() |
public ContentProperty()
public ContentProperty(String encoding, String mimeType, String filename, String digest)
public String getEncoding()
public void setEncoding(String encoding)
public String getMimeType()
public void setMimeType(String mimeType)
public String getFilename()
public void setFilename(String filename)
public void setSubProperty(String subPropertyName, String subPropertyValue)
Copyright © 2016 Nuxeo SA. All rights reserved.