|
Joda System API | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object
|
+--org.joda.property.impl.data.AbstractPropertyData
|
+--org.joda.property.impl.data.DefaultPropertyData
Basic implementation of the PropertyData interface which stores the data in instance variables and fires simple events.
| Constructor Summary | |
DefaultPropertyData()
Constructor |
|
| Method Summary | |
java.lang.Object |
get()
Get the value of the property. |
boolean |
isModifiable()
Is the property currently modifiable. |
boolean |
isReadOnly()
Is the property permanently unmodifiable. |
void |
set(java.lang.Object object)
Set the value of the property. |
void |
setModifiable(boolean modifiable)
Set the flag to indicate if the object is currently modifiable. |
void |
setReadOnly()
Set the property permanently unmodifiable. |
| Methods inherited from class org.joda.property.impl.data.AbstractPropertyData |
addPropertyChangeListener, bean, firePropertyChange, firePropertyChange, initPropertyDataCreated, property, removePropertyChangeListener, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface org.joda.property.impl.PropertyData |
equals, hashCode |
| Constructor Detail |
public DefaultPropertyData()
| Method Detail |
public java.lang.Object get()
PropertyData
PropertyData#get()public void set(java.lang.Object object)
PropertyData
object - an Object to storePropertyData#set(Object)public boolean isModifiable()
PropertyData
PropertyData#isModifiable()public void setModifiable(boolean modifiable)
PropertyData
modifiable - true if object should be modifiablePropertyData#setModifiable(boolean)public boolean isReadOnly()
PropertyData
PropertyData#isReadOnly()public void setReadOnly()
PropertyData
PropertyData#setReadOnly()
|
Joda System API | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||