|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.carlosbcruz.account.dynamicmodel.AccountCheck
public class AccountCheck
Represents a single check.
| Constructor Summary | |
|---|---|
AccountCheck()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getCheckIdentification()
Returns the check Identification. |
int |
getCheckSequence()
Returns the check sequence. |
java.lang.String |
getDescription()
Returns the description. |
java.lang.String |
getStatus()
Returns the status. |
float |
getValue()
Returns the value. |
void |
setCheckIdentification(java.lang.String checkIdentification)
Sets the check identification. |
void |
setCheckSequence(int checkSequence)
Sets the check sequence. |
void |
setDescription(java.lang.String description)
Sets the description. |
void |
setStatus(java.lang.String status)
Sets the status. |
void |
setValue(float value)
Sets the value. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AccountCheck()
| Method Detail |
|---|
public int getCheckSequence()
public void setCheckSequence(int checkSequence)
checkSequence - The checkSequence to setpublic java.lang.String getCheckIdentification()
public void setCheckIdentification(java.lang.String checkIdentification)
checkIdentification - The checkIdentification to setpublic float getValue()
public void setValue(float value)
value - The value to setpublic java.lang.String getDescription()
public void setDescription(java.lang.String description)
description - The description to setpublic java.lang.String getStatus()
public void setStatus(java.lang.String status)
status - The status to set
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||