public class CMSDataObjectImpl extends Object implements CMSDataObject
CMLSDataObject
.Constructor and Description |
---|
CMSDataObjectImpl() |
Modifier and Type | Method and Description |
---|---|
CMSContent |
getContent()
Gets the actual content of the data object.
|
BigDecimal |
getExcludeByteRangeFrom() |
BigDecimal |
getExcludeByteRangeTo() |
MetaInfo |
getMetaInfo()
Gets the meta information of the content.
|
void |
setContent(CMSContent cmsContent)
Sets the data of this
CMSDataObject . |
void |
setExcludeByteRangeFrom(BigDecimal excludeByteRangeFrom) |
void |
setExcludeByteRangeTo(BigDecimal excludeByteRangeTo) |
void |
setMetaInfo(MetaInfo metaInfo)
Sets the meta information associated with the CMS data object.
|
public void setMetaInfo(MetaInfo metaInfo)
metaInfo
- The meta information.public MetaInfo getMetaInfo()
CMSDataObject
getMetaInfo
in interface CMSDataObject
public void setContent(CMSContent cmsContent)
CMSDataObject
.cmsContent
- The actual data of this CMSDataObject
.public CMSContent getContent()
CMSDataObject
getContent
in interface CMSDataObject
public void setExcludeByteRangeFrom(BigDecimal excludeByteRangeFrom)
public BigDecimal getExcludeByteRangeFrom()
getExcludeByteRangeFrom
in interface CMSDataObject
public void setExcludeByteRangeTo(BigDecimal excludeByteRangeTo)
public BigDecimal getExcludeByteRangeTo()
getExcludeByteRangeTo
in interface CMSDataObject
Copyright © 2016. All rights reserved.