|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.paris.lutece.plugins.phraseanet.business.record.Thumbnail
public class Thumbnail
This is the business class for the object Thumbnail
Constructor Summary | |
---|---|
Thumbnail()
|
Method Summary | |
---|---|
int |
getFilesize()
Returns the Filesize |
int |
getHeight()
Returns the Height |
String |
getMimeType()
Returns the MimeType |
Permalink |
getPermalink()
Returns the Permalink |
String |
getPlayerType()
Returns the PlayerType |
int |
getWidth()
Returns the Width |
void |
setFilesize(int nFilesize)
Sets the Filesize |
void |
setHeight(int nHeight)
Sets the Height |
void |
setMimeType(String strMimeType)
Sets the MimeType |
void |
setPermalink(Permalink permalink)
Sets the Permalink |
void |
setPlayerType(String strPlayerType)
Sets the PlayerType |
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 Thumbnail()
Method Detail |
---|
public Permalink getPermalink()
public void setPermalink(Permalink permalink)
permalink
- The Permalinkpublic String getMimeType()
public void setMimeType(String strMimeType)
strMimeType
- The MimeTypepublic 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 nFilesize)
nFilesize
- The Filesizepublic String getPlayerType()
public void setPlayerType(String strPlayerType)
strPlayerType
- The PlayerType
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |