◆ getContactId()
String org.turro.elephant.entities.db.SendableAssistant.getContactId |
( |
| ) |
|
◆ getEntityPath()
String org.turro.elephant.entities.db.SendableAssistant.getEntityPath |
( |
| ) |
|
◆ getIContact()
IContact org.turro.elephant.entities.db.SendableAssistant.getIContact |
( |
| ) |
|
Definition at line 70 of file SendableAssistant.java.
71 if(_contact ==
null) {
72 _contact = Contacts.getContactById(contactId);
◆ isDelivered()
boolean org.turro.elephant.entities.db.SendableAssistant.isDelivered |
( |
| ) |
|
◆ setContactId()
void org.turro.elephant.entities.db.SendableAssistant.setContactId |
( |
String |
contactId | ) |
|
◆ setDelivered()
void org.turro.elephant.entities.db.SendableAssistant.setDelivered |
( |
boolean |
delivered | ) |
|
◆ setEntityPath()
void org.turro.elephant.entities.db.SendableAssistant.setEntityPath |
( |
String |
entityPath | ) |
|
The documentation for this class was generated from the following file: