Public Member Functions | |
Date | getDateLog () |
void | setDateLog (Date dateLog) |
SystemLogType | getLogType () |
void | setLogType (SystemLogType logType) |
String | getGeneratorPath () |
void | setGeneratorPath (String generatorPath) |
String | getEntityPath () |
void | setEntityPath (String entityPath) |
int | hashCode () |
boolean | equals (Object obj) |
Definition at line 30 of file SystemLogPK.java.
boolean org.turro.elephant.entities.db.SystemLogPK.equals | ( | Object | obj | ) |
Definition at line 82 of file SystemLogPK.java.
Date org.turro.elephant.entities.db.SystemLogPK.getDateLog | ( | ) |
Definition at line 39 of file SystemLogPK.java.
String org.turro.elephant.entities.db.SystemLogPK.getEntityPath | ( | ) |
Definition at line 63 of file SystemLogPK.java.
String org.turro.elephant.entities.db.SystemLogPK.getGeneratorPath | ( | ) |
Definition at line 55 of file SystemLogPK.java.
SystemLogType org.turro.elephant.entities.db.SystemLogPK.getLogType | ( | ) |
Definition at line 47 of file SystemLogPK.java.
int org.turro.elephant.entities.db.SystemLogPK.hashCode | ( | ) |
Definition at line 72 of file SystemLogPK.java.
void org.turro.elephant.entities.db.SystemLogPK.setDateLog | ( | Date | dateLog | ) |
Definition at line 43 of file SystemLogPK.java.
void org.turro.elephant.entities.db.SystemLogPK.setEntityPath | ( | String | entityPath | ) |
Definition at line 67 of file SystemLogPK.java.
void org.turro.elephant.entities.db.SystemLogPK.setGeneratorPath | ( | String | generatorPath | ) |
Definition at line 59 of file SystemLogPK.java.
void org.turro.elephant.entities.db.SystemLogPK.setLogType | ( | SystemLogType | logType | ) |
Definition at line 51 of file SystemLogPK.java.