|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface AccountType
| Method Summary | |
|---|---|
java.lang.String |
getName()
Returns the name of this account type |
boolean |
isCredit()
Does this account type represent a credit account? |
void |
setCredit(boolean credit)
Set the credit value of this account type |
void |
setName(java.lang.String name)
Sets the name of this account type |
| Methods inherited from interface org.homeunix.thecave.buddi.model.ModelObject |
|---|
compareTo, getDocument, getModified, getUid, setChanged, setDocument |
| Methods inherited from interface org.homeunix.thecave.buddi.model.Expandable |
|---|
isExpanded, setExpanded |
| Method Detail |
|---|
java.lang.String getName()
boolean isCredit()
void setCredit(boolean credit)
throws InvalidValueException
credit -
InvalidValueException
void setName(java.lang.String name)
throws InvalidValueException
name -
InvalidValueException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||