jaxx.demo.validation.model
Class AbstractDemoBean
java.lang.Object
jaxx.demo.validation.model.AbstractDemoBean
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- Movie, People
public abstract class AbstractDemoBean
- extends Object
- implements Serializable
Abstract demo bean.
- Since:
- 2.2
- Author:
- tchemit
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PROPERTY_ID
public static final String PROPERTY_ID
- See Also:
- Constant Field Values
PROPERTY_IMAGE
public static final String PROPERTY_IMAGE
- See Also:
- Constant Field Values
id
protected String id
image
protected String image
p
protected final PropertyChangeSupport p
AbstractDemoBean
public AbstractDemoBean()
AbstractDemoBean
protected AbstractDemoBean(String id,
String image)
getId
public String getId()
getImage
public String getImage()
setId
public void setId(String id)
setImage
public void setImage(String image)
addPropertyChangeListener
public void addPropertyChangeListener(PropertyChangeListener listener)
addPropertyChangeListener
public void addPropertyChangeListener(String propertyName,
PropertyChangeListener listener)
removePropertyChangeListener
public void removePropertyChangeListener(PropertyChangeListener listener)
removePropertyChangeListener
public void removePropertyChangeListener(String propertyName,
PropertyChangeListener listener)
firePropertyChange
protected void firePropertyChange(String propertyName,
Object oldValue,
Object newValue)
Copyright © 2008-2011 CodeLutin. All Rights Reserved.