- Author
- Lluis TurrĂ³ Cutiller lluis.nosp@m.@tur.nosp@m.ro.or.nosp@m.g
Definition at line 37 of file LogEntry.java.
◆ getComment()
| String org.turro.contacts.LogEntry.getComment |
( |
| ) |
|
◆ getData()
| byte [] org.turro.contacts.LogEntry.getData |
( |
| ) |
|
◆ getDateLog()
| Date org.turro.contacts.LogEntry.getDateLog |
( |
| ) |
|
◆ getId()
| String org.turro.contacts.LogEntry.getId |
( |
| ) |
|
◆ getIdUser()
| String org.turro.contacts.LogEntry.getIdUser |
( |
| ) |
|
◆ getLogType()
| LogType org.turro.contacts.LogEntry.getLogType |
( |
| ) |
|
◆ getName()
| String org.turro.contacts.LogEntry.getName |
( |
| ) |
|
◆ getObject()
| Object org.turro.contacts.LogEntry.getObject |
( |
| ) |
|
Definition at line 127 of file LogEntry.java.
129 GenericObject go =
new GenericObject();
130 go.bytesToObject(data);
131 return go.getObject();
◆ getPath()
| String org.turro.contacts.LogEntry.getPath |
( |
| ) |
|
◆ setComment()
| void org.turro.contacts.LogEntry.setComment |
( |
String |
comment | ) |
|
◆ setData()
| void org.turro.contacts.LogEntry.setData |
( |
byte[] |
data | ) |
|
◆ setDateLog()
| void org.turro.contacts.LogEntry.setDateLog |
( |
Date |
dateLog | ) |
|
◆ setId()
| void org.turro.contacts.LogEntry.setId |
( |
String |
id | ) |
|
◆ setIdUser()
| void org.turro.contacts.LogEntry.setIdUser |
( |
String |
idUser | ) |
|
◆ setLogType()
| void org.turro.contacts.LogEntry.setLogType |
( |
LogType |
logType | ) |
|
◆ setName()
| void org.turro.contacts.LogEntry.setName |
( |
String |
name | ) |
|
◆ setObject()
| void org.turro.contacts.LogEntry.setObject |
( |
Serializable |
object | ) |
|
Definition at line 137 of file LogEntry.java.
139 GenericObject go =
new GenericObject();
140 go.setObject(
object);
141 data = go.objectToBytes();
◆ setPath()
| void org.turro.contacts.LogEntry.setPath |
( |
String |
path | ) |
|
The documentation for this class was generated from the following file: