|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.paris.lutece.plugins.phraseanet.business.embed.Embed
public class Embed
Embed
Constructor Summary | |
---|---|
Embed()
|
Method Summary | |
---|---|
EmbedItem |
getDocument()
Returns the Document |
EmbedItem |
getPreview()
Returns the Preview |
EmbedItem |
getThumbnail()
Returns the Thumbnail |
void |
setDocument(EmbedItem document)
Sets the Document |
void |
setPreview(EmbedItem preview)
Sets the Preview |
void |
setThumbnail(EmbedItem thumbnail)
Sets the Thumbnail |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Embed()
Method Detail |
---|
public EmbedItem getPreview()
public void setPreview(EmbedItem preview)
preview
- The Previewpublic EmbedItem getThumbnail()
public void setThumbnail(EmbedItem thumbnail)
thumbnail
- The Thumbnailpublic EmbedItem getDocument()
public void setDocument(EmbedItem document)
document
- The Document
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |