Class ROExtBoolean
- java.lang.Object
-
- com.evolveum.midpoint.repo.sql.data.common.any.RAnyBase<T>
-
- com.evolveum.midpoint.repo.sql.data.common.any.ROExtBase<Boolean>
-
- com.evolveum.midpoint.repo.sql.data.common.any.ROExtBoolean
-
- All Implemented Interfaces:
RAnyValue<Boolean>
,ROExtValue<Boolean>
,EntityState
,Serializable
@Entity public class ROExtBoolean extends ROExtBase<Boolean>
- Author:
- lazyman
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from interface com.evolveum.midpoint.repo.sql.data.common.any.RAnyValue
F_ITEM_ID, F_VALUE
-
Fields inherited from interface com.evolveum.midpoint.repo.sql.data.common.any.ROExtValue
OWNER
-
-
Constructor Summary
Constructors Constructor Description ROExtBoolean()
ROExtBoolean(Boolean value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ROExtBooleanId
createId()
boolean
equals(Object o)
Integer
getItemId()
RObject
getOwner()
String
getOwnerOid()
RObjectExtensionType
getOwnerType()
Boolean
getValue()
int
hashCode()
void
setValue(Boolean value)
-
Methods inherited from class com.evolveum.midpoint.repo.sql.data.common.any.ROExtBase
isTransient, setOwner, setOwnerOid, setOwnerType, setTransient
-
-
-
-
Constructor Detail
-
ROExtBoolean
public ROExtBoolean()
-
ROExtBoolean
public ROExtBoolean(Boolean value)
-
-
Method Detail
-
getOwner
public RObject getOwner()
-
getOwnerOid
public String getOwnerOid()
- Overrides:
getOwnerOid
in classROExtBase<Boolean>
-
getOwnerType
public RObjectExtensionType getOwnerType()
- Specified by:
getOwnerType
in interfaceROExtValue<Boolean>
- Overrides:
getOwnerType
in classROExtBase<Boolean>
-
getItemId
public Integer getItemId()
-
getValue
public Boolean getValue()
-
setValue
public void setValue(Boolean value)
-
createId
public ROExtBooleanId createId()
-
-