ALBPM Process API

fuego.papi
Class Ordering.Entry

java.lang.Object
  extended by fuego.papi.Ordering.Entry
All Implemented Interfaces:
Serializable
Enclosing class:
Ordering

public class Ordering.Entry
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
Ordering.Entry(String variableId, boolean ascending)
           
Ordering.Entry(VarDefinition variable, boolean ascending)
           
 
Method Summary
 boolean equals(Object that)
           
 VarDefinition getVariable()
           
 String getVariableId()
           
 int hashCode()
           
 boolean isAscending()
           
 void setVariable(VarDefinition variable)
           
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Ordering.Entry

public Ordering.Entry(VarDefinition variable,
                      boolean ascending)

Ordering.Entry

public Ordering.Entry(String variableId,
                      boolean ascending)
Method Detail

isAscending

public boolean isAscending()

setVariable

public void setVariable(VarDefinition variable)

getVariable

public VarDefinition getVariable()

getVariableId

public String getVariableId()

equals

public boolean equals(Object that)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

ALBPM Process API

© Copyright 1996/2005 Fuego Inc. All Rights Reserved