util
Class BELEGUNGBean


public class BELEGUNGBean
implements EntityBean

ejbHome <{BELEGUNGHome}>
ejbSchemaName RAUMPLAN
ejbRemote <{BELEGUNG}>
ejbPrimaryKey <{BELEGUNGPK}>

Field Summary
 TimestampBEGINN
           
 StringDOZENT
           
 TimestampENDE
           
 longID
           
 longID_RAUM
           
 StringVORLESUNGSBEZEICHNUNG
           
 StringWOCHENTAG
           

Method Summary
 voidejbActivate()
           
 BELEGUNGPKejbCreate()
           
 voidejbLoad()
           
 voidejbPassivate()
           
 voidejbPostCreate()
           
 voidejbRemove()
           
 voidejbStore()
           
 abstract BELEGUNGfindByPrimaryKey(BELEGUNGPK pk)
           
 voidsetEntityContext(EntityContext context)
           
 voidunsetEntityContext()
           

Field Detail

BEGINN

public Timestamp BEGINN

DOZENT

public String DOZENT

ENDE

public Timestamp ENDE

ID

public long ID

ID_RAUM

public long ID_RAUM

VORLESUNGSBEZEICHNUNG

public String VORLESUNGSBEZEICHNUNG

WOCHENTAG

public String WOCHENTAG
Method Detail

ejbActivate

public void ejbActivate()
throws java.rmi.RemoteException,
javax.ejb.EJBException

ejbCreate

public BELEGUNGPK ejbCreate()
throws javax.ejb.CreateException,
javax.ejb.EJBException,
java.rmi.RemoteException,
java.sql.SQLException

ejbLoad

public void ejbLoad()
throws java.rmi.RemoteException,
javax.ejb.EJBException

ejbPassivate

public void ejbPassivate()
throws java.rmi.RemoteException,
javax.ejb.EJBException

ejbPostCreate

public void ejbPostCreate()
throws javax.ejb.CreateException,
javax.ejb.EJBException,
java.rmi.RemoteException,
java.sql.SQLException

ejbRemove

public void ejbRemove()
throws java.rmi.RemoteException,
javax.ejb.EJBException

ejbStore

public void ejbStore()
throws java.rmi.RemoteException,
javax.ejb.EJBException

findByPrimaryKey

public abstract BELEGUNG findByPrimaryKey(BELEGUNGPK pk)
throws javax.ejb.FinderException,
java.rmi.RemoteException,
javax.ejb.EJBException

setEntityContext

public void setEntityContext(EntityContext context)
throws java.rmi.RemoteException,
javax.ejb.EJBException

unsetEntityContext

public void unsetEntityContext()
throws java.rmi.RemoteException,
javax.ejb.EJBException

Association Links

to Class javax.ejb.EntityContext

to Class java.sql.Timestamp

to Class java.lang.String

to Class java.lang.String

to Class java.lang.String

to Class java.sql.Timestamp

to Class util.RAUMPLANBean