@Generated(value="net.officefloor.model.generate.ModelGenerator") public class WoofTemplateLinkModel extends AbstractModel implements ItemModel<WoofTemplateLinkModel>
Modifier and Type | Class and Description |
---|---|
static class |
WoofTemplateLinkModel.WoofTemplateLinkEvent |
Constructor and Description |
---|
WoofTemplateLinkModel()
Default constructor.
|
WoofTemplateLinkModel(String woofTemplateLinkName,
boolean isLinkSecure)
Convenience constructor.
|
WoofTemplateLinkModel(String woofTemplateLinkName,
boolean isLinkSecure,
int x,
int y)
Convenience constructor allowing XY initialising.
|
Modifier and Type | Method and Description |
---|---|
boolean |
getIsLinkSecure() |
String |
getWoofTemplateLinkName() |
RemoveConnectionsAction<WoofTemplateLinkModel> |
removeConnections()
Remove Connections.
|
void |
setIsLinkSecure(boolean isLinkSecure) |
void |
setWoofTemplateLinkName(String woofTemplateLinkName) |
addItemToList, addPropertyChangeListener, changeField, firePropertyChange, getX, getY, removeItemFromList, removePropertyChangeListener, setX, setY
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
addPropertyChangeListener, getX, getY, removePropertyChangeListener, setX, setY
public WoofTemplateLinkModel()
public WoofTemplateLinkModel(String woofTemplateLinkName, boolean isLinkSecure)
woofTemplateLinkName
- Woof template link name.isLinkSecure
- Is link secure.public WoofTemplateLinkModel(String woofTemplateLinkName, boolean isLinkSecure, int x, int y)
woofTemplateLinkName
- Woof template link name.isLinkSecure
- Is link secure.x
- Horizontal location.y
- Vertical location.public String getWoofTemplateLinkName()
public void setWoofTemplateLinkName(String woofTemplateLinkName)
woofTemplateLinkName
- Woof template link name.public boolean getIsLinkSecure()
public void setIsLinkSecure(boolean isLinkSecure)
isLinkSecure
- Is link secure.public RemoveConnectionsAction<WoofTemplateLinkModel> removeConnections()
removeConnections
in interface ItemModel<WoofTemplateLinkModel>
RemoveConnectionsAction
to remove the ConnectionModel
instances.Copyright © 2005–2016. All rights reserved.