ParkingPoint.html 64 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584158515861587158815891590159115921593159415951596159715981599160016011602160316041605160616071608160916101611161216131614161516161617161816191620162116221623162416251626162716281629163016311632163316341635163616371638163916401641164216431644164516461647164816491650165116521653165416551656165716581659
  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
  2. <!-- NewPage -->
  3. <html lang="zh">
  4. <head>
  5. <!-- Generated by javadoc (1.8.0_101) on Mon Nov 06 13:32:47 CST 2017 -->
  6. <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  7. <title>ParkingPoint</title>
  8. <meta name="date" content="2017-11-06">
  9. <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
  10. <script type="text/javascript" src="../../../../script.js"></script>
  11. </head>
  12. <body>
  13. <script type="text/javascript"><!--
  14. try {
  15. if (location.href.indexOf('is-external=true') == -1) {
  16. parent.document.title="ParkingPoint";
  17. }
  18. }
  19. catch(err) {
  20. }
  21. //-->
  22. var methods = {"i0":10,"i1":10,"i2":10,"i3":10,"i4":10,"i5":10,"i6":10,"i7":10,"i8":10,"i9":10,"i10":10,"i11":10,"i12":10,"i13":10,"i14":10,"i15":10,"i16":10,"i17":10,"i18":10,"i19":10,"i20":10,"i21":10,"i22":10,"i23":10,"i24":10,"i25":10,"i26":10,"i27":10,"i28":10,"i29":10,"i30":10,"i31":10,"i32":10,"i33":10,"i34":10,"i35":10,"i36":10,"i37":10,"i38":10,"i39":10,"i40":10,"i41":10,"i42":10,"i43":10,"i44":10,"i45":10,"i46":10,"i47":10,"i48":10,"i49":10,"i50":10,"i51":10,"i52":10,"i53":10,"i54":10,"i55":10,"i56":10,"i57":10,"i58":10,"i59":10,"i60":10,"i61":10,"i62":10,"i63":10,"i64":10,"i65":10,"i66":10,"i67":10,"i68":10,"i69":10};
  23. var tabs = {65535:["t0","所有方法"],2:["t2","实例方法"],8:["t4","具体方法"]};
  24. var altColor = "altColor";
  25. var rowColor = "rowColor";
  26. var tableTab = "tableTab";
  27. var activeTableTab = "activeTableTab";
  28. </script>
  29. <noscript>
  30. <div>您的浏览器已禁用 JavaScript。</div>
  31. </noscript>
  32. <!-- ========= START OF TOP NAVBAR ======= -->
  33. <div class="topNav"><a name="navbar.top">
  34. <!-- -->
  35. </a>
  36. <div class="skipNav"><a href="#skip.navbar.top" title="跳过导航链接">跳过导航链接</a></div>
  37. <a name="navbar.top.firstrow">
  38. <!-- -->
  39. </a>
  40. <ul class="navList" title="导航">
  41. <li><a href="../../../../overview-summary.html">概览</a></li>
  42. <li><a href="package-summary.html">程序包</a></li>
  43. <li class="navBarCell1Rev">类</li>
  44. <li><a href="class-use/ParkingPoint.html">使用</a></li>
  45. <li><a href="package-tree.html">树</a></li>
  46. <li><a href="../../../../deprecated-list.html">已过时</a></li>
  47. <li><a href="../../../../index-files/index-1.html">索引</a></li>
  48. <li><a href="../../../../help-doc.html">帮助</a></li>
  49. </ul>
  50. </div>
  51. <div class="subNav">
  52. <ul class="navList">
  53. <li><a href="../../../../com/js/kbt/model/MessageExample.Criterion.html" title="com.js.kbt.model中的类"><span class="typeNameLink">上一个类</span></a></li>
  54. <li><a href="../../../../com/js/kbt/model/ParkingpointAppyl.html" title="com.js.kbt.model中的类"><span class="typeNameLink">下一个类</span></a></li>
  55. </ul>
  56. <ul class="navList">
  57. <li><a href="../../../../index.html?com/js/kbt/model/ParkingPoint.html" target="_top">框架</a></li>
  58. <li><a href="ParkingPoint.html" target="_top">无框架</a></li>
  59. </ul>
  60. <ul class="navList" id="allclasses_navbar_top">
  61. <li><a href="../../../../allclasses-noframe.html">所有类</a></li>
  62. </ul>
  63. <div>
  64. <script type="text/javascript"><!--
  65. allClassesLink = document.getElementById("allclasses_navbar_top");
  66. if(window==top) {
  67. allClassesLink.style.display = "block";
  68. }
  69. else {
  70. allClassesLink.style.display = "none";
  71. }
  72. //-->
  73. </script>
  74. </div>
  75. <div>
  76. <ul class="subNavList">
  77. <li>概要:&nbsp;</li>
  78. <li>嵌套&nbsp;|&nbsp;</li>
  79. <li>字段&nbsp;|&nbsp;</li>
  80. <li><a href="#constructor.summary">构造器</a>&nbsp;|&nbsp;</li>
  81. <li><a href="#method.summary">方法</a></li>
  82. </ul>
  83. <ul class="subNavList">
  84. <li>详细资料:&nbsp;</li>
  85. <li>字段&nbsp;|&nbsp;</li>
  86. <li><a href="#constructor.detail">构造器</a>&nbsp;|&nbsp;</li>
  87. <li><a href="#method.detail">方法</a></li>
  88. </ul>
  89. </div>
  90. <a name="skip.navbar.top">
  91. <!-- -->
  92. </a></div>
  93. <!-- ========= END OF TOP NAVBAR ========= -->
  94. <!-- ======== START OF CLASS DATA ======== -->
  95. <div class="header">
  96. <div class="subTitle">com.js.kbt.model</div>
  97. <h2 title="类 ParkingPoint" class="title">类 ParkingPoint</h2>
  98. </div>
  99. <div class="contentContainer">
  100. <ul class="inheritance">
  101. <li>java.lang.Object</li>
  102. <li>
  103. <ul class="inheritance">
  104. <li>com.js.kbt.model.ParkingPoint</li>
  105. </ul>
  106. </li>
  107. </ul>
  108. <div class="description">
  109. <ul class="blockList">
  110. <li class="blockList">
  111. <hr>
  112. <br>
  113. <pre>public class <span class="typeNameLabel">ParkingPoint</span>
  114. extends java.lang.Object</pre>
  115. </li>
  116. </ul>
  117. </div>
  118. <div class="summary">
  119. <ul class="blockList">
  120. <li class="blockList">
  121. <!-- ======== CONSTRUCTOR SUMMARY ======== -->
  122. <ul class="blockList">
  123. <li class="blockList"><a name="constructor.summary">
  124. <!-- -->
  125. </a>
  126. <h3>构造器概要</h3>
  127. <table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="构造器概要表, 列表构造器和解释">
  128. <caption><span>构造器</span><span class="tabEnd">&nbsp;</span></caption>
  129. <tr>
  130. <th class="colOne" scope="col">构造器和说明</th>
  131. </tr>
  132. <tr class="altColor">
  133. <td class="colOne"><code><span class="memberNameLink"><a href="../../../../com/js/kbt/model/ParkingPoint.html#ParkingPoint--">ParkingPoint</a></span>()</code>&nbsp;</td>
  134. </tr>
  135. </table>
  136. </li>
  137. </ul>
  138. <!-- ========== METHOD SUMMARY =========== -->
  139. <ul class="blockList">
  140. <li class="blockList"><a name="method.summary">
  141. <!-- -->
  142. </a>
  143. <h3>方法概要</h3>
  144. <table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="方法概要表, 列表方法和解释">
  145. <caption><span id="t0" class="activeTableTab"><span>所有方法</span><span class="tabEnd">&nbsp;</span></span><span id="t2" class="tableTab"><span><a href="javascript:show(2);">实例方法</a></span><span class="tabEnd">&nbsp;</span></span><span id="t4" class="tableTab"><span><a href="javascript:show(8);">具体方法</a></span><span class="tabEnd">&nbsp;</span></span></caption>
  146. <tr>
  147. <th class="colFirst" scope="col">限定符和类型</th>
  148. <th class="colLast" scope="col">方法和说明</th>
  149. </tr>
  150. <tr id="i0" class="altColor">
  151. <td class="colFirst"><code>java.lang.String</code></td>
  152. <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/js/kbt/model/ParkingPoint.html#getAddress--">getAddress</a></span>()</code>
  153. <div class="block">This method was generated by MyBatis Generator.</div>
  154. </td>
  155. </tr>
  156. <tr id="i1" class="rowColor">
  157. <td class="colFirst"><code>java.lang.Boolean</code></td>
  158. <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/js/kbt/model/ParkingPoint.html#getAvailable--">getAvailable</a></span>()</code>
  159. <div class="block">This method was generated by MyBatis Generator.</div>
  160. </td>
  161. </tr>
  162. <tr id="i2" class="altColor">
  163. <td class="colFirst"><code>java.lang.Float</code></td>
  164. <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/js/kbt/model/ParkingPoint.html#getBattery--">getBattery</a></span>()</code>
  165. <div class="block">This method was generated by MyBatis Generator.</div>
  166. </td>
  167. </tr>
  168. <tr id="i3" class="rowColor">
  169. <td class="colFirst"><code>java.util.Date</code></td>
  170. <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/js/kbt/model/ParkingPoint.html#getBookTime--">getBookTime</a></span>()</code>
  171. <div class="block">This method was generated by MyBatis Generator.</div>
  172. </td>
  173. </tr>
  174. <tr id="i4" class="altColor">
  175. <td class="colFirst"><code>java.lang.Integer</code></td>
  176. <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/js/kbt/model/ParkingPoint.html#getCharge--">getCharge</a></span>()</code>
  177. <div class="block">This method was generated by MyBatis Generator.</div>
  178. </td>
  179. </tr>
  180. <tr id="i5" class="rowColor">
  181. <td class="colFirst"><code>java.lang.Integer</code></td>
  182. <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/js/kbt/model/ParkingPoint.html#getChargeRule--">getChargeRule</a></span>()</code>
  183. <div class="block">This method was generated by MyBatis Generator.</div>
  184. </td>
  185. </tr>
  186. <tr id="i6" class="altColor">
  187. <td class="colFirst"><code>java.lang.Integer</code></td>
  188. <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/js/kbt/model/ParkingPoint.html#getChargeType--">getChargeType</a></span>()</code>
  189. <div class="block">This method was generated by MyBatis Generator.</div>
  190. </td>
  191. </tr>
  192. <tr id="i7" class="rowColor">
  193. <td class="colFirst"><code>java.lang.Integer</code></td>
  194. <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/js/kbt/model/ParkingPoint.html#getCode--">getCode</a></span>()</code>
  195. <div class="block">This method was generated by MyBatis Generator.</div>
  196. </td>
  197. </tr>
  198. <tr id="i8" class="altColor">
  199. <td class="colFirst"><code>java.lang.Integer</code></td>
  200. <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/js/kbt/model/ParkingPoint.html#getComIncome--">getComIncome</a></span>()</code>
  201. <div class="block">This method was generated by MyBatis Generator.</div>
  202. </td>
  203. </tr>
  204. <tr id="i9" class="rowColor">
  205. <td class="colFirst"><code>java.lang.Integer</code></td>
  206. <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/js/kbt/model/ParkingPoint.html#getCommunityId--">getCommunityId</a></span>()</code>
  207. <div class="block">This method was generated by MyBatis Generator.</div>
  208. </td>
  209. </tr>
  210. <tr id="i10" class="altColor">
  211. <td class="colFirst"><code>java.lang.Double</code></td>
  212. <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/js/kbt/model/ParkingPoint.html#getDistance--">getDistance</a></span>()</code>
  213. <div class="block">This method was generated by MyBatis Generator.</div>
  214. </td>
  215. </tr>
  216. <tr id="i11" class="rowColor">
  217. <td class="colFirst"><code>java.lang.String</code></td>
  218. <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/js/kbt/model/ParkingPoint.html#getEndDate--">getEndDate</a></span>()</code>
  219. <div class="block">This method was generated by MyBatis Generator.</div>
  220. </td>
  221. </tr>
  222. <tr id="i12" class="altColor">
  223. <td class="colFirst"><code>java.lang.String</code></td>
  224. <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/js/kbt/model/ParkingPoint.html#getEndTime--">getEndTime</a></span>()</code>
  225. <div class="block">This method was generated by MyBatis Generator.</div>
  226. </td>
  227. </tr>
  228. <tr id="i13" class="rowColor">
  229. <td class="colFirst"><code>java.lang.Integer</code></td>
  230. <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/js/kbt/model/ParkingPoint.html#getFreeTime--">getFreeTime</a></span>()</code>
  231. <div class="block">This method was generated by MyBatis Generator.</div>
  232. </td>
  233. </tr>
  234. <tr id="i14" class="altColor">
  235. <td class="colFirst"><code>java.lang.String</code></td>
  236. <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/js/kbt/model/ParkingPoint.html#getGeo--">getGeo</a></span>()</code>
  237. <div class="block">This method was generated by MyBatis Generator.</div>
  238. </td>
  239. </tr>
  240. <tr id="i15" class="rowColor">
  241. <td class="colFirst"><code>java.lang.Integer</code></td>
  242. <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/js/kbt/model/ParkingPoint.html#getId--">getId</a></span>()</code>
  243. <div class="block">This method was generated by MyBatis Generator.</div>
  244. </td>
  245. </tr>
  246. <tr id="i16" class="altColor">
  247. <td class="colFirst"><code>java.lang.String</code></td>
  248. <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/js/kbt/model/ParkingPoint.html#getIdentity--">getIdentity</a></span>()</code>
  249. <div class="block">This method was generated by MyBatis Generator.</div>
  250. </td>
  251. </tr>
  252. <tr id="i17" class="rowColor">
  253. <td class="colFirst"><code>java.lang.Integer</code></td>
  254. <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/js/kbt/model/ParkingPoint.html#getLastOccupierId--">getLastOccupierId</a></span>()</code>
  255. <div class="block">This method was generated by MyBatis Generator.</div>
  256. </td>
  257. </tr>
  258. <tr id="i18" class="altColor">
  259. <td class="colFirst"><code>java.lang.Double</code></td>
  260. <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/js/kbt/model/ParkingPoint.html#getLat--">getLat</a></span>()</code>
  261. <div class="block">This method was generated by MyBatis Generator.</div>
  262. </td>
  263. </tr>
  264. <tr id="i19" class="rowColor">
  265. <td class="colFirst"><code>java.lang.Double</code></td>
  266. <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/js/kbt/model/ParkingPoint.html#getLng--">getLng</a></span>()</code>
  267. <div class="block">This method was generated by MyBatis Generator.</div>
  268. </td>
  269. </tr>
  270. <tr id="i20" class="altColor">
  271. <td class="colFirst"><code>java.lang.String</code></td>
  272. <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/js/kbt/model/ParkingPoint.html#getMemo--">getMemo</a></span>()</code>
  273. <div class="block">This method was generated by MyBatis Generator.</div>
  274. </td>
  275. </tr>
  276. <tr id="i21" class="rowColor">
  277. <td class="colFirst"><code>java.lang.Integer</code></td>
  278. <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/js/kbt/model/ParkingPoint.html#getPlatfromIncome--">getPlatfromIncome</a></span>()</code>
  279. <div class="block">This method was generated by MyBatis Generator.</div>
  280. </td>
  281. </tr>
  282. <tr id="i22" class="altColor">
  283. <td class="colFirst"><code>java.lang.Integer</code></td>
  284. <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/js/kbt/model/ParkingPoint.html#getPointState--">getPointState</a></span>()</code>
  285. <div class="block">This method was generated by MyBatis Generator.</div>
  286. </td>
  287. </tr>
  288. <tr id="i23" class="rowColor">
  289. <td class="colFirst"><code>java.lang.String</code></td>
  290. <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/js/kbt/model/ParkingPoint.html#getPreferential--">getPreferential</a></span>()</code>
  291. <div class="block">This method was generated by MyBatis Generator.</div>
  292. </td>
  293. </tr>
  294. <tr id="i24" class="altColor">
  295. <td class="colFirst"><code>java.lang.Integer</code></td>
  296. <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/js/kbt/model/ParkingPoint.html#getSetup--">getSetup</a></span>()</code>
  297. <div class="block">This method was generated by MyBatis Generator.</div>
  298. </td>
  299. </tr>
  300. <tr id="i25" class="rowColor">
  301. <td class="colFirst"><code>java.lang.Integer</code></td>
  302. <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/js/kbt/model/ParkingPoint.html#getShare--">getShare</a></span>()</code>
  303. <div class="block">This method was generated by MyBatis Generator.</div>
  304. </td>
  305. </tr>
  306. <tr id="i26" class="altColor">
  307. <td class="colFirst"><code>java.lang.String</code></td>
  308. <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/js/kbt/model/ParkingPoint.html#getShareMobile--">getShareMobile</a></span>()</code>
  309. <div class="block">This method was generated by MyBatis Generator.</div>
  310. </td>
  311. </tr>
  312. <tr id="i27" class="rowColor">
  313. <td class="colFirst"><code>java.lang.Integer</code></td>
  314. <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/js/kbt/model/ParkingPoint.html#getShareUserId--">getShareUserId</a></span>()</code>
  315. <div class="block">This method was generated by MyBatis Generator.</div>
  316. </td>
  317. </tr>
  318. <tr id="i28" class="altColor">
  319. <td class="colFirst"><code>java.lang.String</code></td>
  320. <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/js/kbt/model/ParkingPoint.html#getSms--">getSms</a></span>()</code>
  321. <div class="block">This method was generated by MyBatis Generator.</div>
  322. </td>
  323. </tr>
  324. <tr id="i29" class="rowColor">
  325. <td class="colFirst"><code>java.lang.String</code></td>
  326. <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/js/kbt/model/ParkingPoint.html#getStartDate--">getStartDate</a></span>()</code>
  327. <div class="block">This method was generated by MyBatis Generator.</div>
  328. </td>
  329. </tr>
  330. <tr id="i30" class="altColor">
  331. <td class="colFirst"><code>java.lang.String</code></td>
  332. <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/js/kbt/model/ParkingPoint.html#getStartTime--">getStartTime</a></span>()</code>
  333. <div class="block">This method was generated by MyBatis Generator.</div>
  334. </td>
  335. </tr>
  336. <tr id="i31" class="rowColor">
  337. <td class="colFirst"><code>java.lang.Integer</code></td>
  338. <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/js/kbt/model/ParkingPoint.html#getStatus--">getStatus</a></span>()</code>
  339. <div class="block">This method was generated by MyBatis Generator.</div>
  340. </td>
  341. </tr>
  342. <tr id="i32" class="altColor">
  343. <td class="colFirst"><code>java.lang.Integer</code></td>
  344. <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/js/kbt/model/ParkingPoint.html#getType--">getType</a></span>()</code>
  345. <div class="block">This method was generated by MyBatis Generator.</div>
  346. </td>
  347. </tr>
  348. <tr id="i33" class="rowColor">
  349. <td class="colFirst"><code>java.lang.Integer</code></td>
  350. <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/js/kbt/model/ParkingPoint.html#getUserId--">getUserId</a></span>()</code>
  351. <div class="block">This method was generated by MyBatis Generator.</div>
  352. </td>
  353. </tr>
  354. <tr id="i34" class="altColor">
  355. <td class="colFirst"><code>java.lang.Integer</code></td>
  356. <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/js/kbt/model/ParkingPoint.html#getUserIncome--">getUserIncome</a></span>()</code>
  357. <div class="block">This method was generated by MyBatis Generator.</div>
  358. </td>
  359. </tr>
  360. <tr id="i35" class="rowColor">
  361. <td class="colFirst"><code>void</code></td>
  362. <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/js/kbt/model/ParkingPoint.html#setAddress-java.lang.String-">setAddress</a></span>(java.lang.String&nbsp;address)</code>
  363. <div class="block">This method was generated by MyBatis Generator.</div>
  364. </td>
  365. </tr>
  366. <tr id="i36" class="altColor">
  367. <td class="colFirst"><code>void</code></td>
  368. <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/js/kbt/model/ParkingPoint.html#setAvailable-java.lang.Boolean-">setAvailable</a></span>(java.lang.Boolean&nbsp;available)</code>
  369. <div class="block">This method was generated by MyBatis Generator.</div>
  370. </td>
  371. </tr>
  372. <tr id="i37" class="rowColor">
  373. <td class="colFirst"><code>void</code></td>
  374. <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/js/kbt/model/ParkingPoint.html#setBattery-java.lang.Float-">setBattery</a></span>(java.lang.Float&nbsp;battery)</code>
  375. <div class="block">This method was generated by MyBatis Generator.</div>
  376. </td>
  377. </tr>
  378. <tr id="i38" class="altColor">
  379. <td class="colFirst"><code>void</code></td>
  380. <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/js/kbt/model/ParkingPoint.html#setBookTime-java.util.Date-">setBookTime</a></span>(java.util.Date&nbsp;bookTime)</code>
  381. <div class="block">This method was generated by MyBatis Generator.</div>
  382. </td>
  383. </tr>
  384. <tr id="i39" class="rowColor">
  385. <td class="colFirst"><code>void</code></td>
  386. <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/js/kbt/model/ParkingPoint.html#setCharge-java.lang.Integer-">setCharge</a></span>(java.lang.Integer&nbsp;charge)</code>
  387. <div class="block">This method was generated by MyBatis Generator.</div>
  388. </td>
  389. </tr>
  390. <tr id="i40" class="altColor">
  391. <td class="colFirst"><code>void</code></td>
  392. <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/js/kbt/model/ParkingPoint.html#setChargeRule-java.lang.Integer-">setChargeRule</a></span>(java.lang.Integer&nbsp;chargeRule)</code>
  393. <div class="block">This method was generated by MyBatis Generator.</div>
  394. </td>
  395. </tr>
  396. <tr id="i41" class="rowColor">
  397. <td class="colFirst"><code>void</code></td>
  398. <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/js/kbt/model/ParkingPoint.html#setChargeType-java.lang.Integer-">setChargeType</a></span>(java.lang.Integer&nbsp;chargeType)</code>
  399. <div class="block">This method was generated by MyBatis Generator.</div>
  400. </td>
  401. </tr>
  402. <tr id="i42" class="altColor">
  403. <td class="colFirst"><code>void</code></td>
  404. <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/js/kbt/model/ParkingPoint.html#setCode-java.lang.Integer-">setCode</a></span>(java.lang.Integer&nbsp;code)</code>
  405. <div class="block">This method was generated by MyBatis Generator.</div>
  406. </td>
  407. </tr>
  408. <tr id="i43" class="rowColor">
  409. <td class="colFirst"><code>void</code></td>
  410. <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/js/kbt/model/ParkingPoint.html#setComIncome-java.lang.Integer-">setComIncome</a></span>(java.lang.Integer&nbsp;comIncome)</code>
  411. <div class="block">This method was generated by MyBatis Generator.</div>
  412. </td>
  413. </tr>
  414. <tr id="i44" class="altColor">
  415. <td class="colFirst"><code>void</code></td>
  416. <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/js/kbt/model/ParkingPoint.html#setCommunityId-java.lang.Integer-">setCommunityId</a></span>(java.lang.Integer&nbsp;communityId)</code>
  417. <div class="block">This method was generated by MyBatis Generator.</div>
  418. </td>
  419. </tr>
  420. <tr id="i45" class="rowColor">
  421. <td class="colFirst"><code>void</code></td>
  422. <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/js/kbt/model/ParkingPoint.html#setDistance-java.lang.Double-">setDistance</a></span>(java.lang.Double&nbsp;distance)</code>
  423. <div class="block">This method was generated by MyBatis Generator.</div>
  424. </td>
  425. </tr>
  426. <tr id="i46" class="altColor">
  427. <td class="colFirst"><code>void</code></td>
  428. <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/js/kbt/model/ParkingPoint.html#setEndDate-java.lang.String-">setEndDate</a></span>(java.lang.String&nbsp;endDate)</code>
  429. <div class="block">This method was generated by MyBatis Generator.</div>
  430. </td>
  431. </tr>
  432. <tr id="i47" class="rowColor">
  433. <td class="colFirst"><code>void</code></td>
  434. <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/js/kbt/model/ParkingPoint.html#setEndTime-java.lang.String-">setEndTime</a></span>(java.lang.String&nbsp;endTime)</code>
  435. <div class="block">This method was generated by MyBatis Generator.</div>
  436. </td>
  437. </tr>
  438. <tr id="i48" class="altColor">
  439. <td class="colFirst"><code>void</code></td>
  440. <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/js/kbt/model/ParkingPoint.html#setFreeTime-java.lang.Integer-">setFreeTime</a></span>(java.lang.Integer&nbsp;freeTime)</code>
  441. <div class="block">This method was generated by MyBatis Generator.</div>
  442. </td>
  443. </tr>
  444. <tr id="i49" class="rowColor">
  445. <td class="colFirst"><code>void</code></td>
  446. <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/js/kbt/model/ParkingPoint.html#setGeo-java.lang.String-">setGeo</a></span>(java.lang.String&nbsp;geo)</code>
  447. <div class="block">This method was generated by MyBatis Generator.</div>
  448. </td>
  449. </tr>
  450. <tr id="i50" class="altColor">
  451. <td class="colFirst"><code>void</code></td>
  452. <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/js/kbt/model/ParkingPoint.html#setId-java.lang.Integer-">setId</a></span>(java.lang.Integer&nbsp;id)</code>
  453. <div class="block">This method was generated by MyBatis Generator.</div>
  454. </td>
  455. </tr>
  456. <tr id="i51" class="rowColor">
  457. <td class="colFirst"><code>void</code></td>
  458. <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/js/kbt/model/ParkingPoint.html#setIdentity-java.lang.String-">setIdentity</a></span>(java.lang.String&nbsp;identity)</code>
  459. <div class="block">This method was generated by MyBatis Generator.</div>
  460. </td>
  461. </tr>
  462. <tr id="i52" class="altColor">
  463. <td class="colFirst"><code>void</code></td>
  464. <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/js/kbt/model/ParkingPoint.html#setLastOccupierId-java.lang.Integer-">setLastOccupierId</a></span>(java.lang.Integer&nbsp;lastOccupierId)</code>
  465. <div class="block">This method was generated by MyBatis Generator.</div>
  466. </td>
  467. </tr>
  468. <tr id="i53" class="rowColor">
  469. <td class="colFirst"><code>void</code></td>
  470. <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/js/kbt/model/ParkingPoint.html#setLat-java.lang.Double-">setLat</a></span>(java.lang.Double&nbsp;lat)</code>
  471. <div class="block">This method was generated by MyBatis Generator.</div>
  472. </td>
  473. </tr>
  474. <tr id="i54" class="altColor">
  475. <td class="colFirst"><code>void</code></td>
  476. <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/js/kbt/model/ParkingPoint.html#setLng-java.lang.Double-">setLng</a></span>(java.lang.Double&nbsp;lng)</code>
  477. <div class="block">This method was generated by MyBatis Generator.</div>
  478. </td>
  479. </tr>
  480. <tr id="i55" class="rowColor">
  481. <td class="colFirst"><code>void</code></td>
  482. <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/js/kbt/model/ParkingPoint.html#setMemo-java.lang.String-">setMemo</a></span>(java.lang.String&nbsp;memo)</code>
  483. <div class="block">This method was generated by MyBatis Generator.</div>
  484. </td>
  485. </tr>
  486. <tr id="i56" class="altColor">
  487. <td class="colFirst"><code>void</code></td>
  488. <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/js/kbt/model/ParkingPoint.html#setPlatfromIncome-java.lang.Integer-">setPlatfromIncome</a></span>(java.lang.Integer&nbsp;platfromIncome)</code>
  489. <div class="block">This method was generated by MyBatis Generator.</div>
  490. </td>
  491. </tr>
  492. <tr id="i57" class="rowColor">
  493. <td class="colFirst"><code>void</code></td>
  494. <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/js/kbt/model/ParkingPoint.html#setPointState-java.lang.Integer-">setPointState</a></span>(java.lang.Integer&nbsp;pointState)</code>
  495. <div class="block">This method was generated by MyBatis Generator.</div>
  496. </td>
  497. </tr>
  498. <tr id="i58" class="altColor">
  499. <td class="colFirst"><code>void</code></td>
  500. <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/js/kbt/model/ParkingPoint.html#setPreferential-java.lang.String-">setPreferential</a></span>(java.lang.String&nbsp;preferential)</code>
  501. <div class="block">This method was generated by MyBatis Generator.</div>
  502. </td>
  503. </tr>
  504. <tr id="i59" class="rowColor">
  505. <td class="colFirst"><code>void</code></td>
  506. <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/js/kbt/model/ParkingPoint.html#setSetup-java.lang.Integer-">setSetup</a></span>(java.lang.Integer&nbsp;setup)</code>
  507. <div class="block">This method was generated by MyBatis Generator.</div>
  508. </td>
  509. </tr>
  510. <tr id="i60" class="altColor">
  511. <td class="colFirst"><code>void</code></td>
  512. <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/js/kbt/model/ParkingPoint.html#setShare-java.lang.Integer-">setShare</a></span>(java.lang.Integer&nbsp;share)</code>
  513. <div class="block">This method was generated by MyBatis Generator.</div>
  514. </td>
  515. </tr>
  516. <tr id="i61" class="rowColor">
  517. <td class="colFirst"><code>void</code></td>
  518. <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/js/kbt/model/ParkingPoint.html#setShareMobile-java.lang.String-">setShareMobile</a></span>(java.lang.String&nbsp;shareMobile)</code>
  519. <div class="block">This method was generated by MyBatis Generator.</div>
  520. </td>
  521. </tr>
  522. <tr id="i62" class="altColor">
  523. <td class="colFirst"><code>void</code></td>
  524. <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/js/kbt/model/ParkingPoint.html#setShareUserId-java.lang.Integer-">setShareUserId</a></span>(java.lang.Integer&nbsp;shareUserId)</code>
  525. <div class="block">This method was generated by MyBatis Generator.</div>
  526. </td>
  527. </tr>
  528. <tr id="i63" class="rowColor">
  529. <td class="colFirst"><code>void</code></td>
  530. <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/js/kbt/model/ParkingPoint.html#setSms-java.lang.String-">setSms</a></span>(java.lang.String&nbsp;sms)</code>
  531. <div class="block">This method was generated by MyBatis Generator.</div>
  532. </td>
  533. </tr>
  534. <tr id="i64" class="altColor">
  535. <td class="colFirst"><code>void</code></td>
  536. <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/js/kbt/model/ParkingPoint.html#setStartDate-java.lang.String-">setStartDate</a></span>(java.lang.String&nbsp;startDate)</code>
  537. <div class="block">This method was generated by MyBatis Generator.</div>
  538. </td>
  539. </tr>
  540. <tr id="i65" class="rowColor">
  541. <td class="colFirst"><code>void</code></td>
  542. <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/js/kbt/model/ParkingPoint.html#setStartTime-java.lang.String-">setStartTime</a></span>(java.lang.String&nbsp;startTime)</code>
  543. <div class="block">This method was generated by MyBatis Generator.</div>
  544. </td>
  545. </tr>
  546. <tr id="i66" class="altColor">
  547. <td class="colFirst"><code>void</code></td>
  548. <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/js/kbt/model/ParkingPoint.html#setStatus-java.lang.Integer-">setStatus</a></span>(java.lang.Integer&nbsp;status)</code>
  549. <div class="block">This method was generated by MyBatis Generator.</div>
  550. </td>
  551. </tr>
  552. <tr id="i67" class="rowColor">
  553. <td class="colFirst"><code>void</code></td>
  554. <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/js/kbt/model/ParkingPoint.html#setType-java.lang.Integer-">setType</a></span>(java.lang.Integer&nbsp;type)</code>
  555. <div class="block">This method was generated by MyBatis Generator.</div>
  556. </td>
  557. </tr>
  558. <tr id="i68" class="altColor">
  559. <td class="colFirst"><code>void</code></td>
  560. <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/js/kbt/model/ParkingPoint.html#setUserId-java.lang.Integer-">setUserId</a></span>(java.lang.Integer&nbsp;userId)</code>
  561. <div class="block">This method was generated by MyBatis Generator.</div>
  562. </td>
  563. </tr>
  564. <tr id="i69" class="rowColor">
  565. <td class="colFirst"><code>void</code></td>
  566. <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/js/kbt/model/ParkingPoint.html#setUserIncome-java.lang.Integer-">setUserIncome</a></span>(java.lang.Integer&nbsp;userIncome)</code>
  567. <div class="block">This method was generated by MyBatis Generator.</div>
  568. </td>
  569. </tr>
  570. </table>
  571. <ul class="blockList">
  572. <li class="blockList"><a name="methods.inherited.from.class.java.lang.Object">
  573. <!-- -->
  574. </a>
  575. <h3>从类继承的方法&nbsp;java.lang.Object</h3>
  576. <code>equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</code></li>
  577. </ul>
  578. </li>
  579. </ul>
  580. </li>
  581. </ul>
  582. </div>
  583. <div class="details">
  584. <ul class="blockList">
  585. <li class="blockList">
  586. <!-- ========= CONSTRUCTOR DETAIL ======== -->
  587. <ul class="blockList">
  588. <li class="blockList"><a name="constructor.detail">
  589. <!-- -->
  590. </a>
  591. <h3>构造器详细资料</h3>
  592. <a name="ParkingPoint--">
  593. <!-- -->
  594. </a>
  595. <ul class="blockListLast">
  596. <li class="blockList">
  597. <h4>ParkingPoint</h4>
  598. <pre>public&nbsp;ParkingPoint()</pre>
  599. </li>
  600. </ul>
  601. </li>
  602. </ul>
  603. <!-- ============ METHOD DETAIL ========== -->
  604. <ul class="blockList">
  605. <li class="blockList"><a name="method.detail">
  606. <!-- -->
  607. </a>
  608. <h3>方法详细资料</h3>
  609. <a name="getId--">
  610. <!-- -->
  611. </a>
  612. <ul class="blockList">
  613. <li class="blockList">
  614. <h4>getId</h4>
  615. <pre>public&nbsp;java.lang.Integer&nbsp;getId()</pre>
  616. <div class="block">This method was generated by MyBatis Generator. This method returns the value of the database column parking_point.id</div>
  617. <dl>
  618. <dt><span class="returnLabel">返回:</span></dt>
  619. <dd>the value of parking_point.id</dd>
  620. </dl>
  621. </li>
  622. </ul>
  623. <a name="setId-java.lang.Integer-">
  624. <!-- -->
  625. </a>
  626. <ul class="blockList">
  627. <li class="blockList">
  628. <h4>setId</h4>
  629. <pre>public&nbsp;void&nbsp;setId(java.lang.Integer&nbsp;id)</pre>
  630. <div class="block">This method was generated by MyBatis Generator. This method sets the value of the database column parking_point.id</div>
  631. <dl>
  632. <dt><span class="paramLabel">参数:</span></dt>
  633. <dd><code>id</code> - the value for parking_point.id</dd>
  634. </dl>
  635. </li>
  636. </ul>
  637. <a name="getLat--">
  638. <!-- -->
  639. </a>
  640. <ul class="blockList">
  641. <li class="blockList">
  642. <h4>getLat</h4>
  643. <pre>public&nbsp;java.lang.Double&nbsp;getLat()</pre>
  644. <div class="block">This method was generated by MyBatis Generator. This method returns the value of the database column parking_point.lat</div>
  645. <dl>
  646. <dt><span class="returnLabel">返回:</span></dt>
  647. <dd>the value of parking_point.lat</dd>
  648. </dl>
  649. </li>
  650. </ul>
  651. <a name="setLat-java.lang.Double-">
  652. <!-- -->
  653. </a>
  654. <ul class="blockList">
  655. <li class="blockList">
  656. <h4>setLat</h4>
  657. <pre>public&nbsp;void&nbsp;setLat(java.lang.Double&nbsp;lat)</pre>
  658. <div class="block">This method was generated by MyBatis Generator. This method sets the value of the database column parking_point.lat</div>
  659. <dl>
  660. <dt><span class="paramLabel">参数:</span></dt>
  661. <dd><code>lat</code> - the value for parking_point.lat</dd>
  662. </dl>
  663. </li>
  664. </ul>
  665. <a name="getLng--">
  666. <!-- -->
  667. </a>
  668. <ul class="blockList">
  669. <li class="blockList">
  670. <h4>getLng</h4>
  671. <pre>public&nbsp;java.lang.Double&nbsp;getLng()</pre>
  672. <div class="block">This method was generated by MyBatis Generator. This method returns the value of the database column parking_point.lng</div>
  673. <dl>
  674. <dt><span class="returnLabel">返回:</span></dt>
  675. <dd>the value of parking_point.lng</dd>
  676. </dl>
  677. </li>
  678. </ul>
  679. <a name="setLng-java.lang.Double-">
  680. <!-- -->
  681. </a>
  682. <ul class="blockList">
  683. <li class="blockList">
  684. <h4>setLng</h4>
  685. <pre>public&nbsp;void&nbsp;setLng(java.lang.Double&nbsp;lng)</pre>
  686. <div class="block">This method was generated by MyBatis Generator. This method sets the value of the database column parking_point.lng</div>
  687. <dl>
  688. <dt><span class="paramLabel">参数:</span></dt>
  689. <dd><code>lng</code> - the value for parking_point.lng</dd>
  690. </dl>
  691. </li>
  692. </ul>
  693. <a name="getGeo--">
  694. <!-- -->
  695. </a>
  696. <ul class="blockList">
  697. <li class="blockList">
  698. <h4>getGeo</h4>
  699. <pre>public&nbsp;java.lang.String&nbsp;getGeo()</pre>
  700. <div class="block">This method was generated by MyBatis Generator. This method returns the value of the database column parking_point.geo</div>
  701. <dl>
  702. <dt><span class="returnLabel">返回:</span></dt>
  703. <dd>the value of parking_point.geo</dd>
  704. </dl>
  705. </li>
  706. </ul>
  707. <a name="setGeo-java.lang.String-">
  708. <!-- -->
  709. </a>
  710. <ul class="blockList">
  711. <li class="blockList">
  712. <h4>setGeo</h4>
  713. <pre>public&nbsp;void&nbsp;setGeo(java.lang.String&nbsp;geo)</pre>
  714. <div class="block">This method was generated by MyBatis Generator. This method sets the value of the database column parking_point.geo</div>
  715. <dl>
  716. <dt><span class="paramLabel">参数:</span></dt>
  717. <dd><code>geo</code> - the value for parking_point.geo</dd>
  718. </dl>
  719. </li>
  720. </ul>
  721. <a name="getDistance--">
  722. <!-- -->
  723. </a>
  724. <ul class="blockList">
  725. <li class="blockList">
  726. <h4>getDistance</h4>
  727. <pre>public&nbsp;java.lang.Double&nbsp;getDistance()</pre>
  728. <div class="block">This method was generated by MyBatis Generator. This method returns the value of the database column parking_point.distance</div>
  729. <dl>
  730. <dt><span class="returnLabel">返回:</span></dt>
  731. <dd>the value of parking_point.distance</dd>
  732. </dl>
  733. </li>
  734. </ul>
  735. <a name="setDistance-java.lang.Double-">
  736. <!-- -->
  737. </a>
  738. <ul class="blockList">
  739. <li class="blockList">
  740. <h4>setDistance</h4>
  741. <pre>public&nbsp;void&nbsp;setDistance(java.lang.Double&nbsp;distance)</pre>
  742. <div class="block">This method was generated by MyBatis Generator. This method sets the value of the database column parking_point.distance</div>
  743. <dl>
  744. <dt><span class="paramLabel">参数:</span></dt>
  745. <dd><code>distance</code> - the value for parking_point.distance</dd>
  746. </dl>
  747. </li>
  748. </ul>
  749. <a name="getIdentity--">
  750. <!-- -->
  751. </a>
  752. <ul class="blockList">
  753. <li class="blockList">
  754. <h4>getIdentity</h4>
  755. <pre>public&nbsp;java.lang.String&nbsp;getIdentity()</pre>
  756. <div class="block">This method was generated by MyBatis Generator. This method returns the value of the database column parking_point.identity</div>
  757. <dl>
  758. <dt><span class="returnLabel">返回:</span></dt>
  759. <dd>the value of parking_point.identity</dd>
  760. </dl>
  761. </li>
  762. </ul>
  763. <a name="setIdentity-java.lang.String-">
  764. <!-- -->
  765. </a>
  766. <ul class="blockList">
  767. <li class="blockList">
  768. <h4>setIdentity</h4>
  769. <pre>public&nbsp;void&nbsp;setIdentity(java.lang.String&nbsp;identity)</pre>
  770. <div class="block">This method was generated by MyBatis Generator. This method sets the value of the database column parking_point.identity</div>
  771. <dl>
  772. <dt><span class="paramLabel">参数:</span></dt>
  773. <dd><code>identity</code> - the value for parking_point.identity</dd>
  774. </dl>
  775. </li>
  776. </ul>
  777. <a name="getCharge--">
  778. <!-- -->
  779. </a>
  780. <ul class="blockList">
  781. <li class="blockList">
  782. <h4>getCharge</h4>
  783. <pre>public&nbsp;java.lang.Integer&nbsp;getCharge()</pre>
  784. <div class="block">This method was generated by MyBatis Generator. This method returns the value of the database column parking_point.charge</div>
  785. <dl>
  786. <dt><span class="returnLabel">返回:</span></dt>
  787. <dd>the value of parking_point.charge</dd>
  788. </dl>
  789. </li>
  790. </ul>
  791. <a name="setCharge-java.lang.Integer-">
  792. <!-- -->
  793. </a>
  794. <ul class="blockList">
  795. <li class="blockList">
  796. <h4>setCharge</h4>
  797. <pre>public&nbsp;void&nbsp;setCharge(java.lang.Integer&nbsp;charge)</pre>
  798. <div class="block">This method was generated by MyBatis Generator. This method sets the value of the database column parking_point.charge</div>
  799. <dl>
  800. <dt><span class="paramLabel">参数:</span></dt>
  801. <dd><code>charge</code> - the value for parking_point.charge</dd>
  802. </dl>
  803. </li>
  804. </ul>
  805. <a name="getChargeRule--">
  806. <!-- -->
  807. </a>
  808. <ul class="blockList">
  809. <li class="blockList">
  810. <h4>getChargeRule</h4>
  811. <pre>public&nbsp;java.lang.Integer&nbsp;getChargeRule()</pre>
  812. <div class="block">This method was generated by MyBatis Generator. This method returns the value of the database column parking_point.charge_rule</div>
  813. <dl>
  814. <dt><span class="returnLabel">返回:</span></dt>
  815. <dd>the value of parking_point.charge_rule</dd>
  816. </dl>
  817. </li>
  818. </ul>
  819. <a name="setChargeRule-java.lang.Integer-">
  820. <!-- -->
  821. </a>
  822. <ul class="blockList">
  823. <li class="blockList">
  824. <h4>setChargeRule</h4>
  825. <pre>public&nbsp;void&nbsp;setChargeRule(java.lang.Integer&nbsp;chargeRule)</pre>
  826. <div class="block">This method was generated by MyBatis Generator. This method sets the value of the database column parking_point.charge_rule</div>
  827. <dl>
  828. <dt><span class="paramLabel">参数:</span></dt>
  829. <dd><code>chargeRule</code> - the value for parking_point.charge_rule</dd>
  830. </dl>
  831. </li>
  832. </ul>
  833. <a name="getAvailable--">
  834. <!-- -->
  835. </a>
  836. <ul class="blockList">
  837. <li class="blockList">
  838. <h4>getAvailable</h4>
  839. <pre>public&nbsp;java.lang.Boolean&nbsp;getAvailable()</pre>
  840. <div class="block">This method was generated by MyBatis Generator. This method returns the value of the database column parking_point.available</div>
  841. <dl>
  842. <dt><span class="returnLabel">返回:</span></dt>
  843. <dd>the value of parking_point.available</dd>
  844. </dl>
  845. </li>
  846. </ul>
  847. <a name="setAvailable-java.lang.Boolean-">
  848. <!-- -->
  849. </a>
  850. <ul class="blockList">
  851. <li class="blockList">
  852. <h4>setAvailable</h4>
  853. <pre>public&nbsp;void&nbsp;setAvailable(java.lang.Boolean&nbsp;available)</pre>
  854. <div class="block">This method was generated by MyBatis Generator. This method sets the value of the database column parking_point.available</div>
  855. <dl>
  856. <dt><span class="paramLabel">参数:</span></dt>
  857. <dd><code>available</code> - the value for parking_point.available</dd>
  858. </dl>
  859. </li>
  860. </ul>
  861. <a name="getLastOccupierId--">
  862. <!-- -->
  863. </a>
  864. <ul class="blockList">
  865. <li class="blockList">
  866. <h4>getLastOccupierId</h4>
  867. <pre>public&nbsp;java.lang.Integer&nbsp;getLastOccupierId()</pre>
  868. <div class="block">This method was generated by MyBatis Generator. This method returns the value of the database column parking_point.last_occupier_id</div>
  869. <dl>
  870. <dt><span class="returnLabel">返回:</span></dt>
  871. <dd>the value of parking_point.last_occupier_id</dd>
  872. </dl>
  873. </li>
  874. </ul>
  875. <a name="setLastOccupierId-java.lang.Integer-">
  876. <!-- -->
  877. </a>
  878. <ul class="blockList">
  879. <li class="blockList">
  880. <h4>setLastOccupierId</h4>
  881. <pre>public&nbsp;void&nbsp;setLastOccupierId(java.lang.Integer&nbsp;lastOccupierId)</pre>
  882. <div class="block">This method was generated by MyBatis Generator. This method sets the value of the database column parking_point.last_occupier_id</div>
  883. <dl>
  884. <dt><span class="paramLabel">参数:</span></dt>
  885. <dd><code>lastOccupierId</code> - the value for parking_point.last_occupier_id</dd>
  886. </dl>
  887. </li>
  888. </ul>
  889. <a name="getShareUserId--">
  890. <!-- -->
  891. </a>
  892. <ul class="blockList">
  893. <li class="blockList">
  894. <h4>getShareUserId</h4>
  895. <pre>public&nbsp;java.lang.Integer&nbsp;getShareUserId()</pre>
  896. <div class="block">This method was generated by MyBatis Generator. This method returns the value of the database column parking_point.share_user_id</div>
  897. <dl>
  898. <dt><span class="returnLabel">返回:</span></dt>
  899. <dd>the value of parking_point.share_user_id</dd>
  900. </dl>
  901. </li>
  902. </ul>
  903. <a name="setShareUserId-java.lang.Integer-">
  904. <!-- -->
  905. </a>
  906. <ul class="blockList">
  907. <li class="blockList">
  908. <h4>setShareUserId</h4>
  909. <pre>public&nbsp;void&nbsp;setShareUserId(java.lang.Integer&nbsp;shareUserId)</pre>
  910. <div class="block">This method was generated by MyBatis Generator. This method sets the value of the database column parking_point.share_user_id</div>
  911. <dl>
  912. <dt><span class="paramLabel">参数:</span></dt>
  913. <dd><code>shareUserId</code> - the value for parking_point.share_user_id</dd>
  914. </dl>
  915. </li>
  916. </ul>
  917. <a name="getShareMobile--">
  918. <!-- -->
  919. </a>
  920. <ul class="blockList">
  921. <li class="blockList">
  922. <h4>getShareMobile</h4>
  923. <pre>public&nbsp;java.lang.String&nbsp;getShareMobile()</pre>
  924. <div class="block">This method was generated by MyBatis Generator. This method returns the value of the database column parking_point.share_mobile</div>
  925. <dl>
  926. <dt><span class="returnLabel">返回:</span></dt>
  927. <dd>the value of parking_point.share_mobile</dd>
  928. </dl>
  929. </li>
  930. </ul>
  931. <a name="setShareMobile-java.lang.String-">
  932. <!-- -->
  933. </a>
  934. <ul class="blockList">
  935. <li class="blockList">
  936. <h4>setShareMobile</h4>
  937. <pre>public&nbsp;void&nbsp;setShareMobile(java.lang.String&nbsp;shareMobile)</pre>
  938. <div class="block">This method was generated by MyBatis Generator. This method sets the value of the database column parking_point.share_mobile</div>
  939. <dl>
  940. <dt><span class="paramLabel">参数:</span></dt>
  941. <dd><code>shareMobile</code> - the value for parking_point.share_mobile</dd>
  942. </dl>
  943. </li>
  944. </ul>
  945. <a name="getBookTime--">
  946. <!-- -->
  947. </a>
  948. <ul class="blockList">
  949. <li class="blockList">
  950. <h4>getBookTime</h4>
  951. <pre>public&nbsp;java.util.Date&nbsp;getBookTime()</pre>
  952. <div class="block">This method was generated by MyBatis Generator. This method returns the value of the database column parking_point.book_time</div>
  953. <dl>
  954. <dt><span class="returnLabel">返回:</span></dt>
  955. <dd>the value of parking_point.book_time</dd>
  956. </dl>
  957. </li>
  958. </ul>
  959. <a name="setBookTime-java.util.Date-">
  960. <!-- -->
  961. </a>
  962. <ul class="blockList">
  963. <li class="blockList">
  964. <h4>setBookTime</h4>
  965. <pre>public&nbsp;void&nbsp;setBookTime(java.util.Date&nbsp;bookTime)</pre>
  966. <div class="block">This method was generated by MyBatis Generator. This method sets the value of the database column parking_point.book_time</div>
  967. <dl>
  968. <dt><span class="paramLabel">参数:</span></dt>
  969. <dd><code>bookTime</code> - the value for parking_point.book_time</dd>
  970. </dl>
  971. </li>
  972. </ul>
  973. <a name="getAddress--">
  974. <!-- -->
  975. </a>
  976. <ul class="blockList">
  977. <li class="blockList">
  978. <h4>getAddress</h4>
  979. <pre>public&nbsp;java.lang.String&nbsp;getAddress()</pre>
  980. <div class="block">This method was generated by MyBatis Generator. This method returns the value of the database column parking_point.address</div>
  981. <dl>
  982. <dt><span class="returnLabel">返回:</span></dt>
  983. <dd>the value of parking_point.address</dd>
  984. </dl>
  985. </li>
  986. </ul>
  987. <a name="setAddress-java.lang.String-">
  988. <!-- -->
  989. </a>
  990. <ul class="blockList">
  991. <li class="blockList">
  992. <h4>setAddress</h4>
  993. <pre>public&nbsp;void&nbsp;setAddress(java.lang.String&nbsp;address)</pre>
  994. <div class="block">This method was generated by MyBatis Generator. This method sets the value of the database column parking_point.address</div>
  995. <dl>
  996. <dt><span class="paramLabel">参数:</span></dt>
  997. <dd><code>address</code> - the value for parking_point.address</dd>
  998. </dl>
  999. </li>
  1000. </ul>
  1001. <a name="getPreferential--">
  1002. <!-- -->
  1003. </a>
  1004. <ul class="blockList">
  1005. <li class="blockList">
  1006. <h4>getPreferential</h4>
  1007. <pre>public&nbsp;java.lang.String&nbsp;getPreferential()</pre>
  1008. <div class="block">This method was generated by MyBatis Generator. This method returns the value of the database column parking_point.preferential</div>
  1009. <dl>
  1010. <dt><span class="returnLabel">返回:</span></dt>
  1011. <dd>the value of parking_point.preferential</dd>
  1012. </dl>
  1013. </li>
  1014. </ul>
  1015. <a name="setPreferential-java.lang.String-">
  1016. <!-- -->
  1017. </a>
  1018. <ul class="blockList">
  1019. <li class="blockList">
  1020. <h4>setPreferential</h4>
  1021. <pre>public&nbsp;void&nbsp;setPreferential(java.lang.String&nbsp;preferential)</pre>
  1022. <div class="block">This method was generated by MyBatis Generator. This method sets the value of the database column parking_point.preferential</div>
  1023. <dl>
  1024. <dt><span class="paramLabel">参数:</span></dt>
  1025. <dd><code>preferential</code> - the value for parking_point.preferential</dd>
  1026. </dl>
  1027. </li>
  1028. </ul>
  1029. <a name="getMemo--">
  1030. <!-- -->
  1031. </a>
  1032. <ul class="blockList">
  1033. <li class="blockList">
  1034. <h4>getMemo</h4>
  1035. <pre>public&nbsp;java.lang.String&nbsp;getMemo()</pre>
  1036. <div class="block">This method was generated by MyBatis Generator. This method returns the value of the database column parking_point.memo</div>
  1037. <dl>
  1038. <dt><span class="returnLabel">返回:</span></dt>
  1039. <dd>the value of parking_point.memo</dd>
  1040. </dl>
  1041. </li>
  1042. </ul>
  1043. <a name="setMemo-java.lang.String-">
  1044. <!-- -->
  1045. </a>
  1046. <ul class="blockList">
  1047. <li class="blockList">
  1048. <h4>setMemo</h4>
  1049. <pre>public&nbsp;void&nbsp;setMemo(java.lang.String&nbsp;memo)</pre>
  1050. <div class="block">This method was generated by MyBatis Generator. This method sets the value of the database column parking_point.memo</div>
  1051. <dl>
  1052. <dt><span class="paramLabel">参数:</span></dt>
  1053. <dd><code>memo</code> - the value for parking_point.memo</dd>
  1054. </dl>
  1055. </li>
  1056. </ul>
  1057. <a name="getStartDate--">
  1058. <!-- -->
  1059. </a>
  1060. <ul class="blockList">
  1061. <li class="blockList">
  1062. <h4>getStartDate</h4>
  1063. <pre>public&nbsp;java.lang.String&nbsp;getStartDate()</pre>
  1064. <div class="block">This method was generated by MyBatis Generator. This method returns the value of the database column parking_point.start_date</div>
  1065. <dl>
  1066. <dt><span class="returnLabel">返回:</span></dt>
  1067. <dd>the value of parking_point.start_date</dd>
  1068. </dl>
  1069. </li>
  1070. </ul>
  1071. <a name="setStartDate-java.lang.String-">
  1072. <!-- -->
  1073. </a>
  1074. <ul class="blockList">
  1075. <li class="blockList">
  1076. <h4>setStartDate</h4>
  1077. <pre>public&nbsp;void&nbsp;setStartDate(java.lang.String&nbsp;startDate)</pre>
  1078. <div class="block">This method was generated by MyBatis Generator. This method sets the value of the database column parking_point.start_date</div>
  1079. <dl>
  1080. <dt><span class="paramLabel">参数:</span></dt>
  1081. <dd><code>startDate</code> - the value for parking_point.start_date</dd>
  1082. </dl>
  1083. </li>
  1084. </ul>
  1085. <a name="getEndDate--">
  1086. <!-- -->
  1087. </a>
  1088. <ul class="blockList">
  1089. <li class="blockList">
  1090. <h4>getEndDate</h4>
  1091. <pre>public&nbsp;java.lang.String&nbsp;getEndDate()</pre>
  1092. <div class="block">This method was generated by MyBatis Generator. This method returns the value of the database column parking_point.end_date</div>
  1093. <dl>
  1094. <dt><span class="returnLabel">返回:</span></dt>
  1095. <dd>the value of parking_point.end_date</dd>
  1096. </dl>
  1097. </li>
  1098. </ul>
  1099. <a name="setEndDate-java.lang.String-">
  1100. <!-- -->
  1101. </a>
  1102. <ul class="blockList">
  1103. <li class="blockList">
  1104. <h4>setEndDate</h4>
  1105. <pre>public&nbsp;void&nbsp;setEndDate(java.lang.String&nbsp;endDate)</pre>
  1106. <div class="block">This method was generated by MyBatis Generator. This method sets the value of the database column parking_point.end_date</div>
  1107. <dl>
  1108. <dt><span class="paramLabel">参数:</span></dt>
  1109. <dd><code>endDate</code> - the value for parking_point.end_date</dd>
  1110. </dl>
  1111. </li>
  1112. </ul>
  1113. <a name="getStartTime--">
  1114. <!-- -->
  1115. </a>
  1116. <ul class="blockList">
  1117. <li class="blockList">
  1118. <h4>getStartTime</h4>
  1119. <pre>public&nbsp;java.lang.String&nbsp;getStartTime()</pre>
  1120. <div class="block">This method was generated by MyBatis Generator. This method returns the value of the database column parking_point.start_time</div>
  1121. <dl>
  1122. <dt><span class="returnLabel">返回:</span></dt>
  1123. <dd>the value of parking_point.start_time</dd>
  1124. </dl>
  1125. </li>
  1126. </ul>
  1127. <a name="setStartTime-java.lang.String-">
  1128. <!-- -->
  1129. </a>
  1130. <ul class="blockList">
  1131. <li class="blockList">
  1132. <h4>setStartTime</h4>
  1133. <pre>public&nbsp;void&nbsp;setStartTime(java.lang.String&nbsp;startTime)</pre>
  1134. <div class="block">This method was generated by MyBatis Generator. This method sets the value of the database column parking_point.start_time</div>
  1135. <dl>
  1136. <dt><span class="paramLabel">参数:</span></dt>
  1137. <dd><code>startTime</code> - the value for parking_point.start_time</dd>
  1138. </dl>
  1139. </li>
  1140. </ul>
  1141. <a name="getEndTime--">
  1142. <!-- -->
  1143. </a>
  1144. <ul class="blockList">
  1145. <li class="blockList">
  1146. <h4>getEndTime</h4>
  1147. <pre>public&nbsp;java.lang.String&nbsp;getEndTime()</pre>
  1148. <div class="block">This method was generated by MyBatis Generator. This method returns the value of the database column parking_point.end_time</div>
  1149. <dl>
  1150. <dt><span class="returnLabel">返回:</span></dt>
  1151. <dd>the value of parking_point.end_time</dd>
  1152. </dl>
  1153. </li>
  1154. </ul>
  1155. <a name="setEndTime-java.lang.String-">
  1156. <!-- -->
  1157. </a>
  1158. <ul class="blockList">
  1159. <li class="blockList">
  1160. <h4>setEndTime</h4>
  1161. <pre>public&nbsp;void&nbsp;setEndTime(java.lang.String&nbsp;endTime)</pre>
  1162. <div class="block">This method was generated by MyBatis Generator. This method sets the value of the database column parking_point.end_time</div>
  1163. <dl>
  1164. <dt><span class="paramLabel">参数:</span></dt>
  1165. <dd><code>endTime</code> - the value for parking_point.end_time</dd>
  1166. </dl>
  1167. </li>
  1168. </ul>
  1169. <a name="getSms--">
  1170. <!-- -->
  1171. </a>
  1172. <ul class="blockList">
  1173. <li class="blockList">
  1174. <h4>getSms</h4>
  1175. <pre>public&nbsp;java.lang.String&nbsp;getSms()</pre>
  1176. <div class="block">This method was generated by MyBatis Generator. This method returns the value of the database column parking_point.sms</div>
  1177. <dl>
  1178. <dt><span class="returnLabel">返回:</span></dt>
  1179. <dd>the value of parking_point.sms</dd>
  1180. </dl>
  1181. </li>
  1182. </ul>
  1183. <a name="setSms-java.lang.String-">
  1184. <!-- -->
  1185. </a>
  1186. <ul class="blockList">
  1187. <li class="blockList">
  1188. <h4>setSms</h4>
  1189. <pre>public&nbsp;void&nbsp;setSms(java.lang.String&nbsp;sms)</pre>
  1190. <div class="block">This method was generated by MyBatis Generator. This method sets the value of the database column parking_point.sms</div>
  1191. <dl>
  1192. <dt><span class="paramLabel">参数:</span></dt>
  1193. <dd><code>sms</code> - the value for parking_point.sms</dd>
  1194. </dl>
  1195. </li>
  1196. </ul>
  1197. <a name="getCode--">
  1198. <!-- -->
  1199. </a>
  1200. <ul class="blockList">
  1201. <li class="blockList">
  1202. <h4>getCode</h4>
  1203. <pre>public&nbsp;java.lang.Integer&nbsp;getCode()</pre>
  1204. <div class="block">This method was generated by MyBatis Generator. This method returns the value of the database column parking_point.code</div>
  1205. <dl>
  1206. <dt><span class="returnLabel">返回:</span></dt>
  1207. <dd>the value of parking_point.code</dd>
  1208. </dl>
  1209. </li>
  1210. </ul>
  1211. <a name="setCode-java.lang.Integer-">
  1212. <!-- -->
  1213. </a>
  1214. <ul class="blockList">
  1215. <li class="blockList">
  1216. <h4>setCode</h4>
  1217. <pre>public&nbsp;void&nbsp;setCode(java.lang.Integer&nbsp;code)</pre>
  1218. <div class="block">This method was generated by MyBatis Generator. This method sets the value of the database column parking_point.code</div>
  1219. <dl>
  1220. <dt><span class="paramLabel">参数:</span></dt>
  1221. <dd><code>code</code> - the value for parking_point.code</dd>
  1222. </dl>
  1223. </li>
  1224. </ul>
  1225. <a name="getChargeType--">
  1226. <!-- -->
  1227. </a>
  1228. <ul class="blockList">
  1229. <li class="blockList">
  1230. <h4>getChargeType</h4>
  1231. <pre>public&nbsp;java.lang.Integer&nbsp;getChargeType()</pre>
  1232. <div class="block">This method was generated by MyBatis Generator. This method returns the value of the database column parking_point.charge_type</div>
  1233. <dl>
  1234. <dt><span class="returnLabel">返回:</span></dt>
  1235. <dd>the value of parking_point.charge_type</dd>
  1236. </dl>
  1237. </li>
  1238. </ul>
  1239. <a name="setChargeType-java.lang.Integer-">
  1240. <!-- -->
  1241. </a>
  1242. <ul class="blockList">
  1243. <li class="blockList">
  1244. <h4>setChargeType</h4>
  1245. <pre>public&nbsp;void&nbsp;setChargeType(java.lang.Integer&nbsp;chargeType)</pre>
  1246. <div class="block">This method was generated by MyBatis Generator. This method sets the value of the database column parking_point.charge_type</div>
  1247. <dl>
  1248. <dt><span class="paramLabel">参数:</span></dt>
  1249. <dd><code>chargeType</code> - the value for parking_point.charge_type</dd>
  1250. </dl>
  1251. </li>
  1252. </ul>
  1253. <a name="getUserId--">
  1254. <!-- -->
  1255. </a>
  1256. <ul class="blockList">
  1257. <li class="blockList">
  1258. <h4>getUserId</h4>
  1259. <pre>public&nbsp;java.lang.Integer&nbsp;getUserId()</pre>
  1260. <div class="block">This method was generated by MyBatis Generator. This method returns the value of the database column parking_point.user_id</div>
  1261. <dl>
  1262. <dt><span class="returnLabel">返回:</span></dt>
  1263. <dd>the value of parking_point.user_id</dd>
  1264. </dl>
  1265. </li>
  1266. </ul>
  1267. <a name="setUserId-java.lang.Integer-">
  1268. <!-- -->
  1269. </a>
  1270. <ul class="blockList">
  1271. <li class="blockList">
  1272. <h4>setUserId</h4>
  1273. <pre>public&nbsp;void&nbsp;setUserId(java.lang.Integer&nbsp;userId)</pre>
  1274. <div class="block">This method was generated by MyBatis Generator. This method sets the value of the database column parking_point.user_id</div>
  1275. <dl>
  1276. <dt><span class="paramLabel">参数:</span></dt>
  1277. <dd><code>userId</code> - the value for parking_point.user_id</dd>
  1278. </dl>
  1279. </li>
  1280. </ul>
  1281. <a name="getCommunityId--">
  1282. <!-- -->
  1283. </a>
  1284. <ul class="blockList">
  1285. <li class="blockList">
  1286. <h4>getCommunityId</h4>
  1287. <pre>public&nbsp;java.lang.Integer&nbsp;getCommunityId()</pre>
  1288. <div class="block">This method was generated by MyBatis Generator. This method returns the value of the database column parking_point.community_id</div>
  1289. <dl>
  1290. <dt><span class="returnLabel">返回:</span></dt>
  1291. <dd>the value of parking_point.community_id</dd>
  1292. </dl>
  1293. </li>
  1294. </ul>
  1295. <a name="setCommunityId-java.lang.Integer-">
  1296. <!-- -->
  1297. </a>
  1298. <ul class="blockList">
  1299. <li class="blockList">
  1300. <h4>setCommunityId</h4>
  1301. <pre>public&nbsp;void&nbsp;setCommunityId(java.lang.Integer&nbsp;communityId)</pre>
  1302. <div class="block">This method was generated by MyBatis Generator. This method sets the value of the database column parking_point.community_id</div>
  1303. <dl>
  1304. <dt><span class="paramLabel">参数:</span></dt>
  1305. <dd><code>communityId</code> - the value for parking_point.community_id</dd>
  1306. </dl>
  1307. </li>
  1308. </ul>
  1309. <a name="getShare--">
  1310. <!-- -->
  1311. </a>
  1312. <ul class="blockList">
  1313. <li class="blockList">
  1314. <h4>getShare</h4>
  1315. <pre>public&nbsp;java.lang.Integer&nbsp;getShare()</pre>
  1316. <div class="block">This method was generated by MyBatis Generator. This method returns the value of the database column parking_point.share</div>
  1317. <dl>
  1318. <dt><span class="returnLabel">返回:</span></dt>
  1319. <dd>the value of parking_point.share</dd>
  1320. </dl>
  1321. </li>
  1322. </ul>
  1323. <a name="setShare-java.lang.Integer-">
  1324. <!-- -->
  1325. </a>
  1326. <ul class="blockList">
  1327. <li class="blockList">
  1328. <h4>setShare</h4>
  1329. <pre>public&nbsp;void&nbsp;setShare(java.lang.Integer&nbsp;share)</pre>
  1330. <div class="block">This method was generated by MyBatis Generator. This method sets the value of the database column parking_point.share</div>
  1331. <dl>
  1332. <dt><span class="paramLabel">参数:</span></dt>
  1333. <dd><code>share</code> - the value for parking_point.share</dd>
  1334. </dl>
  1335. </li>
  1336. </ul>
  1337. <a name="getSetup--">
  1338. <!-- -->
  1339. </a>
  1340. <ul class="blockList">
  1341. <li class="blockList">
  1342. <h4>getSetup</h4>
  1343. <pre>public&nbsp;java.lang.Integer&nbsp;getSetup()</pre>
  1344. <div class="block">This method was generated by MyBatis Generator. This method returns the value of the database column parking_point.setup</div>
  1345. <dl>
  1346. <dt><span class="returnLabel">返回:</span></dt>
  1347. <dd>the value of parking_point.setup</dd>
  1348. </dl>
  1349. </li>
  1350. </ul>
  1351. <a name="setSetup-java.lang.Integer-">
  1352. <!-- -->
  1353. </a>
  1354. <ul class="blockList">
  1355. <li class="blockList">
  1356. <h4>setSetup</h4>
  1357. <pre>public&nbsp;void&nbsp;setSetup(java.lang.Integer&nbsp;setup)</pre>
  1358. <div class="block">This method was generated by MyBatis Generator. This method sets the value of the database column parking_point.setup</div>
  1359. <dl>
  1360. <dt><span class="paramLabel">参数:</span></dt>
  1361. <dd><code>setup</code> - the value for parking_point.setup</dd>
  1362. </dl>
  1363. </li>
  1364. </ul>
  1365. <a name="getStatus--">
  1366. <!-- -->
  1367. </a>
  1368. <ul class="blockList">
  1369. <li class="blockList">
  1370. <h4>getStatus</h4>
  1371. <pre>public&nbsp;java.lang.Integer&nbsp;getStatus()</pre>
  1372. <div class="block">This method was generated by MyBatis Generator. This method returns the value of the database column parking_point.status</div>
  1373. <dl>
  1374. <dt><span class="returnLabel">返回:</span></dt>
  1375. <dd>the value of parking_point.status</dd>
  1376. </dl>
  1377. </li>
  1378. </ul>
  1379. <a name="setStatus-java.lang.Integer-">
  1380. <!-- -->
  1381. </a>
  1382. <ul class="blockList">
  1383. <li class="blockList">
  1384. <h4>setStatus</h4>
  1385. <pre>public&nbsp;void&nbsp;setStatus(java.lang.Integer&nbsp;status)</pre>
  1386. <div class="block">This method was generated by MyBatis Generator. This method sets the value of the database column parking_point.status</div>
  1387. <dl>
  1388. <dt><span class="paramLabel">参数:</span></dt>
  1389. <dd><code>status</code> - the value for parking_point.status</dd>
  1390. </dl>
  1391. </li>
  1392. </ul>
  1393. <a name="getFreeTime--">
  1394. <!-- -->
  1395. </a>
  1396. <ul class="blockList">
  1397. <li class="blockList">
  1398. <h4>getFreeTime</h4>
  1399. <pre>public&nbsp;java.lang.Integer&nbsp;getFreeTime()</pre>
  1400. <div class="block">This method was generated by MyBatis Generator. This method returns the value of the database column parking_point.free_time</div>
  1401. <dl>
  1402. <dt><span class="returnLabel">返回:</span></dt>
  1403. <dd>the value of parking_point.free_time</dd>
  1404. </dl>
  1405. </li>
  1406. </ul>
  1407. <a name="setFreeTime-java.lang.Integer-">
  1408. <!-- -->
  1409. </a>
  1410. <ul class="blockList">
  1411. <li class="blockList">
  1412. <h4>setFreeTime</h4>
  1413. <pre>public&nbsp;void&nbsp;setFreeTime(java.lang.Integer&nbsp;freeTime)</pre>
  1414. <div class="block">This method was generated by MyBatis Generator. This method sets the value of the database column parking_point.free_time</div>
  1415. <dl>
  1416. <dt><span class="paramLabel">参数:</span></dt>
  1417. <dd><code>freeTime</code> - the value for parking_point.free_time</dd>
  1418. </dl>
  1419. </li>
  1420. </ul>
  1421. <a name="getType--">
  1422. <!-- -->
  1423. </a>
  1424. <ul class="blockList">
  1425. <li class="blockList">
  1426. <h4>getType</h4>
  1427. <pre>public&nbsp;java.lang.Integer&nbsp;getType()</pre>
  1428. <div class="block">This method was generated by MyBatis Generator. This method returns the value of the database column parking_point.type</div>
  1429. <dl>
  1430. <dt><span class="returnLabel">返回:</span></dt>
  1431. <dd>the value of parking_point.type</dd>
  1432. </dl>
  1433. </li>
  1434. </ul>
  1435. <a name="setType-java.lang.Integer-">
  1436. <!-- -->
  1437. </a>
  1438. <ul class="blockList">
  1439. <li class="blockList">
  1440. <h4>setType</h4>
  1441. <pre>public&nbsp;void&nbsp;setType(java.lang.Integer&nbsp;type)</pre>
  1442. <div class="block">This method was generated by MyBatis Generator. This method sets the value of the database column parking_point.type</div>
  1443. <dl>
  1444. <dt><span class="paramLabel">参数:</span></dt>
  1445. <dd><code>type</code> - the value for parking_point.type</dd>
  1446. </dl>
  1447. </li>
  1448. </ul>
  1449. <a name="getUserIncome--">
  1450. <!-- -->
  1451. </a>
  1452. <ul class="blockList">
  1453. <li class="blockList">
  1454. <h4>getUserIncome</h4>
  1455. <pre>public&nbsp;java.lang.Integer&nbsp;getUserIncome()</pre>
  1456. <div class="block">This method was generated by MyBatis Generator. This method returns the value of the database column parking_point.user_income</div>
  1457. <dl>
  1458. <dt><span class="returnLabel">返回:</span></dt>
  1459. <dd>the value of parking_point.user_income</dd>
  1460. </dl>
  1461. </li>
  1462. </ul>
  1463. <a name="setUserIncome-java.lang.Integer-">
  1464. <!-- -->
  1465. </a>
  1466. <ul class="blockList">
  1467. <li class="blockList">
  1468. <h4>setUserIncome</h4>
  1469. <pre>public&nbsp;void&nbsp;setUserIncome(java.lang.Integer&nbsp;userIncome)</pre>
  1470. <div class="block">This method was generated by MyBatis Generator. This method sets the value of the database column parking_point.user_income</div>
  1471. <dl>
  1472. <dt><span class="paramLabel">参数:</span></dt>
  1473. <dd><code>userIncome</code> - the value for parking_point.user_income</dd>
  1474. </dl>
  1475. </li>
  1476. </ul>
  1477. <a name="getComIncome--">
  1478. <!-- -->
  1479. </a>
  1480. <ul class="blockList">
  1481. <li class="blockList">
  1482. <h4>getComIncome</h4>
  1483. <pre>public&nbsp;java.lang.Integer&nbsp;getComIncome()</pre>
  1484. <div class="block">This method was generated by MyBatis Generator. This method returns the value of the database column parking_point.com_income</div>
  1485. <dl>
  1486. <dt><span class="returnLabel">返回:</span></dt>
  1487. <dd>the value of parking_point.com_income</dd>
  1488. </dl>
  1489. </li>
  1490. </ul>
  1491. <a name="setComIncome-java.lang.Integer-">
  1492. <!-- -->
  1493. </a>
  1494. <ul class="blockList">
  1495. <li class="blockList">
  1496. <h4>setComIncome</h4>
  1497. <pre>public&nbsp;void&nbsp;setComIncome(java.lang.Integer&nbsp;comIncome)</pre>
  1498. <div class="block">This method was generated by MyBatis Generator. This method sets the value of the database column parking_point.com_income</div>
  1499. <dl>
  1500. <dt><span class="paramLabel">参数:</span></dt>
  1501. <dd><code>comIncome</code> - the value for parking_point.com_income</dd>
  1502. </dl>
  1503. </li>
  1504. </ul>
  1505. <a name="getPlatfromIncome--">
  1506. <!-- -->
  1507. </a>
  1508. <ul class="blockList">
  1509. <li class="blockList">
  1510. <h4>getPlatfromIncome</h4>
  1511. <pre>public&nbsp;java.lang.Integer&nbsp;getPlatfromIncome()</pre>
  1512. <div class="block">This method was generated by MyBatis Generator. This method returns the value of the database column parking_point.platfrom_income</div>
  1513. <dl>
  1514. <dt><span class="returnLabel">返回:</span></dt>
  1515. <dd>the value of parking_point.platfrom_income</dd>
  1516. </dl>
  1517. </li>
  1518. </ul>
  1519. <a name="setPlatfromIncome-java.lang.Integer-">
  1520. <!-- -->
  1521. </a>
  1522. <ul class="blockList">
  1523. <li class="blockList">
  1524. <h4>setPlatfromIncome</h4>
  1525. <pre>public&nbsp;void&nbsp;setPlatfromIncome(java.lang.Integer&nbsp;platfromIncome)</pre>
  1526. <div class="block">This method was generated by MyBatis Generator. This method sets the value of the database column parking_point.platfrom_income</div>
  1527. <dl>
  1528. <dt><span class="paramLabel">参数:</span></dt>
  1529. <dd><code>platfromIncome</code> - the value for parking_point.platfrom_income</dd>
  1530. </dl>
  1531. </li>
  1532. </ul>
  1533. <a name="getPointState--">
  1534. <!-- -->
  1535. </a>
  1536. <ul class="blockList">
  1537. <li class="blockList">
  1538. <h4>getPointState</h4>
  1539. <pre>public&nbsp;java.lang.Integer&nbsp;getPointState()</pre>
  1540. <div class="block">This method was generated by MyBatis Generator. This method returns the value of the database column parking_point.point_state</div>
  1541. <dl>
  1542. <dt><span class="returnLabel">返回:</span></dt>
  1543. <dd>the value of parking_point.point_state</dd>
  1544. </dl>
  1545. </li>
  1546. </ul>
  1547. <a name="setPointState-java.lang.Integer-">
  1548. <!-- -->
  1549. </a>
  1550. <ul class="blockList">
  1551. <li class="blockList">
  1552. <h4>setPointState</h4>
  1553. <pre>public&nbsp;void&nbsp;setPointState(java.lang.Integer&nbsp;pointState)</pre>
  1554. <div class="block">This method was generated by MyBatis Generator. This method sets the value of the database column parking_point.point_state</div>
  1555. <dl>
  1556. <dt><span class="paramLabel">参数:</span></dt>
  1557. <dd><code>pointState</code> - the value for parking_point.point_state</dd>
  1558. </dl>
  1559. </li>
  1560. </ul>
  1561. <a name="getBattery--">
  1562. <!-- -->
  1563. </a>
  1564. <ul class="blockList">
  1565. <li class="blockList">
  1566. <h4>getBattery</h4>
  1567. <pre>public&nbsp;java.lang.Float&nbsp;getBattery()</pre>
  1568. <div class="block">This method was generated by MyBatis Generator. This method returns the value of the database column parking_point.battery</div>
  1569. <dl>
  1570. <dt><span class="returnLabel">返回:</span></dt>
  1571. <dd>the value of parking_point.battery</dd>
  1572. </dl>
  1573. </li>
  1574. </ul>
  1575. <a name="setBattery-java.lang.Float-">
  1576. <!-- -->
  1577. </a>
  1578. <ul class="blockListLast">
  1579. <li class="blockList">
  1580. <h4>setBattery</h4>
  1581. <pre>public&nbsp;void&nbsp;setBattery(java.lang.Float&nbsp;battery)</pre>
  1582. <div class="block">This method was generated by MyBatis Generator. This method sets the value of the database column parking_point.battery</div>
  1583. <dl>
  1584. <dt><span class="paramLabel">参数:</span></dt>
  1585. <dd><code>battery</code> - the value for parking_point.battery</dd>
  1586. </dl>
  1587. </li>
  1588. </ul>
  1589. </li>
  1590. </ul>
  1591. </li>
  1592. </ul>
  1593. </div>
  1594. </div>
  1595. <!-- ========= END OF CLASS DATA ========= -->
  1596. <!-- ======= START OF BOTTOM NAVBAR ====== -->
  1597. <div class="bottomNav"><a name="navbar.bottom">
  1598. <!-- -->
  1599. </a>
  1600. <div class="skipNav"><a href="#skip.navbar.bottom" title="跳过导航链接">跳过导航链接</a></div>
  1601. <a name="navbar.bottom.firstrow">
  1602. <!-- -->
  1603. </a>
  1604. <ul class="navList" title="导航">
  1605. <li><a href="../../../../overview-summary.html">概览</a></li>
  1606. <li><a href="package-summary.html">程序包</a></li>
  1607. <li class="navBarCell1Rev">类</li>
  1608. <li><a href="class-use/ParkingPoint.html">使用</a></li>
  1609. <li><a href="package-tree.html">树</a></li>
  1610. <li><a href="../../../../deprecated-list.html">已过时</a></li>
  1611. <li><a href="../../../../index-files/index-1.html">索引</a></li>
  1612. <li><a href="../../../../help-doc.html">帮助</a></li>
  1613. </ul>
  1614. </div>
  1615. <div class="subNav">
  1616. <ul class="navList">
  1617. <li><a href="../../../../com/js/kbt/model/MessageExample.Criterion.html" title="com.js.kbt.model中的类"><span class="typeNameLink">上一个类</span></a></li>
  1618. <li><a href="../../../../com/js/kbt/model/ParkingpointAppyl.html" title="com.js.kbt.model中的类"><span class="typeNameLink">下一个类</span></a></li>
  1619. </ul>
  1620. <ul class="navList">
  1621. <li><a href="../../../../index.html?com/js/kbt/model/ParkingPoint.html" target="_top">框架</a></li>
  1622. <li><a href="ParkingPoint.html" target="_top">无框架</a></li>
  1623. </ul>
  1624. <ul class="navList" id="allclasses_navbar_bottom">
  1625. <li><a href="../../../../allclasses-noframe.html">所有类</a></li>
  1626. </ul>
  1627. <div>
  1628. <script type="text/javascript"><!--
  1629. allClassesLink = document.getElementById("allclasses_navbar_bottom");
  1630. if(window==top) {
  1631. allClassesLink.style.display = "block";
  1632. }
  1633. else {
  1634. allClassesLink.style.display = "none";
  1635. }
  1636. //-->
  1637. </script>
  1638. </div>
  1639. <div>
  1640. <ul class="subNavList">
  1641. <li>概要:&nbsp;</li>
  1642. <li>嵌套&nbsp;|&nbsp;</li>
  1643. <li>字段&nbsp;|&nbsp;</li>
  1644. <li><a href="#constructor.summary">构造器</a>&nbsp;|&nbsp;</li>
  1645. <li><a href="#method.summary">方法</a></li>
  1646. </ul>
  1647. <ul class="subNavList">
  1648. <li>详细资料:&nbsp;</li>
  1649. <li>字段&nbsp;|&nbsp;</li>
  1650. <li><a href="#constructor.detail">构造器</a>&nbsp;|&nbsp;</li>
  1651. <li><a href="#method.detail">方法</a></li>
  1652. </ul>
  1653. </div>
  1654. <a name="skip.navbar.bottom">
  1655. <!-- -->
  1656. </a></div>
  1657. <!-- ======== END OF BOTTOM NAVBAR ======= -->
  1658. </body>
  1659. </html>