|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.kuali.rice.core.api.mo.AbstractDataTransferObject
org.kuali.rice.coreservice.api.parameter.Parameter
public final class Parameter
An immutable representation of a ParameterContract.
To construct an instance of a Parameter, use the Parameter.Builder class.
ParameterContract,
Serialized Form| Nested Class Summary | |
|---|---|
static class |
Parameter.Builder
This builder constructs an Parameter enforcing the constraints of the ParameterContract. |
static class |
Parameter.Cache
|
| Method Summary | |
|---|---|
String |
getApplicationId()
This is the application id for the Parameter. |
String |
getComponentCode()
This is the component code for the parameter. |
String |
getDescription()
This is the description for what the parameter is used for. |
EvaluationOperator |
getEvaluationOperator()
This is the evaluation operator for the parameter. |
String |
getName()
The name of the parameter. |
String |
getNamespaceCode()
This is the namespace for the parameter. |
String |
getObjectId()
Return the globally unique object id of this object. |
ParameterKey |
getParameterKey()
|
ParameterType |
getParameterType()
This is the type for the parameter. |
String |
getValue()
The value of the parameter. |
Long |
getVersionNumber()
Returns the version number for this object. |
| Methods inherited from class org.kuali.rice.core.api.mo.AbstractDataTransferObject |
|---|
afterUnmarshal, beforeUnmarshal, equals, equalsExcludeFields, getDefaultHashCodeEqualsExcludeFields, hashCode, hashCodeExcludeFields, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Method Detail |
|---|
public String getApplicationId()
ParameterContractIt is a way of assigning the Parameter to a specific rice application or rice ecosystem.
getApplicationId in interface ParameterContractpublic String getNamespaceCode()
ParameterContractIt is a way of assigning the parameter to a logical grouping within a rice application or rice ecosystem.
getNamespaceCode in interface ParameterContractpublic String getComponentCode()
ParameterContractIt is a way of assigning a parameter to a functional component within a rice application or rice ecosystem.
getComponentCode in interface ParameterContractpublic String getName()
ParameterContract
getName in interface ParameterContractpublic String getValue()
ParameterContract
getValue in interface ParameterContractpublic String getDescription()
ParameterContract
getDescription in interface ParameterContractpublic ParameterType getParameterType()
ParameterContract
Some parameters have special types in rice which may have special meaning
and is related to the ParameterContract.getEvaluationOperator()
getParameterType in interface ParameterContractpublic EvaluationOperator getEvaluationOperator()
ParameterContractThis allows parameters to be used as primitive business rules.
getEvaluationOperator in interface ParameterContractpublic Long getVersionNumber()
Versioned
getVersionNumber in interface Versionedpublic String getObjectId()
GloballyUnique
getObjectId in interface GloballyUniquepublic ParameterKey getParameterKey()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||