public class ecrdept
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
java.lang.String |
comment |
java.lang.String |
dept |
int |
deptid |
| Constructor and Description |
|---|
ecrdept() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getcomment() |
java.lang.String |
getdept() |
int |
getdeptid() |
void |
setcomment(java.lang.String value) |
void |
setdept(java.lang.String value) |
void |
setdeptid(int value) |