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 ROExtBooleanIdcreateId()booleanequals(Object o)IntegergetItemId()RObjectgetOwner()StringgetOwnerOid()RObjectExtensionTypegetOwnerType()BooleangetValue()inthashCode()voidsetValue(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:
getOwnerOidin classROExtBase<Boolean>
-
getOwnerType
public RObjectExtensionType getOwnerType()
- Specified by:
getOwnerTypein interfaceROExtValue<Boolean>- Overrides:
getOwnerTypein classROExtBase<Boolean>
-
getItemId
public Integer getItemId()
-
getValue
public Boolean getValue()
-
setValue
public void setValue(Boolean value)
-
createId
public ROExtBooleanId createId()
-
-