org.apache.geronimo.console.jmsmanager.wizard
Class ListScreenHandler.AdminObjectSummary

java.lang.Object
  extended by org.apache.geronimo.console.jmsmanager.wizard.ListScreenHandler.AdminObjectSummary
All Implemented Interfaces:
Serializable, Comparable
Enclosing class:
ListScreenHandler

public static class ListScreenHandler.AdminObjectSummary
extends Object
implements Serializable, Comparable

See Also:
Serialized Form

Constructor Summary
ListScreenHandler.AdminObjectSummary(String adminObjectName, String name, String type, int state)
           
 
Method Summary
 int compareTo(Object o)
           
 String getAdminObjectName()
           
 String getName()
           
 int getState()
           
 String getStateName()
           
 String getType()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ListScreenHandler.AdminObjectSummary

public ListScreenHandler.AdminObjectSummary(String adminObjectName,
                                            String name,
                                            String type,
                                            int state)
Method Detail

getAdminObjectName

public String getAdminObjectName()

getName

public String getName()

getType

public String getType()

getState

public int getState()

getStateName

public String getStateName()

compareTo

public int compareTo(Object o)
Specified by:
compareTo in interface Comparable


Copyright © 2003-2007 Apache Software Foundation. All Rights Reserved.