123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269 |
- /**
- *
- */
- package com.sinosoft.am.org.dept.indept.vo;
- /**
- * @author 徐威
- * 2015-09-19
- * tel:13811395647
- *
- */
- public class PlanGlOrgVo{
- private String FD_OBJECTID;
- private String ID;
- private String CODE;
- private String NAME;
- private String SHORT_NAME;
- private String DEPT_PATH;
- private String PARENT_ID;
- private String DEPT_TYPE;
- private String DEPT_DESC;
- private String SORT;
- private String DEPT_LEVEL;
- private String IS_VIRTUAL;
- private String IS_DEL;
- private String MOD_DATE;
- private String UNICODE;
- /**
- * @return the fD_OBJECTID
- */
- public String getFD_OBJECTID() {
- return FD_OBJECTID;
- }
- /**
- * @param fD_OBJECTID
- * the fD_OBJECTID to set
- */
- public void setFD_OBJECTID(String fD_OBJECTID) {
- FD_OBJECTID = fD_OBJECTID;
- }
- /**
- * @return the dEPT_ID
- */
- public String getID() {
- return ID;
- }
- /**
- * @param dEPT_ID
- * the dEPT_ID to set
- */
- public void setID(String dEPT_ID) {
- ID = dEPT_ID;
- }
- /**
- * @return the dEPT_CODE
- */
- public String getCODE() {
- return CODE;
- }
- /**
- * @param dEPT_CODE
- * the dEPT_CODE to set
- */
- public void setCODE(String dEPT_CODE) {
- CODE = dEPT_CODE;
- }
- /**
- * @return the dEPT_NAME
- */
- public String getNAME() {
- return NAME;
- }
- /**
- * @param dEPT_NAME
- * the dEPT_NAME to set
- */
- public void setNAME(String dEPT_NAME) {
- NAME = dEPT_NAME;
- }
- /**
- * @return the sHORT_NAME
- */
- public String getSHORT_NAME() {
- return SHORT_NAME;
- }
- /**
- * @param sHORT_NAME
- * the sHORT_NAME to set
- */
- public void setSHORT_NAME(String sHORT_NAME) {
- SHORT_NAME = sHORT_NAME;
- }
- /**
- * @return the dEPT_PATH
- */
- public String getDEPT_PATH() {
- return DEPT_PATH;
- }
- /**
- * @param dEPT_PATH
- * the dEPT_PATH to set
- */
- public void setDEPT_PATH(String dEPT_PATH) {
- DEPT_PATH = dEPT_PATH;
- }
- /**
- * @return the pARENT_ID
- */
- public String getPARENT_ID() {
- return PARENT_ID;
- }
- /**
- * @param pARENT_ID
- * the pARENT_ID to set
- */
- public void setPARENT_ID(String pARENT_ID) {
- PARENT_ID = pARENT_ID;
- }
- /**
- * @return the dEPT_TYPE
- */
- public String getDEPT_TYPE() {
- return DEPT_TYPE;
- }
- /**
- * @param dEPT_TYPE
- * the dEPT_TYPE to set
- */
- public void setDEPT_TYPE(String dEPT_TYPE) {
- DEPT_TYPE = dEPT_TYPE;
- }
- /**
- * @return the dEPT_DESC
- */
- public String getDEPT_DESC() {
- return DEPT_DESC;
- }
- /**
- * @param dEPT_DESC
- * the dEPT_DESC to set
- */
- public void setDEPT_DESC(String dEPT_DESC) {
- DEPT_DESC = dEPT_DESC;
- }
- /**
- * @return the sORT
- */
- public String getSORT() {
- return SORT;
- }
- /**
- * @param sORT
- * the sORT to set
- */
- public void setSORT(String sORT) {
- SORT = sORT;
- }
- /**
- * @return the dEPT_LEVEL
- */
- public String getDEPT_LEVEL() {
- return DEPT_LEVEL;
- }
- /**
- * @param dEPT_LEVEL
- * the dEPT_LEVEL to set
- */
- public void setDEPT_LEVEL(String dEPT_LEVEL) {
- DEPT_LEVEL = dEPT_LEVEL;
- }
- /**
- * @return the iS_VIRTUAL
- */
- public String getIS_VIRTUAL() {
- return IS_VIRTUAL;
- }
- /**
- * @param iS_VIRTUAL
- * the iS_VIRTUAL to set
- */
- public void setIS_VIRTUAL(String iS_VIRTUAL) {
- IS_VIRTUAL = iS_VIRTUAL;
- }
- /**
- * @return the iS_DEL
- */
- public String getIS_DEL() {
- return IS_DEL;
- }
- /**
- * @param iS_DEL
- * the iS_DEL to set
- */
- public void setIS_DEL(String iS_DEL) {
- IS_DEL = iS_DEL;
- }
- /**
- * @return the mOD_DATE
- */
- public String getMOD_DATE() {
- return MOD_DATE;
- }
- /**
- * @param mOD_DATE
- * the mOD_DATE to set
- */
- public void setMOD_DATE(String mOD_DATE) {
- MOD_DATE = mOD_DATE;
- }
- /**
- * @return the uNICODE
- */
- public String getUNICODE() {
- return UNICODE;
- }
- /**
- * @param uNICODE
- * the uNICODE to set
- */
- public void setUNICODE(String uNICODE) {
- UNICODE = uNICODE;
- }
- /*
- * (non-Javadoc)
- *
- * @see java.lang.Object#toString()
- */
- @Override
- public String toString() {
- return "DeptVO [FD_OBJECTID=" + FD_OBJECTID + ", ID=" + ID + ", CODE=" + CODE + ", NAME="
- + NAME + ", SHORT_NAME=" + SHORT_NAME + ", DEPT_PATH=" + DEPT_PATH + ", PARENT_ID="
- + PARENT_ID + ", DEPT_TYPE=" + DEPT_TYPE + ", DEPT_DESC=" + DEPT_DESC + ", SORT="
- + SORT + ", DEPT_LEVEL=" + DEPT_LEVEL + ", IS_VIRTUAL=" + IS_VIRTUAL + ", IS_DEL="
- + IS_DEL + ", MOD_DATE=" + MOD_DATE + ", UNICODE=" + UNICODE + "]";
- }
- }
|