| |
|
| java.lang.Object org.objectweb.jonas.jtests.beans.relation.tier.TiephyBean
All known Subclasses: org.objectweb.jonas.jtests.beans.relation.tier.TiephyEJB,
TiephyBean | abstract public class TiephyBean implements javax.ejb.EntityBean(Code) | | |
entityCtx | protected javax.ejb.EntityContext entityCtx(Code) | | |
ejbCreate | public java.lang.Integer ejbCreate(TiephyValue value, TierLocal tier) throws javax.ejb.CreateException(Code) | | Creates an instance based on a value object When the client invokes a
create method, the EJB container invokes the ejbCreate method. Typically,
an ejbCreate method in an entity bean performs the following tasks:
- Inserts the entity state into the database.
- Initializes the instance variables.
- Returns the primary key.
Parameters: value - the value object used to initialise the new instance the primary key of the new instance |
ejbPostCreate | public void ejbPostCreate(TiephyValue value, TierLocal tier) throws javax.ejb.CreateException(Code) | | The container invokes this method immediately after it calls ejbCreate.
Parameters: value - the value object used to initialise the new instance |
getTiephyValue | public TiephyValue getTiephyValue()(Code) | | Return the value object version of this entity.
|
getTier | abstract public TierLocal getTier()(Code) | | This is a bi-directional one-to-one relationship CMR method
the TierLocal. |
setEntityContext | public void setEntityContext(javax.ejb.EntityContext entityCtx)(Code) | | |
setNomusatie | abstract public void setNomusatie(java.lang.String nomusatie)(Code) | | Sets the nomusatie
Parameters: nomusatie - the new nomusatie value |
setNuminttie | abstract public void setNuminttie(java.lang.Integer numinttie)(Code) | | Sets the numinttie
Parameters: numinttie - the new numinttie value |
setTier | abstract public void setTier(TierLocal tier)(Code) | | Sets the related TierLocal
Parameters: tier - the related TierLocal |
setTierValue | public void setTierValue(TierValue value)(Code) | | get method relation one
|
unsetEntityContext | public void unsetEntityContext()(Code) | | |
update | public void update(TiephyValue value)(Code) | | Update the value object version of this entity.
|
|
|
|