net.officefloor.model.officefloor
Class PropertyModel
java.lang.Object
net.officefloor.model.AbstractModel
net.officefloor.model.officefloor.PropertyModel
- All Implemented Interfaces:
- ItemModel<PropertyModel>, Model
@Generated(value="net.officefloor.model.generate.ModelGenerator")
public class PropertyModel
- extends AbstractModel
- implements ItemModel<PropertyModel>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PropertyModel
public PropertyModel()
- Default constructor.
PropertyModel
public PropertyModel(String name,
String value)
- Convenience constructor.
PropertyModel
public PropertyModel(String name,
String value,
int x,
int y)
- Convenience constructor allowing XY initialising.
getName
public String getName()
setName
public void setName(String name)
getValue
public String getValue()
setValue
public void setValue(String value)
removeConnections
public RemoveConnectionsAction<PropertyModel> removeConnections()
- Remove Connections.
- Specified by:
removeConnections in interface ItemModel<PropertyModel>
- Returns:
RemoveConnectionsAction containing the
ConnectionModel instances removed.
Copyright © 2005-2013. All Rights Reserved.