public abstract class ContentImpl extends Object implements Content
Content
implementations.BINARY_CONTENT, LOCREF_CONTENT, REFERENCE_CONTENT, XML_CONTENT
Constructor and Description |
---|
ContentImpl() |
Modifier and Type | Method and Description |
---|---|
String |
getReference()
Gets the reference to the content data (a URI).
|
void |
setReference(String referenceURI)
Sets the reference pointing to the content data.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getContentType
public void setReference(String referenceURI)
referenceURI
- The URI of the content data.public String getReference()
Content
getReference
in interface Content
Copyright © 2016. All rights reserved.