|
|||||||||
| Home >> All >> org >> schooltool >> ejb >> entity >> client >> [ custom overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.schooltool.ejb.entity.client.custom
Interface CustomField_

- All Superinterfaces:
- javax.ejb.EJBObject, java.rmi.Remote
- public interface CustomField_
- extends javax.ejb.EJBObject
| 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
|
|||||||||
| Home >> All >> org >> schooltool >> ejb >> entity >> client >> [ custom overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC