- Author
- Lluis TurrĂ³ Cutiller lluis.nosp@m.@tur.nosp@m.ro.or.nosp@m.g
Definition at line 28 of file MailItemSet.java.
◆ MailItemSet()
org.turro.mail.queue.MailItemSet.MailItemSet |
( |
String |
idCategory, |
|
|
String |
category, |
|
|
String |
poolName |
|
) |
| |
Definition at line 32 of file MailItemSet.java.
33 super(
new MailItemComparator());
34 this.idCategory = idCategory;
35 this.category = category;
36 this.poolName = poolName;
◆ getCategory()
String org.turro.mail.queue.MailItemSet.getCategory |
( |
| ) |
|
◆ getIdCategory()
String org.turro.mail.queue.MailItemSet.getIdCategory |
( |
| ) |
|
◆ getPoolName()
String org.turro.mail.queue.MailItemSet.getPoolName |
( |
| ) |
|
The documentation for this class was generated from the following file: