|
||||||||||
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 |
java.lang.String |
getMimeType()
Returns the MimeType |
java.lang.String |
getUrl()
Returns the Url |
int |
getWidth()
Returns the Width |
void |
setFilesize(int nFilesize)
Sets the Filesize |
void |
setHeight(int nHeight)
Sets the Height |
void |
setMimeType(java.lang.String strMimeType)
Sets the MimeType |
void |
setUrl(java.lang.String strUrl)
Sets the Url |
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 java.lang.String getUrl()
public void setUrl(java.lang.String strUrl)
strUrl
- The Urlpublic java.lang.String getMimeType()
public void setMimeType(java.lang.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 Filesize
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |