fr.paris.lutece.plugins.directory.modules.pdfproducerarchive.business.zipbasket.queue
Class ZipItem

java.lang.Object
  extended by fr.paris.lutece.plugins.directory.modules.pdfproducerarchive.business.zipbasket.queue.ZipItem

public class ZipItem
extends Object

ZipItem


Constructor Summary
ZipItem()
           
 
Method Summary
 int getIdAdminUser()
          Get the Id of the admin user
 int getIdDirectory()
          Get the Id of the directory
 String[] getListIdRecord()
          Get the list of id record
 Locale getLocale()
          Get the locale
 boolean isIsLocked()
          Check if the item is locked or not
 void setIdAdminUser(int nIdAdminUser)
          Set the Id of the admin user
 void setIdDirectory(int nIdDirectory)
          Set the Id of the directory
 void setIsLocked(boolean bIsLocked)
          Set the lock attribut of the item
 void setListIdRecord(String[] listIdRecord)
          Set the list of id record
 void setLocale(Locale locale)
          Set the locale
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ZipItem

public ZipItem()
Method Detail

getIdDirectory

public int getIdDirectory()
Get the Id of the directory

Returns:
The id of the directory

setIdDirectory

public void setIdDirectory(int nIdDirectory)
Set the Id of the directory

Parameters:
nIdDirectory - The id of the directory

getListIdRecord

public String[] getListIdRecord()
Get the list of id record

Returns:
The list of id record

setListIdRecord

public void setListIdRecord(String[] listIdRecord)
Set the list of id record

Parameters:
nIdRecord - The list of id record

getIdAdminUser

public int getIdAdminUser()
Get the Id of the admin user

Returns:
The id of the admin user

setIdAdminUser

public void setIdAdminUser(int nIdAdminUser)
Set the Id of the admin user

Parameters:
nIdAdminUser - The id of the admin user

isIsLocked

public boolean isIsLocked()
Check if the item is locked or not

Returns:
True if the item is locked, false otherwise

setIsLocked

public void setIsLocked(boolean bIsLocked)
Set the lock attribut of the item

Parameters:
bIsLocked - True if the item is locked, false otherwise

getLocale

public Locale getLocale()
Get the locale

Returns:
The locale

setLocale

public void setLocale(Locale locale)
Set the locale

Parameters:
locale - The locale


Copyright © 2013 Mairie de Paris. All Rights Reserved.