@Entity public class ROExtPolyString extends Object implements ROExtValue
OWNER
Constructor and Description |
---|
ROExtPolyString() |
ROExtPolyString(PolyString polyString) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getName() |
String |
getNorm() |
RObject |
getOwner() |
String |
getOwnerOid() |
RObjectExtensionType |
getOwnerType() |
String |
getType() |
String |
getValue() |
RValueType |
getValueType() |
int |
hashCode() |
boolean |
isDynamic() |
void |
setDynamic(boolean dynamic) |
void |
setName(String name) |
void |
setNorm(String norm) |
void |
setOwner(RObject owner) |
void |
setOwnerOid(String ownerOid) |
void |
setOwnerType(RObjectExtensionType ownerType) |
void |
setType(String type) |
void |
setValue(String value) |
void |
setValueType(RValueType valueType) |
public ROExtPolyString()
public ROExtPolyString(PolyString polyString)
public RObject getOwner()
getOwner
in interface ROExtValue
public String getOwnerOid()
public RObjectExtensionType getOwnerType()
getOwnerType
in interface ROExtValue
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 setOwner(RObject owner)
setOwner
in interface ROExtValue
public void setOwnerOid(String ownerOid)
public void setOwnerType(RObjectExtensionType ownerType)
setOwnerType
in interface ROExtValue
Copyright © 2016 evolveum. All rights reserved.