| |
|
| org.jboss.test.jca.bank.interfaces.AccountLocal
AccountLocal | public interface AccountLocal extends javax.ejb.EJBLocalObject(Code) | | Local interface for Account.
|
deposit | public void deposit(int amount)(Code) | | Describe deposit method here.
Parameters: amount - an int value |
getBalance | public int getBalance()(Code) | | field get-set pair for field balance Get the value of balance
value of balance |
getCustomerId | public java.lang.Integer getCustomerId()(Code) | | field get-set pair for field customerId Get the value of customerId
value of customerId |
getId | public java.lang.Integer getId()(Code) | | Abstract cmp2 field get-set pair for field id Get the value of id
value of id |
setBalance | public void setBalance(int balance)(Code) | | Set the value of balance
Parameters: balance - Value to assign to balance |
setCustomerId | public void setCustomerId(java.lang.Integer customerId)(Code) | | Set the value of customerId
Parameters: customerId - Value to assign to customerId |
withdraw | public void withdraw(int amount)(Code) | | Describe withdraw method here.
Parameters: amount - an int value |
|
|
|