org.drools.guvnor.client.ruleeditor
Class MultiViewRow
java.lang.Object
org.drools.guvnor.client.ruleeditor.MultiViewRow
- All Implemented Interfaces:
- Comparable<MultiViewRow>
public class MultiViewRow
- extends Object
- implements Comparable<MultiViewRow>
MultiViewRow
public MultiViewRow(String uuid,
String name,
String format)
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.