@Entity public class RAnyPolyString extends Object implements RAnyValue
ANY_CONTAINER, F_NAME, F_TYPE, F_VALUE
Constructor and Description |
---|
RAnyPolyString() |
RAnyPolyString(PolyString polyString) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
RAnyContainer |
getAnyContainer() |
QName |
getName() |
String |
getNorm() |
Long |
getOwnerId() |
String |
getOwnerOid() |
RContainerType |
getOwnerType() |
QName |
getType() |
String |
getValue() |
RValueType |
getValueType() |
int |
hashCode() |
boolean |
isDynamic() |
void |
setAnyContainer(RAnyContainer anyContainer) |
void |
setDynamic(boolean dynamic) |
void |
setName(QName name) |
void |
setNorm(String norm) |
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 RAnyPolyString()
public RAnyPolyString(PolyString polyString)
public RAnyContainer getAnyContainer()
public String getOwnerOid()
public Long getOwnerId()
public RContainerType getOwnerType()
public RValueType getValueType()
getValueType
in interface RAnyValue
public boolean isDynamic()
public String getNorm()
public void setNorm(String norm)
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.