public class RenditionDataImpl extends AbstractExtensionData implements RenditionData
| Modifier and Type | Field and Description |
|---|---|
protected BigInteger |
height |
protected BigInteger |
length |
protected String |
renditionDocumentId |
protected String |
streamId |
protected BigInteger |
width |
| Constructor and Description |
|---|
RenditionDataImpl() |
RenditionDataImpl(String streamId,
String mimeType,
BigInteger length,
String kind,
String title,
BigInteger width,
BigInteger height,
String renditionDocumentId) |
| Modifier and Type | Method and Description |
|---|---|
BigInteger |
getBigHeight() |
BigInteger |
getBigLength() |
BigInteger |
getBigWidth() |
String |
getKind() |
String |
getMimeType() |
String |
getRenditionDocumentId() |
String |
getStreamId() |
String |
getTitle() |
void |
setBigHeight(BigInteger height) |
void |
setBigLength(BigInteger length) |
void |
setBigWidth(BigInteger width) |
void |
setKind(String kind) |
void |
setMimeType(String mimeType) |
void |
setRenditionDocumentId(String renditionDocumentId) |
void |
setStreamId(String streamId) |
void |
setTitle(String title) |
String |
toString() |
getExtensions, setExtensionsclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetExtensions, setExtensionsprotected String streamId
protected BigInteger length
protected BigInteger width
protected BigInteger height
protected String renditionDocumentId
public RenditionDataImpl()
public RenditionDataImpl(String streamId, String mimeType, BigInteger length, String kind, String title, BigInteger width, BigInteger height, String renditionDocumentId)
public String getStreamId()
getStreamId in interface RenditionDatapublic void setStreamId(String streamId)
public String getMimeType()
getMimeType in interface RenditionDatapublic void setMimeType(String mimeType)
public BigInteger getBigLength()
getBigLength in interface RenditionDatapublic void setBigLength(BigInteger length)
public String getKind()
getKind in interface RenditionDatapublic void setKind(String kind)
public String getTitle()
getTitle in interface RenditionDatapublic void setTitle(String title)
public BigInteger getBigHeight()
getBigHeight in interface RenditionDatapublic void setBigHeight(BigInteger height)
public BigInteger getBigWidth()
getBigWidth in interface RenditionDatapublic void setBigWidth(BigInteger width)
public String getRenditionDocumentId()
getRenditionDocumentId in interface RenditionDatapublic void setRenditionDocumentId(String renditionDocumentId)
public String toString()
toString in class AbstractExtensionDataCopyright © 2009-2012 The Apache Software Foundation. All Rights Reserved.