www in docker support
This commit is contained in:
parent
539a848e95
commit
c227fce036
2145 changed files with 399596 additions and 58 deletions
35
decompiled-libs/www/cli-rus-2.1.9/it/acxent/pg/UsersCR.java
Normal file
35
decompiled-libs/www/cli-rus-2.1.9/it/acxent/pg/UsersCR.java
Normal file
|
|
@ -0,0 +1,35 @@
|
|||
package it.acxent.pg;
|
||||
|
||||
import it.acxent.db.ApplParmFull;
|
||||
|
||||
public class UsersCR extends it.acxent.common.UsersCR {
|
||||
private long flgMiniature = -1L;
|
||||
|
||||
private long flgScaduto = -1L;
|
||||
|
||||
public boolean isCode1() {
|
||||
return false;
|
||||
}
|
||||
|
||||
public UsersCR(ApplParmFull newApplParmFull) {
|
||||
super(newApplParmFull);
|
||||
}
|
||||
|
||||
public UsersCR() {}
|
||||
|
||||
public long getFlgMiniature() {
|
||||
return this.flgMiniature;
|
||||
}
|
||||
|
||||
public void setFlgMiniature(long flgMiniature) {
|
||||
this.flgMiniature = flgMiniature;
|
||||
}
|
||||
|
||||
public long getFlgScaduto() {
|
||||
return this.flgScaduto;
|
||||
}
|
||||
|
||||
public void setFlgScaduto(long flgScaduto) {
|
||||
this.flgScaduto = flgScaduto;
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue