www in docker support
This commit is contained in:
parent
539a848e95
commit
c227fce036
2145 changed files with 399596 additions and 58 deletions
|
|
@ -0,0 +1,25 @@
|
|||
package it.acxent.anag;
|
||||
|
||||
import it.acxent.db.ApplParmFull;
|
||||
|
||||
public class ClienteCR extends CliforCR {
|
||||
private long id_cliente;
|
||||
|
||||
public ClienteCR() {}
|
||||
|
||||
public ClienteCR(ApplParmFull newApplParmFull) {
|
||||
super(newApplParmFull);
|
||||
}
|
||||
|
||||
public String getFlgTipo() {
|
||||
return "C";
|
||||
}
|
||||
|
||||
public long getId_cliente() {
|
||||
return getId_clifor();
|
||||
}
|
||||
|
||||
public void setId_cliente(long id_cliente) {
|
||||
setId_clifor(id_cliente);
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue