org.apache.chemistry.opencmis.commons.impl.server
Class RenditionInfoImpl

java.lang.Object
  extended by org.apache.chemistry.opencmis.commons.impl.server.RenditionInfoImpl
All Implemented Interfaces:
RenditionInfo

public class RenditionInfoImpl
extends java.lang.Object
implements RenditionInfo

Implementation of the RenditionInfo interface.


Constructor Summary
RenditionInfoImpl()
           
 
Method Summary
 java.lang.String getContenType()
          Return the content type of the rendition.
 java.lang.String getId()
          Return the id of the rendition.
 java.lang.String getKind()
          Return the kind of the rendition.
 java.math.BigInteger getLength()
          Return the size of the rendition in bytes.
 java.lang.String getTitle()
          Return the title of the rendition.
 void setContentType(java.lang.String contentType)
           
 void setId(java.lang.String id)
           
 void setKind(java.lang.String kind)
           
 void setLength(java.math.BigInteger length)
           
 void setTitle(java.lang.String title)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RenditionInfoImpl

public RenditionInfoImpl()
Method Detail

getId

public java.lang.String getId()
Description copied from interface: RenditionInfo
Return the id of the rendition.

Specified by:
getId in interface RenditionInfo

setId

public void setId(java.lang.String id)

getContenType

public java.lang.String getContenType()
Description copied from interface: RenditionInfo
Return the content type of the rendition.

Specified by:
getContenType in interface RenditionInfo

setContentType

public void setContentType(java.lang.String contentType)

getKind

public java.lang.String getKind()
Description copied from interface: RenditionInfo
Return the kind of the rendition.

Specified by:
getKind in interface RenditionInfo

setKind

public void setKind(java.lang.String kind)

getTitle

public java.lang.String getTitle()
Description copied from interface: RenditionInfo
Return the title of the rendition.

Specified by:
getTitle in interface RenditionInfo

setTitle

public void setTitle(java.lang.String title)

getLength

public java.math.BigInteger getLength()
Description copied from interface: RenditionInfo
Return the size of the rendition in bytes.

Specified by:
getLength in interface RenditionInfo

setLength

public void setLength(java.math.BigInteger length)


Copyright © 2009-2011 The Apache Software Foundation. All Rights Reserved.