public class CMSContentReferenceImpl extends Object implements CMSContentReference
CMSContentReference
.EXPLICIT_CONTENT, REFERENCE_CONTENT
Constructor and Description |
---|
CMSContentReferenceImpl() |
Modifier and Type | Method and Description |
---|---|
int |
getContentType()
Gets the content type.
|
String |
getReference()
Gets the reference URI from wher the content can be retrieved.
|
void |
setReference(String referenceURI)
Sets the reference URI.
|
public void setReference(String referenceURI)
referenceURI
- The URI pointing to the content data.public String getReference()
CMSContentReference
getReference
in interface CMSContentReference
public int getContentType()
getContentType
in interface CMSContent
Copyright © 2016. All rights reserved.