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 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
 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

Thumbnail

public Thumbnail()
Method Detail

getPermalink

public Permalink getPermalink()
Returns the Permalink

Returns:
The Permalink

setPermalink

public void setPermalink(Permalink permalink)
Sets the Permalink

Parameters:
permalink - The Permalink

getMimeType

public String getMimeType()
Returns the MimeType

Returns:
The MimeType

setMimeType

public void setMimeType(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

getPlayerType

public String getPlayerType()
Returns the PlayerType

Returns:
The PlayerType

setPlayerType

public void setPlayerType(String strPlayerType)
Sets the PlayerType

Parameters:
strPlayerType - The PlayerType


Copyright © 2013 Mairie de Paris. All Rights Reserved.