| |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
An persistent object that can be modified.
Another way of providing such an interface could be :
interface Editable {
void dirty();
void sync()
void toCreate();
void toDelete();
}
but this would make this interface less flexible, restricting
| Method Summary | |
boolean | isDeleted() |
boolean | isDirty() |
boolean | isNew() |
boolean | isSync() |
void | setDeleted(boolean deleted) |
void | setDirty(boolean dirty) |
void | setNew(boolean property) |
void | setSync(boolean sync) |
| Method Detail |
public boolean isDeleted()
public boolean isDirty()
public boolean isNew()
public boolean isSync()
public void setDeleted(boolean deleted)
public void setDirty(boolean dirty)
public void setNew(boolean property)
public void setSync(boolean sync)
| Dependency Links |
to Class org.orange.kicsa.business.Editable.Status
to Class java.lang.Object
to Class java.lang.String
to Class java.lang.RuntimeException
to Class java.lang.CloneNotSupportedException
to Class Diagram org.orange.kicsa.business
to Class Diagram org.orange.kicsa
to Class Diagram org.orange
to Class Diagram org
to Class Diagram <default>
| |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||