|
||||||||||
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.EmbedItem
public class EmbedItem
Embed Item
Constructor Summary | |
---|---|
EmbedItem()
|
Method Summary | |
---|---|
int |
getHeight()
Returns the Height |
java.lang.String |
getMime()
Returns the Mime |
Permalink |
getPermalink()
Returns the Permalink |
int |
getSize()
Returns the Size |
java.lang.String |
getType()
Returns the Type |
int |
getWidth()
Returns the Width |
void |
setHeight(int nHeight)
Sets the Height |
void |
setMime(java.lang.String strMime)
Sets the Mime |
void |
setPermalink(Permalink permalink)
Sets the Permalink |
void |
setSize(int nSize)
Sets the Size |
void |
setType(java.lang.String strType)
Sets the Type |
void |
setWidth(int nWidth)
Sets the Width |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public EmbedItem()
Method Detail |
---|
public Permalink getPermalink()
public void setPermalink(Permalink permalink)
permalink
- The Permalinkpublic int getHeight()
public void setHeight(int nHeight)
nHeight
- The Heightpublic int getWidth()
public void setWidth(int nWidth)
nWidth
- The Widthpublic int getSize()
public void setSize(int nSize)
nSize
- The Sizepublic java.lang.String getType()
public void setType(java.lang.String strType)
strType
- The Typepublic java.lang.String getMime()
public void setMime(java.lang.String strMime)
strMime
- The Mime
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |