org.kuali.rice.krms.api.repository.agenda
Class AgendaTreeRuleEntry

java.lang.Object
  extended by org.kuali.rice.krms.api.repository.agenda.AgendaTreeRuleEntry
All Implemented Interfaces:
Serializable, ModelObjectBasic, ModelObjectComplete, AgendaTreeEntryDefinition

public final class AgendaTreeRuleEntry
extends Object
implements AgendaTreeEntryDefinition

This is a description of what this class does - ewestfal don't forget to fill this in.

Author:
Kuali Rice Team (rice.collab@kuali.org)
See Also:
Serialized Form

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

serialVersionUID

private static final long serialVersionUID
See Also:
Constant Field Values

agendaItemId

private final String agendaItemId

ruleId

private final String ruleId

ifTrue

private final AgendaTreeDefinition ifTrue

ifFalse

private final AgendaTreeDefinition ifFalse

_futureElements

private final Collection<Element> _futureElements
Constructor Detail

AgendaTreeRuleEntry

private AgendaTreeRuleEntry()
Used only by JAXB.


AgendaTreeRuleEntry

private AgendaTreeRuleEntry(AgendaTreeRuleEntry.Builder builder)
Method Detail

getAgendaItemId

public String getAgendaItemId()
Specified by:
getAgendaItemId in interface AgendaTreeEntryDefinition

getRuleId

public String getRuleId()

getIfTrue

public AgendaTreeDefinition getIfTrue()

getIfFalse

public AgendaTreeDefinition getIfFalse()

hashCode

public int hashCode()
Description copied from interface: ModelObjectComplete
All "Complete" model object's should adhere to the ModelObjectComplete.hashCode() contract.

Specified by:
hashCode in interface ModelObjectComplete
Overrides:
hashCode in class Object
Returns:
the hashCode value

equals

public boolean equals(Object obj)
Description copied from interface: ModelObjectComplete
All "Complete" model object's should adhere to the ModelObjectComplete.equals(Object) contract.

Specified by:
equals in interface ModelObjectComplete
Overrides:
equals in class Object
Parameters:
obj - to object to compare for equality
Returns:
if equal

toString

public String toString()
Description copied from interface: ModelObjectBasic
This will return a proper string representation of the Model Object. All of the fields comprising the "public" api should be represented in the return value.

Specified by:
toString in interface ModelObjectBasic
Overrides:
toString in class Object
Returns:
the string representation


Copyright © 2004-2011 The Kuali Foundation. All Rights Reserved.