fr.paris.lutece.plugins.document.web
Class ResourceValueObject

java.lang.Object
  extended by fr.paris.lutece.plugins.document.web.ResourceValueObject

public class ResourceValueObject
extends java.lang.Object

Resource Value Object


Constructor Summary
ResourceValueObject()
           
 
Method Summary
 byte[] getContent()
          Returns the Content
 java.lang.String getContentType()
          Returns the ContentType
 java.lang.String getFilename()
          Returns the Filename
 int getIdObject()
          Returns the IdObject
 void setContent(byte[] content)
          Sets the Content
 void setContentType(java.lang.String strContentType)
          Sets the ContentType
 void setFilename(java.lang.String strFilename)
          Sets the Filename
 void setIdObject(int nIdObject)
          Sets the IdObject
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ResourceValueObject

public ResourceValueObject()
Method Detail

getIdObject

public int getIdObject()
Returns the IdObject

Returns:
The IdObject

setIdObject

public void setIdObject(int nIdObject)
Sets the IdObject

Parameters:
nIdObject - The IdObject

getContent

public byte[] getContent()
Returns the Content

Returns:
The Content

setContent

public void setContent(byte[] content)
Sets the Content

Parameters:
Content - The Content

getContentType

public java.lang.String getContentType()
Returns the ContentType

Returns:
The ContentType

setContentType

public void setContentType(java.lang.String strContentType)
Sets the ContentType

Parameters:
strContentType - The ContentType

getFilename

public java.lang.String getFilename()
Returns the Filename

Returns:
The Filename

setFilename

public void setFilename(java.lang.String strFilename)
Sets the Filename

Parameters:
strFilename - The Filename


Copyright © 2010 Mairie de Paris. All Rights Reserved.