|
||||||||||
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 |
getFilesize()
Returns the Size |
int |
getHeight()
Returns the Height |
String |
getItemName()
Returns the itemName |
String |
getMimeType()
Returns the Mime |
Permalink |
getPermalink()
Returns the Permalink |
String |
getPlayerType()
Returns the Type |
int |
getWidth()
Returns the Width |
void |
setFilesize(int nSize)
Sets the Size |
void |
setHeight(int nHeight)
Sets the Height |
void |
setItemName(String itemName)
Sets the itemName |
void |
setMimeType(String strMime)
Sets the Mime |
void |
setPermalink(Permalink permalink)
Sets the Permalink |
void |
setPlayerType(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 String getItemName()
public void setItemName(String itemName)
itemName
- The itemNamepublic 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 getFilesize()
public void setFilesize(int nSize)
nSize
- The Sizepublic String getPlayerType()
public void setPlayerType(String strType)
strType
- The Typepublic String getMimeType()
public void setMimeType(String strMime)
strMime
- The Mime
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |