@Entity public class ROExtLong extends Object implements ROExtValue
OWNER| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getName() |
RObject |
getOwner() |
String |
getOwnerOid() |
RObjectExtensionType |
getOwnerType() |
String |
getType() |
Long |
getValue() |
RValueType |
getValueType() |
int |
hashCode() |
boolean |
isDynamic() |
void |
setDynamic(boolean dynamic) |
void |
setName(String name) |
void |
setOwner(RObject owner) |
void |
setOwnerOid(String ownerOid) |
void |
setOwnerType(RObjectExtensionType ownerType) |
void |
setType(String type) |
void |
setValue(Long value) |
void |
setValueType(RValueType valueType) |
public ROExtLong()
public ROExtLong(Long value)
public RObject getOwner()
getOwner in interface ROExtValuepublic String getOwnerOid()
public RObjectExtensionType getOwnerType()
getOwnerType in interface ROExtValuepublic RValueType getValueType()
getValueType in interface RAnyValuepublic boolean isDynamic()
public void setValue(Long value)
public void setValueType(RValueType valueType)
setValueType in interface RAnyValuepublic void setDynamic(boolean dynamic)
setDynamic in interface RAnyValuepublic void setOwner(RObject owner)
setOwner in interface ROExtValuepublic void setOwnerOid(String ownerOid)
public void setOwnerType(RObjectExtensionType ownerType)
setOwnerType in interface ROExtValueCopyright © 2016 evolveum. All rights reserved.