@API(type=EXTENDABLE,
src=PRIVATE)
public class ProfileConditionValuePO
extends java.lang.Object
implements PersistentObject, java.lang.Comparable<ProfileConditionValuePO>
| Constructor and Description |
|---|
ProfileConditionValuePO()
Constructor.
|
ProfileConditionValuePO(java.lang.String value,
java.lang.String description)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
checkValid()
Check if object is valid to be used.
|
java.lang.Object |
clone()
Forces all the persistent objects to be cloneable.
|
int |
compareTo(ProfileConditionValuePO other) |
java.lang.String |
getDescription() |
int |
getLevel()
Get the level in the hierarchy of Subject Scheme values this condition is located on.
|
java.lang.String[] |
getNotPersistentFieldNames() |
java.lang.String |
getRenderName()
Get the render name for the profiling condition.
|
java.lang.String |
getValue() |
java.lang.String |
getValueDisplayLabel()
Get the display label for the attribute's value.
|
void |
setDescription(java.lang.String description) |
void |
setLevel(int level)
Set the level in the hierarchy of Subject Scheme values this condition is located on.
|
void |
setRenderName(java.lang.String renderName)
Set the render name.
|
java.lang.String |
toString() |
public ProfileConditionValuePO()
public ProfileConditionValuePO(java.lang.String value,
java.lang.String description)
value - Condition value.description - Condition value description.public java.lang.String getValue()
public java.lang.String getDescription()
public void setDescription(java.lang.String description)
description - The description to set.public void checkValid()
throws ro.sync.options.InvalidPersistentObjException
PersistentObjectInvalidPersistentObjException exception.checkValid in interface PersistentObjectInvalidPersistentObjException - Thrown when instance is not valid.PersistentObject.checkValid()public java.lang.String[] getNotPersistentFieldNames()
getNotPersistentFieldNames in interface PersistentObjectPersistentObject.getNotPersistentFieldNames()public java.lang.Object clone()
PersistentObjectclone in interface PersistentObjectclone in class java.lang.ObjectObject.clone()public int compareTo(ProfileConditionValuePO other)
compareTo in interface java.lang.Comparable<ProfileConditionValuePO>Comparable.compareTo(java.lang.Object)public java.lang.String toString()
toString in class java.lang.ObjectObject.toString()public void setLevel(int level)
level - the level in the hierarchy of Subject Scheme values this condition is located on.public int getLevel()
public java.lang.String getRenderName()
null.public void setRenderName(java.lang.String renderName)
renderName - The render name to be set in the dialog used to edit the profile condition value.public java.lang.String getValueDisplayLabel()
© Copyright SyncRO Soft SRL 2002 - 2016. All rights reserved.