Liferay 6.1.2-ce-ga3

com.liferay.util
Class State

java.lang.Object
  extended by com.liferay.util.State

public class State
extends Object


Constructor Summary
State(String id, String name)
           
 
Method Summary
 int compareTo(Object obj)
           
 boolean equals(Object obj)
           
 String getId()
           
 String getName()
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

State

public State(String id,
             String name)
Method Detail

compareTo

public int compareTo(Object obj)

equals

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

getId

public String getId()

getName

public String getName()

hashCode

public int hashCode()
Overrides:
hashCode in class Object

Liferay 6.1.2-ce-ga3