Public Member Functions | |
ContactStubverb (IContact contact) | |
String | getName () |
void | setName (String name) |
ProfileStubverb | getProfile () |
void | setProfile (ProfileStubverb profile) |
ContactStubverb | getBusiness () |
void | setBusiness (ContactStubverb business) |
Definition at line 28 of file ContactStubverb.java.
org.turro.contacts.stub.ContactStubverb.ContactStubverb | ( | IContact | contact | ) |
Definition at line 34 of file ContactStubverb.java.
ContactStubverb org.turro.contacts.stub.ContactStubverb.getBusiness | ( | ) |
Definition at line 54 of file ContactStubverb.java.
String org.turro.contacts.stub.ContactStubverb.getName | ( | ) |
Definition at line 38 of file ContactStubverb.java.
ProfileStubverb org.turro.contacts.stub.ContactStubverb.getProfile | ( | ) |
Definition at line 46 of file ContactStubverb.java.
void org.turro.contacts.stub.ContactStubverb.setBusiness | ( | ContactStubverb | business | ) |
Definition at line 58 of file ContactStubverb.java.
void org.turro.contacts.stub.ContactStubverb.setName | ( | String | name | ) |
Definition at line 42 of file ContactStubverb.java.
void org.turro.contacts.stub.ContactStubverb.setProfile | ( | ProfileStubverb | profile | ) |
Definition at line 50 of file ContactStubverb.java.