public class RenditionInfoImpl extends Object implements RenditionInfo, Serializable
RenditionInfo interface.| Constructor and Description |
|---|
RenditionInfoImpl() |
| Modifier and Type | Method and Description |
|---|---|
String |
getContenType() |
String |
getId() |
String |
getKind() |
BigInteger |
getLength() |
String |
getTitle() |
void |
setContentType(String contentType) |
void |
setId(String id) |
void |
setKind(String kind) |
void |
setLength(BigInteger length) |
void |
setTitle(String title) |
public String getId()
getId in interface RenditionInfopublic void setId(String id)
public String getContenType()
getContenType in interface RenditionInfopublic void setContentType(String contentType)
public String getKind()
getKind in interface RenditionInfopublic void setKind(String kind)
public String getTitle()
getTitle in interface RenditionInfopublic void setTitle(String title)
public BigInteger getLength()
getLength in interface RenditionInfopublic void setLength(BigInteger length)
Copyright © 2009–2017 The Apache Software Foundation. All rights reserved.