fr.paris.lutece.plugins.phraseanet.business.record
Class Thumbnail

java.lang.Object
  extended by fr.paris.lutece.plugins.phraseanet.business.record.Thumbnail

public class Thumbnail
extends java.lang.Object

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

Thumbnail

public Thumbnail()
Method Detail

getUrl

public java.lang.String getUrl()
Returns the Url

Returns:
The Url

setUrl

public void setUrl(java.lang.String strUrl)
Sets the Url

Parameters:
strUrl - The Url

getMimeType

public java.lang.String getMimeType()
Returns the MimeType

Returns:
The MimeType

setMimeType

public void setMimeType(java.lang.String strMimeType)
Sets the MimeType

Parameters:
strMimeType - The MimeType

getHeight

public int getHeight()
Returns the Height

Returns:
The Height

setHeight

public void setHeight(int nHeight)
Sets the Height

Parameters:
nHeight - The Height

getWidth

public int getWidth()
Returns the Width

Returns:
The Width

setWidth

public void setWidth(int nWidth)
Sets the Width

Parameters:
nWidth - The Width

getFilesize

public int getFilesize()
Returns the Filesize

Returns:
The Filesize

setFilesize

public void setFilesize(int nFilesize)
Sets the Filesize

Parameters:
nFilesize - The Filesize


Copyright © 2011 Mairie de Paris. All Rights Reserved.