org.objectweb.jonas.webapp.jonasadmin.joramplatform
Class ItemDestination

java.lang.Object
  extended byorg.objectweb.jonas.webapp.jonasadmin.joramplatform.ItemBase
      extended byorg.objectweb.jonas.webapp.jonasadmin.joramplatform.ItemDestination

public class ItemDestination
extends ItemBase


Constructor Summary
ItemDestination()
           
 
Method Summary
 java.lang.String getType()
           
 boolean isUsed()
           
 void setType(java.lang.String type)
           
 void setUsed(boolean used)
           
 
Methods inherited from class org.objectweb.jonas.webapp.jonasadmin.joramplatform.ItemBase
getId, getName, getOn, getServerId, setId, setName, setOn, setServerId
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ItemDestination

public ItemDestination()
Method Detail

getType

public java.lang.String getType()
Returns:
Returns the type.

setType

public void setType(java.lang.String type)
Parameters:
type - The type to set.

isUsed

public boolean isUsed()
Returns:
Returns the used.

setUsed

public void setUsed(boolean used)
Parameters:
used - The used to set.