(boolean _v_)
| 84 | } |
| 85 | |
| 86 | public void setDesc(boolean _v_) { |
| 87 | if (!isManaged()) { |
| 88 | _Desc = _v_; |
| 89 | return; |
| 90 | } |
| 91 | var _t_ = Zeze.Transaction.Transaction.getCurrentVerifyWrite(this); |
| 92 | _t_.putLog(new Zeze.Transaction.Logs.LogBool(this, 3, vh_Desc, _v_)); |
| 93 | } |
| 94 | |
| 95 | @Override |
| 96 | public Zeze.Net.Binary getPrefix() { |