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

Quick Search    Search Deep

org.schooltool.ejb.entity.client.custom
Interface CustomField_  view CustomField_ download CustomField_.java

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

public interface CustomField_
extends javax.ejb.EJBObject


Method Summary
 java.lang.Boolean getapplicableToAllPersons()
           
 java.lang.Boolean getapplicableToEducators()
           
 java.lang.Boolean getapplicableToLearners()
           
 java.lang.Boolean getapplicableToOrganisations()
           
 org.schooltool.complextypes.custom.CustomField getAsValueObject(int levels, org.schooltool.complextypes.custom.CustomField value)
           
 java.lang.Long getCustomField_PrimaryKey()
           
 CustomFieldOption_ getdefaultOption()
           
 java.lang.Long getdefaultOptionForeignKey()
           
 CustomFieldGroup_ getgroup()
           
 java.lang.Long getgroupForeignKey()
           
 java.lang.Boolean getisMultiRow()
           
 java.lang.String getname()
           
 java.util.Collection getoptions()
           
 org.schooltool.ejb.entity.client.access.SchoolProfile_ getschoolProfile()
           
 java.lang.Long getschoolProfileForeignKey()
           
 java.lang.Integer gettype()
           
 boolean hasSuperClass()
           
 void setapplicableToAllPersons(java.lang.Boolean applicableToAllPersons)
           
 void setapplicableToEducators(java.lang.Boolean applicableToEducators)
           
 void setapplicableToLearners(java.lang.Boolean applicableToLearners)
           
 void setapplicableToOrganisations(java.lang.Boolean applicableToOrganisations)
           
 void setAsValueObject(org.schooltool.complextypes.custom.CustomField value)
           
 void setCustomField_PrimaryKey(java.lang.Long setValue)
           
 void setdefaultOptionForeignKey(java.lang.Long setValue)
           
 void setgroupForeignKey(java.lang.Long setValue)
           
 void setisMultiRow(java.lang.Boolean isMultiRow)
           
 void setname(java.lang.String name)
           
 void setschoolProfileForeignKey(java.lang.Long setValue)
           
 void settype(java.lang.Integer type)
           
 
Methods inherited from interface javax.ejb.EJBObject
getEJBHome, getHandle, getPrimaryKey, isIdentical, remove
 

Method Detail

hasSuperClass

public boolean hasSuperClass()
                      throws java.rmi.RemoteException

getCustomField_PrimaryKey

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

setCustomField_PrimaryKey

public void setCustomField_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

gettype

public java.lang.Integer gettype()
                          throws java.rmi.RemoteException

settype

public void settype(java.lang.Integer type)
             throws java.rmi.RemoteException

getapplicableToLearners

public java.lang.Boolean getapplicableToLearners()
                                          throws java.rmi.RemoteException

setapplicableToLearners

public void setapplicableToLearners(java.lang.Boolean applicableToLearners)
                             throws java.rmi.RemoteException

getapplicableToEducators

public java.lang.Boolean getapplicableToEducators()
                                           throws java.rmi.RemoteException

setapplicableToEducators

public void setapplicableToEducators(java.lang.Boolean applicableToEducators)
                              throws java.rmi.RemoteException

getapplicableToAllPersons

public java.lang.Boolean getapplicableToAllPersons()
                                            throws java.rmi.RemoteException

setapplicableToAllPersons

public void setapplicableToAllPersons(java.lang.Boolean applicableToAllPersons)
                               throws java.rmi.RemoteException

getapplicableToOrganisations

public java.lang.Boolean getapplicableToOrganisations()
                                               throws java.rmi.RemoteException

setapplicableToOrganisations

public void setapplicableToOrganisations(java.lang.Boolean applicableToOrganisations)
                                  throws java.rmi.RemoteException

getisMultiRow

public java.lang.Boolean getisMultiRow()
                                throws java.rmi.RemoteException

setisMultiRow

public void setisMultiRow(java.lang.Boolean isMultiRow)
                   throws java.rmi.RemoteException

getgroupForeignKey

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

setgroupForeignKey

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

getgroup

public CustomFieldGroup_ getgroup()
                           throws java.rmi.RemoteException

getoptions

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

getdefaultOptionForeignKey

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

setdefaultOptionForeignKey

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

getdefaultOption

public CustomFieldOption_ getdefaultOption()
                                    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.custom.CustomField value)
                      throws java.rmi.RemoteException

getAsValueObject

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