public Body(Body value) { /// Initiliaze the protected variables m_ReviewNodeIDRec = new ReviewNodeIDRec(); m_ReviewNodeIDRec.setParent(this); /// Copy the values m_ReviewNodeIDRec = value.getReviewNodeIDRec(); m_ReviewNodeIDRec.setParent(this); /// This code is currently not supported }
public Body() { m_ReviewNodeIDRec = new ReviewNodeIDRec(); m_ReviewNodeIDRec.setParent(this); }