/* * CONSTRUCTORS */ public StatusGV() { this.isValid=false; this.statusExec=TypeStatusExec.NeverExec; this.statusRes=TypeStatusRes.Undef; }
/* * CONSTRUCTORS */ public StatusGV() { this.isValid = false; this.statusExec = TypeStatusExec.NeverExec; this.statusRes = TypeStatusRes.Undef; }