|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.kuali.rice.krms.api.repository.PropositionParameter
public final class PropositionParameter
Concrete model object implementation of KRMS Proposition Parameter immutable. Instances of PropositionParameter can be (un)marshalled to and from XML.
PropositionParameterContract,
Serialized Form| Nested Class Summary | |
|---|---|
static class |
PropositionParameter.Builder
This builder is used to construct instances of PropositionParameter. |
static class |
PropositionParameter.Elements
A private class which exposes constants which define the XML element names to use when this object is marshalled to XML. |
static class |
PropositionParameter.ParameterTypes
This enumeration identifies the valid PropositionParameter parameter type codes |
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
All "Complete" model object's should adhere to the ModelObjectComplete.equals(Object) contract. |
String |
getId()
This is the Id for the proposition parameter |
String |
getParameterType()
This is the type of the parameter. |
String |
getPropId()
This is the Id for the parent proposition. |
Integer |
getSequenceNumber()
This is the sequence number of the proposition parameter. |
String |
getValue()
This is the value of the proposition parameter |
int |
hashCode()
All "Complete" model object's should adhere to the ModelObjectComplete.hashCode() contract. |
String |
toString()
This will return a proper string representation of the Model Object. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Method Detail |
|---|
public String getId()
PropositionParameterContractIt is the Id of a proposition parameter.
getId in interface PropositionParameterContractpublic String getPropId()
PropositionParameterContractIt is the Id of the parent proposition.
getPropId in interface PropositionParameterContractpublic String getValue()
PropositionParameterContractIt is the value of the parameter
getValue in interface PropositionParameterContractpublic String getParameterType()
PropositionParameterContractIt identified the type of the parameter.
getParameterType in interface PropositionParameterContractpublic Integer getSequenceNumber()
PropositionParameterContract
getSequenceNumber in interface PropositionParameterContractpublic int hashCode()
ModelObjectCompleteModelObjectComplete.hashCode() contract.
hashCode in interface ModelObjectCompletehashCode in class Objectpublic boolean equals(Object obj)
ModelObjectCompleteModelObjectComplete.equals(Object) contract.
equals in interface ModelObjectCompleteequals in class Objectobj - to object to compare for equality
public String toString()
ModelObjectBasic
toString in interface ModelObjectBasictoString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||