Posted: Wed Jan 04, 2006 4:14 am Post subject: Business Object Designer wrong method name
Newbie
Joined: 13 Sep 2005 Posts: 6
Hi,
I use the BOD to create a BusinessObject of a Component Interface we have build in Peoplesoft.
In PEOPLESOFT
The name of the attribute in the COMPONENT Interface IS "mutatienummer"
When I look in the BOD it says:
NAME = mutatienummer
Application Specific Information: get=getmutatienummer
set=setmutatienummer
When I look in the .JAVA file we generated out of PEOPLESOFT I see:
public String getMutatienummer() throws JOAException;
public void setMutatienummer(String inMutatienummer) throws JOAException;
How can ik correct this, it took me 2 hours to do it by hand and other
interface's I build, I don't have that problem.
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum