|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.kuali.rice.krms.api.repository.agenda.AgendaTreeRuleEntry
public final class AgendaTreeRuleEntry
This is a description of what this class does - ewestfal don't forget to fill this in.
| Nested Class Summary | |
|---|---|
static class |
AgendaTreeRuleEntry.Builder
|
(package private) static class |
AgendaTreeRuleEntry.Constants
Defines some internal constants used on this class. |
(package private) static class |
AgendaTreeRuleEntry.Elements
A private class which exposes constants which define the XML element names to use when this object is marshalled to XML. |
| Field Summary | |
|---|---|
private Collection<Element> |
_futureElements
|
private String |
agendaItemId
|
private AgendaTreeDefinition |
ifFalse
|
private AgendaTreeDefinition |
ifTrue
|
private String |
ruleId
|
private static long |
serialVersionUID
|
| Constructor Summary | |
|---|---|
private |
AgendaTreeRuleEntry()
Used only by JAXB. |
private |
AgendaTreeRuleEntry(AgendaTreeRuleEntry.Builder builder)
|
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
All "Complete" model object's should adhere to the ModelObjectComplete.equals(Object) contract. |
String |
getAgendaItemId()
|
AgendaTreeDefinition |
getIfFalse()
|
AgendaTreeDefinition |
getIfTrue()
|
String |
getRuleId()
|
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 |
| Field Detail |
|---|
private static final long serialVersionUID
private final String agendaItemId
private final String ruleId
private final AgendaTreeDefinition ifTrue
private final AgendaTreeDefinition ifFalse
private final Collection<Element> _futureElements
| Constructor Detail |
|---|
private AgendaTreeRuleEntry()
private AgendaTreeRuleEntry(AgendaTreeRuleEntry.Builder builder)
| Method Detail |
|---|
public String getAgendaItemId()
getAgendaItemId in interface AgendaTreeEntryDefinitionpublic String getRuleId()
public AgendaTreeDefinition getIfTrue()
public AgendaTreeDefinition getIfFalse()
public 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 | |||||||||