Class RCaseWorkItemId
- java.lang.Object
-
- com.evolveum.midpoint.repo.sql.data.common.id.RCaseWorkItemId
-
- All Implemented Interfaces:
Serializable
public class RCaseWorkItemId extends Object implements Serializable
- Author:
- lazyman
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description RCaseWorkItemId()
RCaseWorkItemId(String ownerOid, Integer id)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
Integer
getId()
String
getOwnerOid()
int
hashCode()
void
setId(Integer id)
void
setOwnerOid(String ownerOid)
String
toString()
-