• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
FW: issue with a nested editing context [long]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

FW: issue with a nested editing context [long]


  • Subject: FW: issue with a nested editing context [long]
  • From: Marius Strumyla <email@hidden>
  • Date: Thu, 3 Jun 2004 15:41:39 -0400

Chuck Hill wrote:

> Helper attribute meaning a cached value or one calculated from
> persistent attributes?
>

It wasn't calculated from persistent attributes. I guess u can say
it was a cached value :)

The attribute would be initialized in EO constructor and changed
through a set method.

public class ReferralForm extends EOGenericRecord {
    // a list of attributes that should be validated
    private Vector mRrequiredAttributes;

    public ReferralForm() {
        super();
        mRrequiredAttributes = new Vector();
    }

    ...

    public void setRequiredAttributes(Vector attributes) {
        mRequiredAttributes = attributes;
    }
}
The information transmitted in this E-mail is intended only for the person
to which it is addressed and may contain confidential and/or privileged
material.  Any review, retransmission, dissemination or other use of, or
taking of any action in reliance upon, this information by persons other
than the intended recipient is prohibited.  If you received this in error,
please contact the sender and delete the material from any computer.
_______________________________________________
webobjects-dev mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/webobjects-dev
Do not post admin requests to the list. They will be ignored.


  • Prev by Date: Re: issue with a nested editing context [long]
  • Next by Date: Re: Another plea for help from a newbie
  • Previous by thread: Re: issue with a nested editing context [long]
  • Next by thread: Re: Another plea for help XCODE PROBLEM!
  • Index(es):
    • Date
    • Thread