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, setExtensions
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getExtensions, setExtensions
protected 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 RenditionData
public void setStreamId(String streamId)
public String getMimeType()
getMimeType
in interface RenditionData
public void setMimeType(String mimeType)
public BigInteger getBigLength()
getBigLength
in interface RenditionData
public void setBigLength(BigInteger length)
public String getKind()
getKind
in interface RenditionData
public void setKind(String kind)
public String getTitle()
getTitle
in interface RenditionData
public void setTitle(String title)
public BigInteger getBigHeight()
getBigHeight
in interface RenditionData
public void setBigHeight(BigInteger height)
public BigInteger getBigWidth()
getBigWidth
in interface RenditionData
public void setBigWidth(BigInteger width)
public String getRenditionDocumentId()
getRenditionDocumentId
in interface RenditionData
public void setRenditionDocumentId(String renditionDocumentId)
public String toString()
toString
in class AbstractExtensionData
Copyright © 2009-2012 The Apache Software Foundation. All Rights Reserved.