- Author
- Lluis TurrĂ³ Cutiller lluis.nosp@m.@tur.nosp@m.ro.or.nosp@m.g
Definition at line 40 of file FollowUp.java.
◆ getDeliveredDate()
Date org.turro.financials.entity.FollowUp.getDeliveredDate |
( |
| ) |
|
◆ getDocument()
Document org.turro.financials.entity.FollowUp.getDocument |
( |
| ) |
|
◆ getId()
long org.turro.financials.entity.FollowUp.getId |
( |
| ) |
|
◆ getIDeliver()
IContact org.turro.financials.entity.FollowUp.getIDeliver |
( |
| ) |
|
Definition at line 122 of file FollowUp.java.
123 if(!Strings.isBlank(deliverId)) {
124 return Contacts.getContactById(deliverId);
◆ getIPrepare()
IContact org.turro.financials.entity.FollowUp.getIPrepare |
( |
| ) |
|
Definition at line 111 of file FollowUp.java.
112 if(!Strings.isBlank(prepareId)) {
113 return Contacts.getContactById(prepareId);
◆ getPreparedDate()
Date org.turro.financials.entity.FollowUp.getPreparedDate |
( |
| ) |
|
◆ getReceiver()
String org.turro.financials.entity.FollowUp.getReceiver |
( |
| ) |
|
◆ getReceiverId()
String org.turro.financials.entity.FollowUp.getReceiverId |
( |
| ) |
|
◆ setDeliveredDate()
void org.turro.financials.entity.FollowUp.setDeliveredDate |
( |
Date |
deliveredDate | ) |
|
Definition at line 85 of file FollowUp.java.
86 this.deliveredDate = deliveredDate;
◆ setDocument()
void org.turro.financials.entity.FollowUp.setDocument |
( |
Document |
document | ) |
|
◆ setId()
void org.turro.financials.entity.FollowUp.setId |
( |
long |
id | ) |
|
◆ setIDeliver()
void org.turro.financials.entity.FollowUp.setIDeliver |
( |
IContact |
contact | ) |
|
◆ setIPrepare()
void org.turro.financials.entity.FollowUp.setIPrepare |
( |
IContact |
contact | ) |
|
◆ setPreparedDate()
void org.turro.financials.entity.FollowUp.setPreparedDate |
( |
Date |
preparedDate | ) |
|
Definition at line 77 of file FollowUp.java.
78 this.preparedDate = preparedDate;
◆ setReceiver()
void org.turro.financials.entity.FollowUp.setReceiver |
( |
String |
receiver | ) |
|
◆ setReceiverId()
void org.turro.financials.entity.FollowUp.setReceiverId |
( |
String |
receiverId | ) |
|
The documentation for this class was generated from the following file: