Package net.officefloor.woof.model.woof
Class WoofSecurityContentTypeModel
- java.lang.Object
-
- net.officefloor.model.AbstractModel
-
- net.officefloor.woof.model.woof.WoofSecurityContentTypeModel
-
- All Implemented Interfaces:
ItemModel<WoofSecurityContentTypeModel>
,Model
@Generated("net.officefloor.model.generate.ModelGenerator") public class WoofSecurityContentTypeModel extends AbstractModel implements ItemModel<WoofSecurityContentTypeModel>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
WoofSecurityContentTypeModel.WoofSecurityContentTypeEvent
-
Constructor Summary
Constructors Constructor Description WoofSecurityContentTypeModel()
Default constructor.WoofSecurityContentTypeModel(java.lang.String contentType)
Convenience constructor.WoofSecurityContentTypeModel(java.lang.String contentType, int x, int y)
Convenience constructor allowing XY initialising.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getContentType()
RemoveConnectionsAction<WoofSecurityContentTypeModel>
removeConnections()
Remove Connections.void
setContentType(java.lang.String contentType)
-
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
-
WoofSecurityContentTypeModel
public WoofSecurityContentTypeModel()
Default constructor.
-
WoofSecurityContentTypeModel
public WoofSecurityContentTypeModel(java.lang.String contentType)
Convenience constructor.- Parameters:
contentType
- Content type.
-
WoofSecurityContentTypeModel
public WoofSecurityContentTypeModel(java.lang.String contentType, int x, int y)
Convenience constructor allowing XY initialising.- Parameters:
contentType
- Content type.x
- Horizontal location.y
- Vertical location.
-
-
Method Detail
-
getContentType
public java.lang.String getContentType()
- Returns:
- Content type.
-
setContentType
public void setContentType(java.lang.String contentType)
- Parameters:
contentType
- Content type.
-
removeConnections
public RemoveConnectionsAction<WoofSecurityContentTypeModel> removeConnections()
Remove Connections.- Specified by:
removeConnections
in interfaceItemModel<WoofSecurityContentTypeModel>
- Returns:
RemoveConnectionsAction
to remove theConnectionModel
instances.
-
-