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

- All Superinterfaces:
- javax.ejb.EJBObject, java.rmi.Remote
- public interface Country_
- extends javax.ejb.EJBObject
| Method Summary | |
org.schooltool.complextypes.lookup.Country |
getAsValueObject(int levels,
org.schooltool.complextypes.lookup.Country value)
|
java.lang.Long |
getCountry_PrimaryKey()
|
java.lang.String |
getcountryCode()
|
java.lang.String |
getname()
|
org.schooltool.ejb.entity.client.access.SchoolProfile_ |
getschoolProfile()
|
java.lang.Long |
getschoolProfileForeignKey()
|
boolean |
hasSuperClass()
|
void |
setAsValueObject(org.schooltool.complextypes.lookup.Country value)
|
void |
setCountry_PrimaryKey(java.lang.Long setValue)
|
void |
setcountryCode(java.lang.String countryCode)
|
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
getCountry_PrimaryKey
public java.lang.Long getCountry_PrimaryKey() throws java.rmi.RemoteException
setCountry_PrimaryKey
public void setCountry_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
getcountryCode
public java.lang.String getcountryCode() throws java.rmi.RemoteException
setcountryCode
public void setcountryCode(java.lang.String countryCode) 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.lookup.Country value) throws java.rmi.RemoteException
getAsValueObject
public org.schooltool.complextypes.lookup.Country getAsValueObject(int levels, org.schooltool.complextypes.lookup.Country value) throws java.rmi.RemoteException
|
|||||||||
| Home >> All >> org >> schooltool >> ejb >> entity >> client >> [ lookup overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC