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 LearnerNotes_  view LearnerNotes_ download LearnerNotes_.java

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

public interface LearnerNotes_
extends javax.ejb.EJBObject


Method Summary
 org.schooltool.complextypes.learner.LearnerNotes getAsValueObject(int levels, org.schooltool.complextypes.learner.LearnerNotes value)
           
 java.sql.Date getdate()
           
 Learner_ getlearner()
           
 java.lang.Long getlearnerForeignKey()
           
 java.lang.Long getLearnerNotes_PrimaryKey()
           
 java.lang.String getnotes()
           
 org.schooltool.ejb.entity.client.access.SchoolProfile_ getschoolProfile()
           
 java.lang.Long getschoolProfileForeignKey()
           
 org.schooltool.ejb.entity.client.access.User_ getuser()
           
 java.lang.Long getuserForeignKey()
           
 boolean hasSuperClass()
           
 void setAsValueObject(org.schooltool.complextypes.learner.LearnerNotes value)
           
 void setdate(java.sql.Date date)
           
 void setlearnerForeignKey(java.lang.Long setValue)
           
 void setLearnerNotes_PrimaryKey(java.lang.Long setValue)
           
 void setnotes(java.lang.String notes)
           
 void setschoolProfileForeignKey(java.lang.Long setValue)
           
 void setuserForeignKey(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

getLearnerNotes_PrimaryKey

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

setLearnerNotes_PrimaryKey

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

getnotes

public java.lang.String getnotes()
                          throws java.rmi.RemoteException

setnotes

public void setnotes(java.lang.String notes)
              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

getdate

public java.sql.Date getdate()
                      throws java.rmi.RemoteException

setdate

public void setdate(java.sql.Date date)
             throws java.rmi.RemoteException

getuserForeignKey

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

setuserForeignKey

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

getuser

public org.schooltool.ejb.entity.client.access.User_ getuser()
                                                      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.learner.LearnerNotes value)
                      throws java.rmi.RemoteException

getAsValueObject

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