public class Placement extends AbstractModelObject implements Identifiable
| Modifier and Type | Class and Description |
|---|---|
static class |
Placement.ErrorHandling |
static class |
Placement.Type |
propertyChangeSupport| Constructor and Description |
|---|
Placement(java.lang.String id) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getComments() |
Placement.ErrorHandling |
getErrorHandling() |
java.lang.String |
getId() |
Location |
getLocation() |
Part |
getPart() |
Board.Side |
getSide() |
Placement.Type |
getType() |
boolean |
isEnabled() |
void |
setComments(java.lang.String comments) |
void |
setEnabled(boolean enabled) |
void |
setErrorHandling(Placement.ErrorHandling errorHandling) |
void |
setLocation(Location location) |
void |
setPart(Part part) |
void |
setSide(Board.Side side) |
void |
setType(Placement.Type type) |
java.lang.String |
toString() |
addPropertyChangeListener, addPropertyChangeListener, fireIndexedPropertyChange, firePropertyChange, removePropertyChangeListener, removePropertyChangeListenerpublic Part getPart()
public void setPart(Part part)
public java.lang.String getId()
getId in interface Identifiablepublic Location getLocation()
public void setLocation(Location location)
public Board.Side getSide()
public void setSide(Board.Side side)
public Placement.Type getType()
public void setType(Placement.Type type)
public java.lang.String getComments()
public void setComments(java.lang.String comments)
public Placement.ErrorHandling getErrorHandling()
public void setErrorHandling(Placement.ErrorHandling errorHandling)
public boolean isEnabled()
public void setEnabled(boolean enabled)
public java.lang.String toString()
toString in class java.lang.Object