|
|||||||||
| Home >> All >> org >> schooltool >> ejb >> entity >> client >> [ finance overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.schooltool.ejb.entity.client.finance
Interface DailyBalance_

- All Superinterfaces:
- javax.ejb.EJBObject, java.rmi.Remote
- public interface DailyBalance_
- extends javax.ejb.EJBObject
| Method Summary | |
Account_ |
getaccount()
|
java.lang.Long |
getaccountForeignKey()
|
org.schooltool.complextypes.finance.DailyBalance |
getAsValueObject(int levels,
org.schooltool.complextypes.finance.DailyBalance value)
|
java.lang.Double |
getclosingBalance()
|
java.lang.Long |
getDailyBalance_PrimaryKey()
|
java.sql.Date |
getdate()
|
java.lang.Double |
getopeningBalance()
|
org.schooltool.ejb.entity.client.access.SchoolProfile_ |
getschoolProfile()
|
java.lang.Long |
getschoolProfileForeignKey()
|
boolean |
hasSuperClass()
|
void |
setaccountForeignKey(java.lang.Long setValue)
|
void |
setAsValueObject(org.schooltool.complextypes.finance.DailyBalance value)
|
void |
setclosingBalance(java.lang.Double closingBalance)
|
void |
setDailyBalance_PrimaryKey(java.lang.Long setValue)
|
void |
setdate(java.sql.Date date)
|
void |
setopeningBalance(java.lang.Double openingBalance)
|
void |
setschoolProfileForeignKey(java.lang.Long setValue)
|
| Methods inherited from interface javax.ejb.EJBObject |
getEJBHome, getHandle, getPrimaryKey, isIdentical, remove |
| Method Detail |
hasSuperClass
public boolean hasSuperClass()
throws java.rmi.RemoteException
getDailyBalance_PrimaryKey
public java.lang.Long getDailyBalance_PrimaryKey() throws java.rmi.RemoteException
setDailyBalance_PrimaryKey
public void setDailyBalance_PrimaryKey(java.lang.Long setValue) throws java.rmi.RemoteException
getaccountForeignKey
public java.lang.Long getaccountForeignKey() throws java.rmi.RemoteException
setaccountForeignKey
public void setaccountForeignKey(java.lang.Long setValue) throws java.rmi.RemoteException
getaccount
public Account_ getaccount() throws java.rmi.RemoteException
getdate
public java.sql.Date getdate() throws java.rmi.RemoteException
setdate
public void setdate(java.sql.Date date) throws java.rmi.RemoteException
getopeningBalance
public java.lang.Double getopeningBalance() throws java.rmi.RemoteException
setopeningBalance
public void setopeningBalance(java.lang.Double openingBalance) throws java.rmi.RemoteException
getclosingBalance
public java.lang.Double getclosingBalance() throws java.rmi.RemoteException
setclosingBalance
public void setclosingBalance(java.lang.Double closingBalance) throws java.rmi.RemoteException
getschoolProfileForeignKey
public java.lang.Long getschoolProfileForeignKey() throws java.rmi.RemoteException
setschoolProfileForeignKey
public void setschoolProfileForeignKey(java.lang.Long setValue) throws java.rmi.RemoteException
getschoolProfile
public org.schooltool.ejb.entity.client.access.SchoolProfile_ getschoolProfile() throws java.rmi.RemoteException
setAsValueObject
public void setAsValueObject(org.schooltool.complextypes.finance.DailyBalance value) throws java.rmi.RemoteException
getAsValueObject
public org.schooltool.complextypes.finance.DailyBalance getAsValueObject(int levels, org.schooltool.complextypes.finance.DailyBalance value) throws java.rmi.RemoteException
|
|||||||||
| Home >> All >> org >> schooltool >> ejb >> entity >> client >> [ finance overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC