org.apache.chemistry.opencmis.commons.impl.dataobjects
Class RenditionDataImpl

java.lang.Object
  extended by org.apache.chemistry.opencmis.commons.impl.dataobjects.AbstractExtensionData
      extended by 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

Field Summary
protected  BigInteger height
           
protected  BigInteger length
           
protected  String renditionDocumentId
           
protected  String streamId
           
protected  BigInteger width
           
 
Constructor Summary
RenditionDataImpl()
           
RenditionDataImpl(String streamId, String mimeType, BigInteger length, String kind, String title, BigInteger width, BigInteger height, String renditionDocumentId)
           
 
Method Summary
 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()
           
 
Methods inherited from class org.apache.chemistry.opencmis.commons.impl.dataobjects.AbstractExtensionData
getExtensions, setExtensions
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.apache.chemistry.opencmis.commons.data.ExtensionsData
getExtensions, setExtensions
 

Field Detail

streamId

protected String streamId

length

protected BigInteger length

width

protected BigInteger width

height

protected BigInteger height

renditionDocumentId

protected String renditionDocumentId
Constructor Detail

RenditionDataImpl

public RenditionDataImpl()

RenditionDataImpl

public RenditionDataImpl(String streamId,
                         String mimeType,
                         BigInteger length,
                         String kind,
                         String title,
                         BigInteger width,
                         BigInteger height,
                         String renditionDocumentId)
Method Detail

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.