Public Member Functions | |
String | getAcceptanceComment () |
void | setAcceptanceComment (String acceptanceComment) |
Contact | getContact () |
void | setContact (Contact contact) |
Date | getDateAcceptance () |
void | setDateAcceptance (Date dateAcceptance) |
Date | getDateRequest () |
void | setDateRequest (Date dateRequest) |
String | getId () |
void | setId (String id) |
String | getPath () |
void | setPath (String path) |
Contact | getPetitioner () |
void | setPetitioner (Contact petitioner) |
IContact | getIContact () |
void | setIContact (IContact icontact) |
IContact | getIPetitioner () |
void | setIPetitioner (IContact icontact) |
String | getString () |
IElephantEntity | getEntity () |
Definition at line 35 of file Acceptance.java.
String org.turro.contacts.Acceptance.getAcceptanceComment | ( | ) |
Implements org.turro.action.IAcceptance.
Definition at line 64 of file Acceptance.java.
Contact org.turro.contacts.Acceptance.getContact | ( | ) |
Date org.turro.contacts.Acceptance.getDateAcceptance | ( | ) |
Implements org.turro.action.IAcceptance.
Definition at line 82 of file Acceptance.java.
Date org.turro.contacts.Acceptance.getDateRequest | ( | ) |
Implements org.turro.action.IAcceptance.
Definition at line 92 of file Acceptance.java.
IElephantEntity org.turro.contacts.Acceptance.getEntity | ( | ) |
Implements org.turro.action.IAcceptance.
Definition at line 165 of file Acceptance.java.
IContact org.turro.contacts.Acceptance.getIContact | ( | ) |
Implements org.turro.action.IAcceptance.
Definition at line 132 of file Acceptance.java.
String org.turro.contacts.Acceptance.getId | ( | ) |
Implements org.turro.action.IAcceptance.
Definition at line 102 of file Acceptance.java.
IContact org.turro.contacts.Acceptance.getIPetitioner | ( | ) |
Implements org.turro.action.IAcceptance.
Definition at line 144 of file Acceptance.java.
String org.turro.contacts.Acceptance.getPath | ( | ) |
Implements org.turro.action.IAcceptance.
Definition at line 112 of file Acceptance.java.
Contact org.turro.contacts.Acceptance.getPetitioner | ( | ) |
String org.turro.contacts.Acceptance.getString | ( | ) |
void org.turro.contacts.Acceptance.setAcceptanceComment | ( | String | acceptanceComment | ) |
Implements org.turro.action.IAcceptance.
Definition at line 69 of file Acceptance.java.
void org.turro.contacts.Acceptance.setContact | ( | Contact | contact | ) |
Definition at line 77 of file Acceptance.java.
void org.turro.contacts.Acceptance.setDateAcceptance | ( | Date | dateAcceptance | ) |
Implements org.turro.action.IAcceptance.
Definition at line 87 of file Acceptance.java.
void org.turro.contacts.Acceptance.setDateRequest | ( | Date | dateRequest | ) |
Implements org.turro.action.IAcceptance.
Definition at line 97 of file Acceptance.java.
void org.turro.contacts.Acceptance.setIContact | ( | IContact | icontact | ) |
Implements org.turro.action.IAcceptance.
Definition at line 137 of file Acceptance.java.
void org.turro.contacts.Acceptance.setId | ( | String | id | ) |
Implements org.turro.action.IAcceptance.
Definition at line 107 of file Acceptance.java.
void org.turro.contacts.Acceptance.setIPetitioner | ( | IContact | icontact | ) |
Implements org.turro.action.IAcceptance.
Definition at line 149 of file Acceptance.java.
void org.turro.contacts.Acceptance.setPath | ( | String | path | ) |
Implements org.turro.action.IAcceptance.
Definition at line 117 of file Acceptance.java.
void org.turro.contacts.Acceptance.setPetitioner | ( | Contact | petitioner | ) |
Definition at line 125 of file Acceptance.java.