|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.jgoodies.binding.beans.Model
com.jgoodies.validation.tutorial.performance.Container
public class Container
Describes a container with container number and label. Provides the following bound properties: containerNo, label.
Field Summary | |
---|---|
static String |
PROPERTYNAME_CONTAINER_NO
|
static String |
PROPERTYNAME_LABEL
|
Constructor Summary | |
---|---|
Container()
Constructs an empty Container . |
Method Summary | |
---|---|
String |
getContainerNo()
Returns this container's unique id. |
String |
getLabel()
Returns this container's label. |
void |
setContainerNo(String newContainerNo)
Sets a new unique container number. |
void |
setLabel(String newLabel)
Sets this container's label. |
Methods inherited from class com.jgoodies.binding.beans.Model |
---|
addPropertyChangeListener, addPropertyChangeListener, addVetoableChangeListener, addVetoableChangeListener, equals, fireIndexedPropertyChange, fireIndexedPropertyChange, fireIndexedPropertyChange, fireMultiplePropertiesChanged, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, fireVetoableChange, fireVetoableChange, fireVetoableChange, fireVetoableChange, fireVetoableChange, fireVetoableChange, fireVetoableChange, getPropertyChangeListeners, getPropertyChangeListeners, getVetoableChangeListeners, getVetoableChangeListeners, removePropertyChangeListener, removePropertyChangeListener, removeVetoableChangeListener, removeVetoableChangeListener |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final String PROPERTYNAME_CONTAINER_NO
public static final String PROPERTYNAME_LABEL
Constructor Detail |
---|
public Container()
Container
.
Method Detail |
---|
public String getContainerNo()
setContainerNo(String)
public void setContainerNo(String newContainerNo)
newContainerNo
- the container number to be setgetContainerNo()
public String getLabel()
setLabel(String)
public void setLabel(String newLabel)
newLabel
- the label to setgetLabel()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |