|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.paris.lutece.portal.business.mail.MailItemQueue
public class MailItemQueue
This class describes a mail item insert in the queue
Constructor Summary | |
---|---|
MailItemQueue()
|
Method Summary | |
---|---|
int |
getIdMailItemQueue()
|
MailItem |
getMailItem()
|
void |
setIdMailItemQueue(int idMailItemQueue)
set the id of the MailItemObject |
void |
setMailItem(MailItem item)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MailItemQueue()
Method Detail |
---|
public MailItem getMailItem()
public void setMailItem(MailItem item)
item
- the mail item associate to the MailItemObjectpublic int getIdMailItemQueue()
public void setIdMailItemQueue(int idMailItemQueue)
idMailItemQueue
- the id of the MailItemObject
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |