|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.chemistry.opencmis.commons.impl.server.RenditionInfoImpl
public class RenditionInfoImpl
Implementation of the RenditionInfo
interface.
Constructor Summary | |
---|---|
RenditionInfoImpl()
|
Method Summary | |
---|---|
String |
getContenType()
Return the content type of the rendition. |
String |
getId()
Return the id of the rendition. |
String |
getKind()
Return the kind of the rendition. |
BigInteger |
getLength()
Return the size of the rendition in bytes. |
String |
getTitle()
Return the title of the rendition. |
void |
setContentType(String contentType)
|
void |
setId(String id)
|
void |
setKind(String kind)
|
void |
setLength(BigInteger length)
|
void |
setTitle(String title)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RenditionInfoImpl()
Method Detail |
---|
public String getId()
RenditionInfo
getId
in interface RenditionInfo
public void setId(String id)
public String getContenType()
RenditionInfo
getContenType
in interface RenditionInfo
public void setContentType(String contentType)
public String getKind()
RenditionInfo
getKind
in interface RenditionInfo
public void setKind(String kind)
public String getTitle()
RenditionInfo
getTitle
in interface RenditionInfo
public void setTitle(String title)
public BigInteger getLength()
RenditionInfo
getLength
in interface RenditionInfo
public void setLength(BigInteger length)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |