Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.schooltool.ejb.entity.client.learner
Interface LearnerAccountPayer_  view LearnerAccountPayer_ download LearnerAccountPayer_.java

All Superinterfaces:
javax.ejb.EJBObject, java.rmi.Remote

public interface LearnerAccountPayer_
extends javax.ejb.EJBObject


Method Summary
 org.schooltool.ejb.entity.client.finance.AccountHolder_ getaccountPayer()
           
 java.lang.Long getaccountPayerForeignKey()
           
 org.schooltool.complextypes.learner.LearnerAccountPayer getAsValueObject(int levels, org.schooltool.complextypes.learner.LearnerAccountPayer value)
           
 Learner_ getlearner()
           
 java.lang.Long getLearnerAccountPayer_PrimaryKey()
           
 java.lang.Long getlearnerForeignKey()
           
 org.schooltool.ejb.entity.client.person.PersonRelationshipName_ getrelationToLearner()
           
 java.lang.Long getrelationToLearnerForeignKey()
           
 org.schooltool.ejb.entity.client.access.SchoolProfile_ getschoolProfile()
           
 java.lang.Long getschoolProfileForeignKey()
           
 boolean hasSuperClass()
           
 void setaccountPayerForeignKey(java.lang.Long setValue)
           
 void setAsValueObject(org.schooltool.complextypes.learner.LearnerAccountPayer value)
           
 void setLearnerAccountPayer_PrimaryKey(java.lang.Long setValue)
           
 void setlearnerForeignKey(java.lang.Long setValue)
           
 void setrelationToLearnerForeignKey(java.lang.Long setValue)
           
 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

getLearnerAccountPayer_PrimaryKey

public java.lang.Long getLearnerAccountPayer_PrimaryKey()
                                                 throws java.rmi.RemoteException

setLearnerAccountPayer_PrimaryKey

public void setLearnerAccountPayer_PrimaryKey(java.lang.Long setValue)
                                       throws java.rmi.RemoteException

getaccountPayerForeignKey

public java.lang.Long getaccountPayerForeignKey()
                                         throws java.rmi.RemoteException

setaccountPayerForeignKey

public void setaccountPayerForeignKey(java.lang.Long setValue)
                               throws java.rmi.RemoteException

getaccountPayer

public org.schooltool.ejb.entity.client.finance.AccountHolder_ getaccountPayer()
                                                                        throws java.rmi.RemoteException

getlearnerForeignKey

public java.lang.Long getlearnerForeignKey()
                                    throws java.rmi.RemoteException

setlearnerForeignKey

public void setlearnerForeignKey(java.lang.Long setValue)
                          throws java.rmi.RemoteException

getlearner

public Learner_ getlearner()
                    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

getrelationToLearnerForeignKey

public java.lang.Long getrelationToLearnerForeignKey()
                                              throws java.rmi.RemoteException

setrelationToLearnerForeignKey

public void setrelationToLearnerForeignKey(java.lang.Long setValue)
                                    throws java.rmi.RemoteException

getrelationToLearner

public org.schooltool.ejb.entity.client.person.PersonRelationshipName_ getrelationToLearner()
                                                                                     throws java.rmi.RemoteException

setAsValueObject

public void setAsValueObject(org.schooltool.complextypes.learner.LearnerAccountPayer value)
                      throws java.rmi.RemoteException

getAsValueObject

public org.schooltool.complextypes.learner.LearnerAccountPayer getAsValueObject(int levels,
                                                                                org.schooltool.complextypes.learner.LearnerAccountPayer value)
                                                                         throws java.rmi.RemoteException