@Entity public class RAnyClob extends Object implements RAnyValue
ANY_CONTAINER, F_NAME, F_TYPE, F_VALUE
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
RAnyContainer |
getAnyContainer() |
String |
getChecksum()
This method is used for content comparing when querying database (we don't want to compare clob values).
|
QName |
getName() |
Long |
getOwnerId() |
String |
getOwnerOid() |
RContainerType |
getOwnerType() |
QName |
getType() |
String |
getValue() |
RValueType |
getValueType() |
int |
hashCode() |
boolean |
isDynamic() |
void |
setAnyContainer(RAnyContainer anyContainer) |
void |
setChecksum(String checksum) |
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(String value) |
void |
setValueType(RValueType valueType) |
public RAnyClob()
public RAnyClob(String value)
public RAnyContainer getAnyContainer()
public String getOwnerOid()
public Long getOwnerId()
public RContainerType getOwnerType()
public String getChecksum()
getValue()
public RValueType getValueType()
getValueType
in interface RAnyValue
public boolean isDynamic()
public void setChecksum(String checksum)
public void setValue(String 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.