public class RenditionInfoImpl extends Object implements RenditionInfo
RenditionInfo interface.| Constructor and Description |
|---|
RenditionInfoImpl() |
| Modifier and Type | Method and Description |
|---|---|
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) |
public String getId()
RenditionInfogetId in interface RenditionInfopublic void setId(String id)
public String getContenType()
RenditionInfogetContenType in interface RenditionInfopublic void setContentType(String contentType)
public String getKind()
RenditionInfogetKind in interface RenditionInfopublic void setKind(String kind)
public String getTitle()
RenditionInfogetTitle in interface RenditionInfopublic void setTitle(String title)
public BigInteger getLength()
RenditionInfogetLength in interface RenditionInfopublic void setLength(BigInteger length)
Copyright © 2009-2012 The Apache Software Foundation. All Rights Reserved.