@Entity public class RAnyLong extends Object implements RAnyValue
ANY_CONTAINER, F_NAME, F_TYPE, F_VALUE
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
RAnyContainer |
getAnyContainer() |
QName |
getName() |
Long |
getOwnerId() |
String |
getOwnerOid() |
RContainerType |
getOwnerType() |
QName |
getType() |
Long |
getValue() |
RValueType |
getValueType() |
int |
hashCode() |
boolean |
isDynamic() |
void |
setAnyContainer(RAnyContainer anyContainer) |
void |
setDynamic(boolean dynamic) |
void |
setName(QName name) |
void |
setOwnerId(Long ownerId) |
void |
setOwnerOid(String ownerOid) |
void |
setOwnerType(RContainerType ownerType) |
void |
setType(QName type) |
void |
setValue(Long value) |
void |
setValueType(RValueType valueType) |
public RAnyLong()
public RAnyLong(Long value)
public RAnyContainer getAnyContainer()
public String getOwnerOid()
public Long getOwnerId()
public RContainerType getOwnerType()
public RValueType getValueType()
getValueType
in interface RAnyValue
public boolean isDynamic()
public void setValue(Long value)
public void setValueType(RValueType valueType)
setValueType
in interface RAnyValue
public void setDynamic(boolean dynamic)
setDynamic
in interface RAnyValue
public void setAnyContainer(RAnyContainer anyContainer)
setAnyContainer
in interface RAnyValue
public void setOwnerOid(String ownerOid)
public void setOwnerId(Long ownerId)
public void setOwnerType(RContainerType ownerType)
Copyright © 2013 evolveum. All rights reserved.