How to set a property in my D2WCustomComponent
How to set a property in my D2WCustomComponent
- Subject: How to set a property in my D2WCustomComponent
- From: James Cicenia <email@hidden>
- Date: Wed, 07 Dec 2011 18:00:08 -0600
Ok -
I am getting closer...
public class D2WPrimaryAlignmentMetricByKey extends NXComponent { public EOEnterpriseObject object; public String key; public String lookupString;
public D2WPrimaryAlignmentMetricByKey(WOContext context) { super(context); }
public String value(){ return ((PortfolioProject)object).metricListValueByMetric(lookupString); } }
What rule can I use to populate lookupString with a static string?
Thanks James |
Attachment:
smime.p7s
Description: S/MIME cryptographic signature
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden