org.drools.guvnor.client.ruleeditor
Class MultiViewRow

java.lang.Object
  extended by org.drools.guvnor.client.ruleeditor.MultiViewRow
All Implemented Interfaces:
Comparable<MultiViewRow>

public class MultiViewRow
extends Object
implements Comparable<MultiViewRow>


Constructor Summary
MultiViewRow(String uuid, String name, String format)
           
 
Method Summary
 int compareTo(MultiViewRow multiViewRow)
           
 boolean equals(Object o)
           
 String getFormat()
           
 String getName()
           
 String getUuid()
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MultiViewRow

public MultiViewRow(String uuid,
                    String name,
                    String format)
Method Detail

getUuid

public String getUuid()

getName

public String getName()

getFormat

public String getFormat()

equals

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

hashCode

public int hashCode()
Overrides:
hashCode in class Object

compareTo

public int compareTo(MultiViewRow multiViewRow)
Specified by:
compareTo in interface Comparable<MultiViewRow>


Copyright © 2001-2012 JBoss by Red Hat. All Rights Reserved.