Hyperic HQ Plugin API v. 4.4.0.2

org.hyperic.ui.tapestry.components.critter
Class EditableCritter

java.lang.Object
  extended by org.hyperic.ui.tapestry.components.critter.EditableCritter
All Implemented Interfaces:
java.io.Serializable

public class EditableCritter
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
EditableCritter(EditableCritter o)
           
EditableCritter(int idx, CritterType type, java.util.Map props)
           
 
Method Summary
 java.lang.String getConfig()
           
 int getIndex()
           
 java.util.Map getProps()
           
 CritterType getType()
           
 void setConfig(java.lang.String config)
           
 void setProps(java.util.Map props)
           
 void setType(CritterType t)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EditableCritter

public EditableCritter(EditableCritter o)

EditableCritter

public EditableCritter(int idx,
                       CritterType type,
                       java.util.Map props)
Method Detail

getIndex

public int getIndex()

getConfig

public java.lang.String getConfig()

setConfig

public void setConfig(java.lang.String config)

getType

public CritterType getType()

setType

public void setType(CritterType t)

getProps

public java.util.Map getProps()

setProps

public void setProps(java.util.Map props)

Hyperic HQ Plugin API v. 4.4.0.2

Copyright © 2004-2006 Hyperic, Inc. support@hyperic.net, All Rights Reserved.