• R/O
  • SSH
  • HTTPS

Commit

Tags
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

Commit MetaInfo

Revision211 (tree)
Time2016-01-22 20:11:13
Authort_nakayama1971

Log Message

(empty log message)

Change Summary

Incremental Difference

--- trunk/framework/pjSvc/src/project/svc/generic/db/EntityInfo.java (revision 210)
+++ trunk/framework/pjSvc/src/project/svc/generic/db/EntityInfo.java (revision 211)
@@ -201,6 +201,7 @@
201201 public final String getName() {
202202 return this.name;
203203 }
204+
204205 /**
205206 * @param val the name to set
206207 */
@@ -236,6 +237,7 @@
236237 public final String getDaoPackage() {
237238 return this.daoPackage;
238239 }
240+
239241 /**
240242 * @param val the daoPackage to set
241243 */
@@ -249,6 +251,7 @@
249251 public final String getLogicalDelete() {
250252 return this.logicalDelete;
251253 }
254+
252255 /**
253256 * @param val the logicalDelete to set
254257 */
@@ -262,6 +265,7 @@
262265 public final String getCreateUserId() {
263266 return this.createUserId;
264267 }
268+
265269 /**
266270 * @param val the createUserId to set
267271 */
@@ -275,6 +279,7 @@
275279 public final String getCreateDateTime() {
276280 return this.createDateTime;
277281 }
282+
278283 /**
279284 * @param val the createDateTime to set
280285 */
@@ -288,6 +293,7 @@
288293 public final String getUpdateUserId() {
289294 return this.updateUserId;
290295 }
296+
291297 /**
292298 * @param val the updateUserId to set
293299 */
@@ -301,6 +307,7 @@
301307 public final String getUpdateDateTime() {
302308 return this.updateDateTime;
303309 }
310+
304311 /**
305312 * @param val the updateDateTime to set
306313 */
@@ -314,6 +321,7 @@
314321 public final String getVersion() {
315322 return this.version;
316323 }
324+
317325 /**
318326 * @param val the version to set
319327 */