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