net.officefloor.plugin.servlet.webxml.model
Class ContextParamModel

java.lang.Object
  extended by net.officefloor.model.AbstractModel
      extended by net.officefloor.plugin.servlet.webxml.model.ContextParamModel
All Implemented Interfaces:
ItemModel<ContextParamModel>, Model

@Generated(value="net.officefloor.model.generate.ModelGenerator")
public class ContextParamModel
extends AbstractModel
implements ItemModel<ContextParamModel>


Nested Class Summary
static class ContextParamModel.ContextParamEvent
           
 
Constructor Summary
ContextParamModel()
          Default constructor.
ContextParamModel(String name, String value)
          Convenience constructor.
ContextParamModel(String name, String value, int x, int y)
          Convenience constructor allowing XY initialising.
 
Method Summary
 String getName()
           
 String getValue()
           
 RemoveConnectionsAction<ContextParamModel> removeConnections()
          Remove Connections.
 void setName(String name)
           
 void setValue(String value)
           
 
Methods inherited from class net.officefloor.model.AbstractModel
addItemToList, addPropertyChangeListener, changeField, firePropertyChange, getX, getY, removeItemFromList, removePropertyChangeListener, setX, setY
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface net.officefloor.model.Model
addPropertyChangeListener, getX, getY, removePropertyChangeListener, setX, setY
 

Constructor Detail

ContextParamModel

public ContextParamModel()
Default constructor.


ContextParamModel

public ContextParamModel(String name,
                         String value)
Convenience constructor.


ContextParamModel

public ContextParamModel(String name,
                         String value,
                         int x,
                         int y)
Convenience constructor allowing XY initialising.

Method Detail

getName

public String getName()

setName

public void setName(String name)

getValue

public String getValue()

setValue

public void setValue(String value)

removeConnections

public RemoveConnectionsAction<ContextParamModel> removeConnections()
Remove Connections.

Specified by:
removeConnections in interface ItemModel<ContextParamModel>


Copyright © 2005-2011. All Rights Reserved.