Beispiel #1
0
            public Body(Body value)
            {
                /// Initiliaze the protected variables
                m_GrantNodeIDRec = new GrantNodeIDRec();
                m_GrantNodeIDRec.setParent(this);

                /// Copy the values
                m_GrantNodeIDRec = value.getGrantNodeIDRec();
                m_GrantNodeIDRec.setParent(this);
                /// This code is currently not supported
            }
Beispiel #2
0
 public Body()
 {
     m_GrantNodeIDRec = new GrantNodeIDRec();
     m_GrantNodeIDRec.setParent(this);
 }