dff305fc8e7fcfbbda0d69196a13b2a55dbb3c8f.svn-base 4.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269
  1. /**
  2. *
  3. */
  4. package com.sinosoft.am.org.dept.indept.vo;
  5. /**
  6. * @author 徐威
  7. * 2015-09-19
  8. * tel:13811395647
  9. *
  10. */
  11. public class PlanGlOrgVo{
  12. private String FD_OBJECTID;
  13. private String ID;
  14. private String CODE;
  15. private String NAME;
  16. private String SHORT_NAME;
  17. private String DEPT_PATH;
  18. private String PARENT_ID;
  19. private String DEPT_TYPE;
  20. private String DEPT_DESC;
  21. private String SORT;
  22. private String DEPT_LEVEL;
  23. private String IS_VIRTUAL;
  24. private String IS_DEL;
  25. private String MOD_DATE;
  26. private String UNICODE;
  27. /**
  28. * @return the fD_OBJECTID
  29. */
  30. public String getFD_OBJECTID() {
  31. return FD_OBJECTID;
  32. }
  33. /**
  34. * @param fD_OBJECTID
  35. * the fD_OBJECTID to set
  36. */
  37. public void setFD_OBJECTID(String fD_OBJECTID) {
  38. FD_OBJECTID = fD_OBJECTID;
  39. }
  40. /**
  41. * @return the dEPT_ID
  42. */
  43. public String getID() {
  44. return ID;
  45. }
  46. /**
  47. * @param dEPT_ID
  48. * the dEPT_ID to set
  49. */
  50. public void setID(String dEPT_ID) {
  51. ID = dEPT_ID;
  52. }
  53. /**
  54. * @return the dEPT_CODE
  55. */
  56. public String getCODE() {
  57. return CODE;
  58. }
  59. /**
  60. * @param dEPT_CODE
  61. * the dEPT_CODE to set
  62. */
  63. public void setCODE(String dEPT_CODE) {
  64. CODE = dEPT_CODE;
  65. }
  66. /**
  67. * @return the dEPT_NAME
  68. */
  69. public String getNAME() {
  70. return NAME;
  71. }
  72. /**
  73. * @param dEPT_NAME
  74. * the dEPT_NAME to set
  75. */
  76. public void setNAME(String dEPT_NAME) {
  77. NAME = dEPT_NAME;
  78. }
  79. /**
  80. * @return the sHORT_NAME
  81. */
  82. public String getSHORT_NAME() {
  83. return SHORT_NAME;
  84. }
  85. /**
  86. * @param sHORT_NAME
  87. * the sHORT_NAME to set
  88. */
  89. public void setSHORT_NAME(String sHORT_NAME) {
  90. SHORT_NAME = sHORT_NAME;
  91. }
  92. /**
  93. * @return the dEPT_PATH
  94. */
  95. public String getDEPT_PATH() {
  96. return DEPT_PATH;
  97. }
  98. /**
  99. * @param dEPT_PATH
  100. * the dEPT_PATH to set
  101. */
  102. public void setDEPT_PATH(String dEPT_PATH) {
  103. DEPT_PATH = dEPT_PATH;
  104. }
  105. /**
  106. * @return the pARENT_ID
  107. */
  108. public String getPARENT_ID() {
  109. return PARENT_ID;
  110. }
  111. /**
  112. * @param pARENT_ID
  113. * the pARENT_ID to set
  114. */
  115. public void setPARENT_ID(String pARENT_ID) {
  116. PARENT_ID = pARENT_ID;
  117. }
  118. /**
  119. * @return the dEPT_TYPE
  120. */
  121. public String getDEPT_TYPE() {
  122. return DEPT_TYPE;
  123. }
  124. /**
  125. * @param dEPT_TYPE
  126. * the dEPT_TYPE to set
  127. */
  128. public void setDEPT_TYPE(String dEPT_TYPE) {
  129. DEPT_TYPE = dEPT_TYPE;
  130. }
  131. /**
  132. * @return the dEPT_DESC
  133. */
  134. public String getDEPT_DESC() {
  135. return DEPT_DESC;
  136. }
  137. /**
  138. * @param dEPT_DESC
  139. * the dEPT_DESC to set
  140. */
  141. public void setDEPT_DESC(String dEPT_DESC) {
  142. DEPT_DESC = dEPT_DESC;
  143. }
  144. /**
  145. * @return the sORT
  146. */
  147. public String getSORT() {
  148. return SORT;
  149. }
  150. /**
  151. * @param sORT
  152. * the sORT to set
  153. */
  154. public void setSORT(String sORT) {
  155. SORT = sORT;
  156. }
  157. /**
  158. * @return the dEPT_LEVEL
  159. */
  160. public String getDEPT_LEVEL() {
  161. return DEPT_LEVEL;
  162. }
  163. /**
  164. * @param dEPT_LEVEL
  165. * the dEPT_LEVEL to set
  166. */
  167. public void setDEPT_LEVEL(String dEPT_LEVEL) {
  168. DEPT_LEVEL = dEPT_LEVEL;
  169. }
  170. /**
  171. * @return the iS_VIRTUAL
  172. */
  173. public String getIS_VIRTUAL() {
  174. return IS_VIRTUAL;
  175. }
  176. /**
  177. * @param iS_VIRTUAL
  178. * the iS_VIRTUAL to set
  179. */
  180. public void setIS_VIRTUAL(String iS_VIRTUAL) {
  181. IS_VIRTUAL = iS_VIRTUAL;
  182. }
  183. /**
  184. * @return the iS_DEL
  185. */
  186. public String getIS_DEL() {
  187. return IS_DEL;
  188. }
  189. /**
  190. * @param iS_DEL
  191. * the iS_DEL to set
  192. */
  193. public void setIS_DEL(String iS_DEL) {
  194. IS_DEL = iS_DEL;
  195. }
  196. /**
  197. * @return the mOD_DATE
  198. */
  199. public String getMOD_DATE() {
  200. return MOD_DATE;
  201. }
  202. /**
  203. * @param mOD_DATE
  204. * the mOD_DATE to set
  205. */
  206. public void setMOD_DATE(String mOD_DATE) {
  207. MOD_DATE = mOD_DATE;
  208. }
  209. /**
  210. * @return the uNICODE
  211. */
  212. public String getUNICODE() {
  213. return UNICODE;
  214. }
  215. /**
  216. * @param uNICODE
  217. * the uNICODE to set
  218. */
  219. public void setUNICODE(String uNICODE) {
  220. UNICODE = uNICODE;
  221. }
  222. /*
  223. * (non-Javadoc)
  224. *
  225. * @see java.lang.Object#toString()
  226. */
  227. @Override
  228. public String toString() {
  229. return "DeptVO [FD_OBJECTID=" + FD_OBJECTID + ", ID=" + ID + ", CODE=" + CODE + ", NAME="
  230. + NAME + ", SHORT_NAME=" + SHORT_NAME + ", DEPT_PATH=" + DEPT_PATH + ", PARENT_ID="
  231. + PARENT_ID + ", DEPT_TYPE=" + DEPT_TYPE + ", DEPT_DESC=" + DEPT_DESC + ", SORT="
  232. + SORT + ", DEPT_LEVEL=" + DEPT_LEVEL + ", IS_VIRTUAL=" + IS_VIRTUAL + ", IS_DEL="
  233. + IS_DEL + ", MOD_DATE=" + MOD_DATE + ", UNICODE=" + UNICODE + "]";
  234. }
  235. }