Class ROExtLong
- java.lang.Object
-
- com.evolveum.midpoint.repo.sql.data.common.any.RAnyBase<T>
-
- com.evolveum.midpoint.repo.sql.data.common.any.ROExtBase<Long>
-
- com.evolveum.midpoint.repo.sql.data.common.any.ROExtLong
-
- All Implemented Interfaces:
RAnyValue<Long>
,ROExtValue<Long>
,EntityState
,Serializable
@Entity public class ROExtLong extends ROExtBase<Long>
- 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
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ROExtLongId
createId()
boolean
equals(Object o)
Integer
getItemId()
RObject
getOwner()
String
getOwnerOid()
RObjectExtensionType
getOwnerType()
Long
getValue()
int
hashCode()
void
setValue(Long value)
-
Methods inherited from class com.evolveum.midpoint.repo.sql.data.common.any.ROExtBase
isTransient, setOwner, setOwnerOid, setOwnerType, setTransient
-
-
-
-
Constructor Detail
-
ROExtLong
public ROExtLong()
-
ROExtLong
public ROExtLong(Long value)
-
-
Method Detail
-
getOwner
public RObject getOwner()
-
getOwnerOid
public String getOwnerOid()
- Overrides:
getOwnerOid
in classROExtBase<Long>
-
getOwnerType
public RObjectExtensionType getOwnerType()
- Specified by:
getOwnerType
in interfaceROExtValue<Long>
- Overrides:
getOwnerType
in classROExtBase<Long>
-
getItemId
public Integer getItemId()
-
getValue
public Long getValue()
-
setValue
public void setValue(Long value)
-
createId
public ROExtLongId createId()
-
-