Class RAnyBase<T>
- java.lang.Object
-
- com.evolveum.midpoint.repo.sql.data.common.any.RAnyBase<T>
-
- All Implemented Interfaces:
RAnyValue<T>
,EntityState
,Serializable
public abstract class RAnyBase<T> extends Object implements RAnyValue<T>
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description RAnyBase()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
Integer
getItemId()
int
hashCode()
void
setItemId(Integer itemId)
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.evolveum.midpoint.repo.sql.util.EntityState
isTransient, setTransient
-
-