org.apache.chemistry.opencmis.commons.impl.dataobjects
Class RenditionDataImpl
java.lang.Object
org.apache.chemistry.opencmis.commons.impl.dataobjects.AbstractExtensionData
org.apache.chemistry.opencmis.commons.impl.dataobjects.RenditionDataImpl
- All Implemented Interfaces:
- Serializable, ExtensionsData, RenditionData
- Direct Known Subclasses:
- RenditionImpl
public class RenditionDataImpl
- extends AbstractExtensionData
- implements RenditionData
RenditionData implementation.
- See Also:
- Serialized Form
streamId
protected String streamId
length
protected BigInteger length
width
protected BigInteger width
height
protected BigInteger height
renditionDocumentId
protected String renditionDocumentId
RenditionDataImpl
public RenditionDataImpl()
RenditionDataImpl
public RenditionDataImpl(String streamId,
String mimeType,
BigInteger length,
String kind,
String title,
BigInteger width,
BigInteger height,
String renditionDocumentId)
getStreamId
public String getStreamId()
- Specified by:
getStreamId
in interface RenditionData
setStreamId
public void setStreamId(String streamId)
getMimeType
public String getMimeType()
- Specified by:
getMimeType
in interface RenditionData
setMimeType
public void setMimeType(String mimeType)
getBigLength
public BigInteger getBigLength()
- Specified by:
getBigLength
in interface RenditionData
setBigLength
public void setBigLength(BigInteger length)
getKind
public String getKind()
- Specified by:
getKind
in interface RenditionData
setKind
public void setKind(String kind)
getTitle
public String getTitle()
- Specified by:
getTitle
in interface RenditionData
setTitle
public void setTitle(String title)
getBigHeight
public BigInteger getBigHeight()
- Specified by:
getBigHeight
in interface RenditionData
setBigHeight
public void setBigHeight(BigInteger height)
getBigWidth
public BigInteger getBigWidth()
- Specified by:
getBigWidth
in interface RenditionData
setBigWidth
public void setBigWidth(BigInteger width)
getRenditionDocumentId
public String getRenditionDocumentId()
- Specified by:
getRenditionDocumentId
in interface RenditionData
setRenditionDocumentId
public void setRenditionDocumentId(String renditionDocumentId)
toString
public String toString()
- Overrides:
toString
in class AbstractExtensionData
Copyright © 2009-2011 The Apache Software Foundation. All Rights Reserved.