Re: default value from the modeler ?

From: Matt Kerr (mrmattker..mail.com)
Date: Wed Apr 14 2010 - 13:06:04 EDT

  • Next message: Michael Gentry: "Re: default value from the modeler ?"

    I think callbacks/listeners is the way to go

    I'm assuming you're using 3.x

    On Apr 14, 2010, at 8:28, Arnaud Garcia <arnau..magemed-87.com> wrote:

    > Hello,
    >
    > Is it possible to add default values using the modeler ?
    >
    > if not, the good way is to overide the setPersistenteState ?
    >
    > thanks,
    >
    > arnaud
    >
    > public class SomeObjEntity extends _SomeObjEntity
    > {
    > public void setPersistenceState(int state)
    > {
    > super.setPersistenceState(state);
    >
    > // if the object was just created, set initial values
    > if (state == PersistenceState.NEW)
    > {
    > // Set all initial values here
    > }
    > }
    > }



    This archive was generated by hypermail 2.0.0 : Wed Apr 14 2010 - 13:05:45 EDT