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

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

public interface Form_
extends javax.ejb.EJBObject


Method Summary
 org.schooltool.complextypes.access.Form getAsValueObject(int levels, org.schooltool.complextypes.access.Form value)
           
 java.util.Collection getcontainsTabs()
           
 java.lang.Long getForm_PrimaryKey()
           
 java.util.Collection getincludedInModules()
           
 java.lang.String getjavaClassName()
           
 java.lang.String getname()
           
 SchoolProfile_ getschoolProfile()
           
 java.lang.Long getschoolProfileForeignKey()
           
 java.util.Collection getvisibleToRoles()
           
 boolean hasSuperClass()
           
 void setAsValueObject(org.schooltool.complextypes.access.Form value)
           
 void setForm_PrimaryKey(java.lang.Long setValue)
           
 void setjavaClassName(java.lang.String javaClassName)
           
 void setname(java.lang.String name)
           
 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

getForm_PrimaryKey

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

setForm_PrimaryKey

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

getname

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

setname

public void setname(java.lang.String name)
             throws java.rmi.RemoteException

getincludedInModules

public java.util.Collection getincludedInModules()
                                          throws java.rmi.RemoteException

getcontainsTabs

public java.util.Collection getcontainsTabs()
                                     throws java.rmi.RemoteException

getvisibleToRoles

public java.util.Collection getvisibleToRoles()
                                       throws java.rmi.RemoteException

getjavaClassName

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

setjavaClassName

public void setjavaClassName(java.lang.String javaClassName)
                      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 SchoolProfile_ getschoolProfile()
                                throws java.rmi.RemoteException

setAsValueObject

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

getAsValueObject

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