

Public Member Functions | |
| LogRegister (LogType logType, String path, String idUser, String name, Date dateLog, String comment, Object object, int count) | |
| LogType | getLogType () |
| String | getPath () |
| String | getIdUser () |
| String | getName () |
| Date | getDateLog () |
| String | getComment () |
| Object | getObject () |
| int | getCount () |
| void | setComment (String value) |
Definition at line 29 of file LogRegister.java.
| org.turro.contacts.log.LogRegister.LogRegister | ( | LogType | logType, |
| String | path, | ||
| String | idUser, | ||
| String | name, | ||
| Date | dateLog, | ||
| String | comment, | ||
| Object | object, | ||
| int | count | ||
| ) |
Definition at line 40 of file LogRegister.java.
| String org.turro.contacts.log.LogRegister.getComment | ( | ) |
Implements org.turro.plugin.log.ILogRegister.
Definition at line 77 of file LogRegister.java.
| int org.turro.contacts.log.LogRegister.getCount | ( | ) |
Implements org.turro.plugin.log.ILogRegister.
Definition at line 87 of file LogRegister.java.
| Date org.turro.contacts.log.LogRegister.getDateLog | ( | ) |
Implements org.turro.plugin.log.ILogRegister.
Definition at line 72 of file LogRegister.java.
| String org.turro.contacts.log.LogRegister.getIdUser | ( | ) |
Implements org.turro.plugin.log.ILogRegister.
Definition at line 62 of file LogRegister.java.
| LogType org.turro.contacts.log.LogRegister.getLogType | ( | ) |
Implements org.turro.plugin.log.ILogRegister.
Definition at line 52 of file LogRegister.java.
| String org.turro.contacts.log.LogRegister.getName | ( | ) |
Implements org.turro.plugin.log.ILogRegister.
Definition at line 67 of file LogRegister.java.
| Object org.turro.contacts.log.LogRegister.getObject | ( | ) |
Implements org.turro.plugin.log.ILogRegister.
Definition at line 82 of file LogRegister.java.
| String org.turro.contacts.log.LogRegister.getPath | ( | ) |
Implements org.turro.plugin.log.ILogRegister.
Definition at line 57 of file LogRegister.java.
| void org.turro.contacts.log.LogRegister.setComment | ( | String | value | ) |
Implements org.turro.plugin.log.ILogRegister.
Definition at line 92 of file LogRegister.java.