Class RAuditItemId
- java.lang.Object
-
- com.evolveum.midpoint.repo.sql.data.audit.RAuditItemId
-
- All Implemented Interfaces:
Serializable
public class RAuditItemId extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description RAuditItemId()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
String
getChangedItemPath()
Long
getRecordId()
int
hashCode()
void
setChangedItemPath(String changedItemPath)
void
setRecordId(Long recordId)
-