Public Member Functions | |
ContactEntityCheck (String actor, IContact contact, IElephantEntity entity) | |
String | getCompared () |
IContact | getContact () |
IElephantEntity | getEntity () |
boolean | check () |
Definition at line 28 of file ContactEntityCheck.java.
org.turro.actor.ContactEntityCheck.ContactEntityCheck | ( | String | actor, |
IContact | contact, | ||
IElephantEntity | entity | ||
) |
Definition at line 34 of file ContactEntityCheck.java.
boolean org.turro.actor.ContactEntityCheck.check | ( | ) |
Definition at line 52 of file ContactEntityCheck.java.
String org.turro.actor.ContactEntityCheck.getCompared | ( | ) |
Definition at line 40 of file ContactEntityCheck.java.
IContact org.turro.actor.ContactEntityCheck.getContact | ( | ) |
Definition at line 44 of file ContactEntityCheck.java.
IElephantEntity org.turro.actor.ContactEntityCheck.getEntity | ( | ) |
Definition at line 48 of file ContactEntityCheck.java.