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

Quick Search    Search Deep

org.schooltool.ejb.entity.client.access
Interface SchoolProfile_  view SchoolProfile_ download SchoolProfile_.java

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

public interface SchoolProfile_
extends javax.ejb.EJBObject


Method Summary
 org.schooltool.complextypes.access.SchoolProfile getAsValueObject(int levels, org.schooltool.complextypes.access.SchoolProfile value)
           
 java.lang.String getschoolName()
           
 java.lang.Long getSchoolProfile_PrimaryKey()
           
 boolean hasSuperClass()
           
 void setAsValueObject(org.schooltool.complextypes.access.SchoolProfile value)
           
 void setschoolName(java.lang.String schoolName)
           
 void setSchoolProfile_PrimaryKey(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

getSchoolProfile_PrimaryKey

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

setSchoolProfile_PrimaryKey

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

getschoolName

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

setschoolName

public void setschoolName(java.lang.String schoolName)
                   throws java.rmi.RemoteException

setAsValueObject

public void setAsValueObject(org.schooltool.complextypes.access.SchoolProfile value)
                      throws java.rmi.RemoteException

getAsValueObject

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