|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface Source
| Method Summary | |
|---|---|
java.lang.String |
getFullName()
Returns the full name of this source. |
java.lang.String |
getName()
Returns the name of the source |
java.lang.String |
getNotes()
Return the notes associated with this source. |
boolean |
isDeleted()
Is this source marked as deleted? When the user tries to delete a source, we try first to remove it from the model; if that cannot work (due to transactions referencing it), we mark it as deleted. |
void |
setDeleted(boolean deleted)
Sets the deleted status of this source. |
void |
setName(java.lang.String name)
Sets the name of this source. |
void |
setNotes(java.lang.String notes)
Sets the free form notes associated with this account. |
| Methods inherited from interface org.homeunix.thecave.buddi.model.ModelObject |
|---|
compareTo, getDocument, getModified, getUid, setChanged, setDocument |
| Method Detail |
|---|
java.lang.String getFullName()
java.lang.String getName()
java.lang.String getNotes()
boolean isDeleted()
void setDeleted(boolean deleted)
throws InvalidValueException
deleted -
InvalidValueException
void setName(java.lang.String name)
throws InvalidValueException
name -
InvalidValueException
void setNotes(java.lang.String notes)
throws InvalidValueException
notes -
InvalidValueException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||