@AccessLevel(value=EXTERNAL)
public interface Parameter
extends curam.util.persistence.StandardEntity, curam.util.persistence.Insertable, curam.util.persistence.OptimisticLockModifiable, curam.util.persistence.Removable
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getName()
Retrieves the parameter name.
|
curam.codetable.impl.ADVICEPARAMETERTYPEEntry |
getType()
Retrieves the parameter type.
|
java.lang.String |
getValue()
Retrieves the parameter value.
|
void |
setName(java.lang.String value)
Sets the string parameter name.
|
void |
setValue(curam.util.type.Date value)
Sets the date parameter value.
|
void |
setValue(java.lang.Number value)
Sets the number parameter value.
|
void |
setValue(java.lang.String value)
Sets the string parameter value.
|
java.lang.String getName()
java.lang.String getValue()
curam.codetable.impl.ADVICEPARAMETERTYPEEntry getType()
void setName(java.lang.String value)
value
- the parameter string namevoid setValue(java.lang.String value)
value
- the parameter string valuevoid setValue(java.lang.Number value)
value
- the parameter number valuevoid setValue(curam.util.type.Date value)
value
- the parameter date value