Package net.officefloor.woof.model.woof
Class WoofTemplateToSuperWoofTemplateModel
- java.lang.Object
-
- net.officefloor.model.AbstractModel
-
- net.officefloor.woof.model.woof.WoofTemplateToSuperWoofTemplateModel
-
- All Implemented Interfaces:
ConnectionModel
,Model
@Generated("net.officefloor.model.generate.ModelGenerator") public class WoofTemplateToSuperWoofTemplateModel extends AbstractModel implements ConnectionModel
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
WoofTemplateToSuperWoofTemplateModel.WoofTemplateToSuperWoofTemplateEvent
-
Constructor Summary
Constructors Constructor Description WoofTemplateToSuperWoofTemplateModel()
Default constructor.WoofTemplateToSuperWoofTemplateModel(java.lang.String superWoofTemplateApplicationPath)
Convenience constructor for new non-linked instance.WoofTemplateToSuperWoofTemplateModel(java.lang.String superWoofTemplateApplicationPath, int x, int y)
Convenience constructor for new non-linked instance allowing XY initialising.WoofTemplateToSuperWoofTemplateModel(java.lang.String superWoofTemplateApplicationPath, WoofTemplateModel childWoofTemplate, WoofTemplateModel superWoofTemplate)
Convenience constructor.WoofTemplateToSuperWoofTemplateModel(java.lang.String superWoofTemplateApplicationPath, WoofTemplateModel childWoofTemplate, WoofTemplateModel superWoofTemplate, int x, int y)
Convenience constructor allowing XY initialising.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
connect()
Connects to theAbstractModel
instances.WoofTemplateModel
getChildWoofTemplate()
WoofTemplateModel
getSuperWoofTemplate()
java.lang.String
getSuperWoofTemplateApplicationPath()
boolean
isRemovable()
Indicates if this connection is removable.void
remove()
Removes connection to theAbstractModel
instances.void
setChildWoofTemplate(WoofTemplateModel childWoofTemplate)
void
setSuperWoofTemplate(WoofTemplateModel superWoofTemplate)
void
setSuperWoofTemplateApplicationPath(java.lang.String superWoofTemplateApplicationPath)
-
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
-
WoofTemplateToSuperWoofTemplateModel
public WoofTemplateToSuperWoofTemplateModel()
Default constructor.
-
WoofTemplateToSuperWoofTemplateModel
public WoofTemplateToSuperWoofTemplateModel(java.lang.String superWoofTemplateApplicationPath)
Convenience constructor for new non-linked instance.- Parameters:
superWoofTemplateApplicationPath
- Super woof template application path.
-
WoofTemplateToSuperWoofTemplateModel
public WoofTemplateToSuperWoofTemplateModel(java.lang.String superWoofTemplateApplicationPath, int x, int y)
Convenience constructor for new non-linked instance allowing XY initialising.- Parameters:
superWoofTemplateApplicationPath
- Super woof template application path.x
- Horizontal location.y
- Vertical location.
-
WoofTemplateToSuperWoofTemplateModel
public WoofTemplateToSuperWoofTemplateModel(java.lang.String superWoofTemplateApplicationPath, WoofTemplateModel childWoofTemplate, WoofTemplateModel superWoofTemplate)
Convenience constructor.- Parameters:
superWoofTemplateApplicationPath
- Super woof template application path.childWoofTemplate
- Child woof template.superWoofTemplate
- Super woof template.
-
WoofTemplateToSuperWoofTemplateModel
public WoofTemplateToSuperWoofTemplateModel(java.lang.String superWoofTemplateApplicationPath, WoofTemplateModel childWoofTemplate, WoofTemplateModel superWoofTemplate, int x, int y)
Convenience constructor allowing XY initialising.- Parameters:
superWoofTemplateApplicationPath
- Super woof template application path.childWoofTemplate
- Child woof template.superWoofTemplate
- Super woof template.x
- Horizontal location.y
- Vertical location.
-
-
Method Detail
-
getSuperWoofTemplateApplicationPath
public java.lang.String getSuperWoofTemplateApplicationPath()
- Returns:
- Super woof template application path.
-
setSuperWoofTemplateApplicationPath
public void setSuperWoofTemplateApplicationPath(java.lang.String superWoofTemplateApplicationPath)
- Parameters:
superWoofTemplateApplicationPath
- Super woof template application path.
-
getChildWoofTemplate
public WoofTemplateModel getChildWoofTemplate()
- Returns:
- Child woof template.
-
setChildWoofTemplate
public void setChildWoofTemplate(WoofTemplateModel childWoofTemplate)
- Parameters:
childWoofTemplate
- Child woof template.
-
getSuperWoofTemplate
public WoofTemplateModel getSuperWoofTemplate()
- Returns:
- Super woof template.
-
setSuperWoofTemplate
public void setSuperWoofTemplate(WoofTemplateModel superWoofTemplate)
- Parameters:
superWoofTemplate
- Super woof template.
-
isRemovable
public boolean isRemovable()
Description copied from interface:ConnectionModel
Indicates if this connection is removable.- Specified by:
isRemovable
in interfaceConnectionModel
- Returns:
- Indicates if removable.
-
connect
public void connect()
Connects to theAbstractModel
instances.- Specified by:
connect
in interfaceConnectionModel
-
remove
public void remove()
Removes connection to theAbstractModel
instances.- Specified by:
remove
in interfaceConnectionModel
-
-