• 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

Revision171 (tree)
Time2015-12-31 18:26:42
Authort_nakayama1971

Log Message

(empty log message)

Change Summary

Incremental Difference

--- trunk/framework/pjWeb/WEB-INF/src/online/struts/action/UniForm.java (revision 170)
+++ trunk/framework/pjWeb/WEB-INF/src/online/struts/action/UniForm.java (revision 171)
@@ -1006,8 +1006,8 @@
10061006 * @return 日時
10071007 */
10081008 @Override
1009- public Timestamp getDateTime() {
1010- return this.um.getDateTime();
1009+ public Timestamp getPresent() {
1010+ return this.um.getPresent();
10111011 }
10121012
10131013 /**
@@ -1016,8 +1016,8 @@
10161016 * @param val 日時
10171017 */
10181018 @Override
1019- public void setDateTime(final Timestamp val) {
1020- this.um.setDateTime(val);
1019+ public void setPresent(final Timestamp val) {
1020+ this.um.setPresent(val);
10211021 }
10221022
10231023 /**