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()
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)
Copyright © 2009-2013 The Apache Software Foundation. All Rights Reserved.