Public Member Functions | |
ContactStubmin (Contact contact) | |
ContactType | getType () |
void | setType (ContactType type) |
String | getName () |
void | setName (String name) |
Definition at line 29 of file ContactStubmin.java.
org.turro.contacts.stub.ContactStubmin.ContactStubmin | ( | Contact | contact | ) |
Definition at line 34 of file ContactStubmin.java.
String org.turro.contacts.stub.ContactStubmin.getName | ( | ) |
Definition at line 46 of file ContactStubmin.java.
ContactType org.turro.contacts.stub.ContactStubmin.getType | ( | ) |
Definition at line 38 of file ContactStubmin.java.
void org.turro.contacts.stub.ContactStubmin.setName | ( | String | name | ) |
Definition at line 50 of file ContactStubmin.java.
void org.turro.contacts.stub.ContactStubmin.setType | ( | ContactType | type | ) |
Definition at line 42 of file ContactStubmin.java.