|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.paris.lutece.plugins.directory.modules.pdfproducerarchive.business.zipbasket.queue.ZipItem
public class ZipItem
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 |
---|
public ZipItem()
Method Detail |
---|
public int getIdDirectory()
public void setIdDirectory(int nIdDirectory)
nIdDirectory
- The id of the directorypublic String[] getListIdRecord()
public void setListIdRecord(String[] listIdRecord)
nIdRecord
- The list of id recordpublic int getIdAdminUser()
public void setIdAdminUser(int nIdAdminUser)
nIdAdminUser
- The id of the admin userpublic boolean isIsLocked()
public void setIsLocked(boolean bIsLocked)
bIsLocked
- True if the item is locked, false otherwisepublic Locale getLocale()
public void setLocale(Locale locale)
locale
- The locale
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |