@Generated(value="net.officefloor.model.generate.ModelGenerator") public class AutoWireTeamModel extends AbstractModel implements ItemModel<AutoWireTeamModel>
Modifier and Type | Class and Description |
---|---|
static class |
AutoWireTeamModel.AutoWireTeamEvent |
Constructor and Description |
---|
AutoWireTeamModel()
Default constructor.
|
AutoWireTeamModel(String teamSourceClassName,
String qualifier,
String type)
Convenience constructor for new non-linked instance.
|
AutoWireTeamModel(String teamSourceClassName,
String qualifier,
String type,
PropertySourceModel[] propertySource,
AutoWireModel[] autoWire)
Convenience constructor.
|
AutoWireTeamModel(String teamSourceClassName,
String qualifier,
String type,
PropertySourceModel[] propertySource,
AutoWireModel[] autoWire,
int x,
int y)
Convenience constructor allowing XY initialising.
|
Modifier and Type | Method and Description |
---|---|
void |
addAutoWire(AutoWireModel autoWire) |
void |
addPropertySource(PropertySourceModel propertySource) |
List<AutoWireModel> |
getAutoWiring() |
List<PropertySourceModel> |
getPropertySources() |
String |
getQualifier() |
String |
getTeamSourceClassName() |
String |
getType() |
void |
removeAutoWire(AutoWireModel autoWire) |
RemoveConnectionsAction<AutoWireTeamModel> |
removeConnections()
Remove Connections.
|
void |
removePropertySource(PropertySourceModel propertySource) |
void |
setQualifier(String qualifier) |
void |
setTeamSourceClassName(String teamSourceClassName) |
void |
setType(String type) |
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 AutoWireTeamModel()
public AutoWireTeamModel(String teamSourceClassName, String qualifier, String type)
teamSourceClassName
- Team source class name.qualifier
- Qualifier.type
- Type.public AutoWireTeamModel(String teamSourceClassName, String qualifier, String type, PropertySourceModel[] propertySource, AutoWireModel[] autoWire)
teamSourceClassName
- Team source class name.qualifier
- Qualifier.type
- Type.propertySource
- Property source.autoWire
- Auto wire.public AutoWireTeamModel(String teamSourceClassName, String qualifier, String type, PropertySourceModel[] propertySource, AutoWireModel[] autoWire, int x, int y)
teamSourceClassName
- Team source class name.qualifier
- Qualifier.type
- Type.propertySource
- Property source.autoWire
- Auto wire.x
- Horizontal location.y
- Vertical location.public String getTeamSourceClassName()
public void setTeamSourceClassName(String teamSourceClassName)
teamSourceClassName
- Team source class name.public String getQualifier()
public void setQualifier(String qualifier)
qualifier
- Qualifier.public String getType()
public void setType(String type)
type
- Type.public List<PropertySourceModel> getPropertySources()
public void addPropertySource(PropertySourceModel propertySource)
propertySource
- Property source.public void removePropertySource(PropertySourceModel propertySource)
propertySource
- Property source.public List<AutoWireModel> getAutoWiring()
public void addAutoWire(AutoWireModel autoWire)
autoWire
- Auto wire.public void removeAutoWire(AutoWireModel autoWire)
autoWire
- Auto wire.public RemoveConnectionsAction<AutoWireTeamModel> removeConnections()
removeConnections
in interface ItemModel<AutoWireTeamModel>
RemoveConnectionsAction
to remove the ConnectionModel
instances.Copyright © 2005–2016. All rights reserved.