◆ getContact()
Contact org.turro.contacts.AssociatedObject.getContact |
( |
| ) |
|
◆ getId()
String org.turro.contacts.AssociatedObject.getId |
( |
| ) |
|
◆ getKey()
String org.turro.contacts.AssociatedObject.getKey |
( |
| ) |
|
◆ getObject()
Object org.turro.contacts.AssociatedObject.getObject |
( |
| ) |
|
Definition at line 88 of file AssociatedObject.java.
89 GenericObject go =
new GenericObject();
90 go.bytesToObject(value);
91 return go.getObject();
◆ getValue()
byte [] org.turro.contacts.AssociatedObject.getValue |
( |
| ) |
|
◆ setContact()
void org.turro.contacts.AssociatedObject.setContact |
( |
Contact |
contact | ) |
|
◆ setId()
void org.turro.contacts.AssociatedObject.setId |
( |
String |
id | ) |
|
◆ setKey()
void org.turro.contacts.AssociatedObject.setKey |
( |
String |
key | ) |
|
◆ setObject()
void org.turro.contacts.AssociatedObject.setObject |
( |
Serializable |
object | ) |
|
◆ setValue()
void org.turro.contacts.AssociatedObject.setValue |
( |
byte[] |
value | ) |
|
The documentation for this class was generated from the following file: