public TextData get_DescriptionDF() {
return this._DescriptionDF;
}
public void set_ProductOF(ORCADisplayNode _ProductOF) {
ORCADisplayNode oldValue = this._ProductOF;
this._ProductOF = _ProductOF;
RootNode.set(this.getqq__ProductOF(), _ProductOF);
this.qq_Listeners.firePropertyChange("_ProductOF", oldValue, this._ProductOF);
}