OSDN Git Service

DBFlute-0.9.3に更新
[ea2ddl/ea2ddl.git] / ea2ddl-dao / src / main / java / jp / sourceforge / ea2ddl / dao / bsentity / BsTObjectscenarios.java
index d17525a..f77c38e 100644 (file)
@@ -1,13 +1,14 @@
 package jp.sourceforge.ea2ddl.dao.bsentity;\r
 \r
+import java.io.Serializable;\r
 import java.util.*;\r
-    \r
-import jp.sourceforge.ea2ddl.dao.allcommon.Entity;\r
-import jp.sourceforge.ea2ddl.dao.allcommon.dbmeta.DBMeta;\r
-import jp.sourceforge.ea2ddl.dao.allcommon.dbmeta.DBMetaInstanceHandler;\r
+\r
+import org.seasar.dbflute.Entity;\r
+import org.seasar.dbflute.dbmeta.DBMeta;\r
+import jp.sourceforge.ea2ddl.dao.allcommon.DBMetaInstanceHandler;\r
 \r
 /**\r
- * The entity of t_objectscenarios(TABLE).\r
+ * The entity of t_objectscenarios that the type is TABLE. <br />\r
  * <pre>\r
  * [primary-key]\r
  *     \r
@@ -37,9 +38,8 @@ import jp.sourceforge.ea2ddl.dao.allcommon.dbmeta.DBMetaInstanceHandler;
  *     \r
  * </pre>\r
  * @author DBFlute(AutoGenerator)\r
- */
-@SuppressWarnings("unchecked")\r
-public abstract class BsTObjectscenarios implements Entity, java.io.Serializable {\r
+ */\r
+public abstract class BsTObjectscenarios implements Entity, Serializable {\r
 \r
     // ===================================================================================\r
     //                                                                          Definition\r
@@ -47,35 +47,31 @@ public abstract class BsTObjectscenarios implements Entity, java.io.Serializable
     /** Serial version UID. (Default) */\r
     private static final long serialVersionUID = 1L;\r
 \r
-    /** TABLE-Annotation for S2Dao. The value is t_objectscenarios. */\r
-    public static final String TABLE = "t_objectscenarios";\r
-\r
-\r
     // ===================================================================================\r
     //                                                                           Attribute\r
     //                                                                           =========\r
     // -----------------------------------------------------\r
     //                                                Column\r
     //                                                ------\r
-    /** The attribute of the column 'Object_ID'. {UQ : INTEGER} */\r
+    /** Object_ID: {UQ : INTEGER} */\r
     protected java.lang.Integer _objectId;\r
 \r
-    /** The attribute of the column 'Scenario'. {UQ : VARCHAR(255)} */\r
+    /** Scenario: {UQ : VARCHAR(255)} */\r
     protected String _scenario;\r
 \r
-    /** The attribute of the column 'ScenarioType'. {VARCHAR(12)} */\r
+    /** ScenarioType: {VARCHAR(12)} */\r
     protected String _scenariotype;\r
 \r
-    /** The attribute of the column 'EValue'. {DOUBLE} */\r
+    /** EValue: {DOUBLE} */\r
     protected java.math.BigDecimal _evalue;\r
 \r
-    /** The attribute of the column 'Notes'. {LONGCHAR(2147483647)} */\r
+    /** Notes: {LONGCHAR(2147483647)} */\r
     protected String _notes;\r
 \r
-    /** The attribute of the column 'XMLContent'. {LONGCHAR(2147483647)} */\r
+    /** XMLContent: {LONGCHAR(2147483647)} */\r
     protected String _xmlcontent;\r
 \r
-    /** The attribute of the column 'ea_guid'. {VARCHAR(40)} */\r
+    /** ea_guid: {VARCHAR(40)} */\r
     protected String _eaGuid;\r
 \r
     // -----------------------------------------------------\r
@@ -85,19 +81,13 @@ public abstract class BsTObjectscenarios implements Entity, java.io.Serializable
     protected EntityModifiedProperties _modifiedProperties = newEntityModifiedProperties();\r
     \r
     // ===================================================================================\r
-    //                                                                         Constructor\r
-    //                                                                         ===========\r
-    public BsTObjectscenarios() {\r
-    }\r
-\r
-    // ===================================================================================\r
     //                                                                          Table Name\r
     //                                                                          ==========\r
     public String getTableDbName() {\r
         return "t_objectscenarios";\r
     }\r
 \r
-    public String getTablePropertyName() {// as JavaBeansRule\r
+    public String getTablePropertyName() { // as JavaBeansRule\r
         return "TObjectscenarios";\r
     }\r
 \r
@@ -123,7 +113,6 @@ public abstract class BsTObjectscenarios implements Entity, java.io.Serializable
     // ===================================================================================\r
     //                                                                   Referrer Property\r
     //                                                                   =================\r
-\r
     // ===================================================================================\r
     //                                                                       Determination\r
     //                                                                       =============\r
@@ -213,13 +202,8 @@ public abstract class BsTObjectscenarios implements Entity, java.io.Serializable
     // ===================================================================================\r
     //                                                                            Accessor\r
     //                                                                            ========\r
-\r
-    /** The column annotation for S2Dao. {UQ : INTEGER} */\r
-    public static final String objectId_COLUMN = "Object_ID";\r
-\r
     /**\r
-     * Get the value of the column 'Object_ID'. <br />\r
-     * {UQ : INTEGER}\r
+     * Object_ID: {UQ : INTEGER} <br />\r
      * @return The value of the column 'Object_ID'. (Nullable)\r
      */\r
     public java.lang.Integer getObjectId() {\r
@@ -227,8 +211,7 @@ public abstract class BsTObjectscenarios implements Entity, java.io.Serializable
     }\r
 \r
     /**\r
-     * Set the value of the column 'Object_ID'. <br />\r
-     * {UQ : INTEGER}\r
+     * Object_ID: {UQ : INTEGER} <br />\r
      * @param objectId The value of the column 'Object_ID'. (Nullable)\r
      */\r
     public void setObjectId(java.lang.Integer objectId) {\r
@@ -236,12 +219,8 @@ public abstract class BsTObjectscenarios implements Entity, java.io.Serializable
         this._objectId = objectId;\r
     }\r
 \r
-    /** The column annotation for S2Dao. {UQ : VARCHAR(255)} */\r
-    public static final String scenario_COLUMN = "Scenario";\r
-\r
     /**\r
-     * Get the value of the column 'Scenario'. <br />\r
-     * {UQ : VARCHAR(255)}\r
+     * Scenario: {UQ : VARCHAR(255)} <br />\r
      * @return The value of the column 'Scenario'. (Nullable)\r
      */\r
     public String getScenario() {\r
@@ -249,8 +228,7 @@ public abstract class BsTObjectscenarios implements Entity, java.io.Serializable
     }\r
 \r
     /**\r
-     * Set the value of the column 'Scenario'. <br />\r
-     * {UQ : VARCHAR(255)}\r
+     * Scenario: {UQ : VARCHAR(255)} <br />\r
      * @param scenario The value of the column 'Scenario'. (Nullable)\r
      */\r
     public void setScenario(String scenario) {\r
@@ -258,12 +236,8 @@ public abstract class BsTObjectscenarios implements Entity, java.io.Serializable
         this._scenario = scenario;\r
     }\r
 \r
-    /** The column annotation for S2Dao. {VARCHAR(12)} */\r
-    public static final String scenariotype_COLUMN = "ScenarioType";\r
-\r
     /**\r
-     * Get the value of the column 'ScenarioType'. <br />\r
-     * {VARCHAR(12)}\r
+     * ScenarioType: {VARCHAR(12)} <br />\r
      * @return The value of the column 'ScenarioType'. (Nullable)\r
      */\r
     public String getScenariotype() {\r
@@ -271,8 +245,7 @@ public abstract class BsTObjectscenarios implements Entity, java.io.Serializable
     }\r
 \r
     /**\r
-     * Set the value of the column 'ScenarioType'. <br />\r
-     * {VARCHAR(12)}\r
+     * ScenarioType: {VARCHAR(12)} <br />\r
      * @param scenariotype The value of the column 'ScenarioType'. (Nullable)\r
      */\r
     public void setScenariotype(String scenariotype) {\r
@@ -280,12 +253,8 @@ public abstract class BsTObjectscenarios implements Entity, java.io.Serializable
         this._scenariotype = scenariotype;\r
     }\r
 \r
-    /** The column annotation for S2Dao. {DOUBLE} */\r
-    public static final String evalue_COLUMN = "EValue";\r
-\r
     /**\r
-     * Get the value of the column 'EValue'. <br />\r
-     * {DOUBLE}\r
+     * EValue: {DOUBLE} <br />\r
      * @return The value of the column 'EValue'. (Nullable)\r
      */\r
     public java.math.BigDecimal getEvalue() {\r
@@ -293,8 +262,7 @@ public abstract class BsTObjectscenarios implements Entity, java.io.Serializable
     }\r
 \r
     /**\r
-     * Set the value of the column 'EValue'. <br />\r
-     * {DOUBLE}\r
+     * EValue: {DOUBLE} <br />\r
      * @param evalue The value of the column 'EValue'. (Nullable)\r
      */\r
     public void setEvalue(java.math.BigDecimal evalue) {\r
@@ -302,12 +270,8 @@ public abstract class BsTObjectscenarios implements Entity, java.io.Serializable
         this._evalue = evalue;\r
     }\r
 \r
-    /** The column annotation for S2Dao. {LONGCHAR(2147483647)} */\r
-    public static final String notes_COLUMN = "Notes";\r
-\r
     /**\r
-     * Get the value of the column 'Notes'. <br />\r
-     * {LONGCHAR(2147483647)}\r
+     * Notes: {LONGCHAR(2147483647)} <br />\r
      * @return The value of the column 'Notes'. (Nullable)\r
      */\r
     public String getNotes() {\r
@@ -315,8 +279,7 @@ public abstract class BsTObjectscenarios implements Entity, java.io.Serializable
     }\r
 \r
     /**\r
-     * Set the value of the column 'Notes'. <br />\r
-     * {LONGCHAR(2147483647)}\r
+     * Notes: {LONGCHAR(2147483647)} <br />\r
      * @param notes The value of the column 'Notes'. (Nullable)\r
      */\r
     public void setNotes(String notes) {\r
@@ -324,12 +287,8 @@ public abstract class BsTObjectscenarios implements Entity, java.io.Serializable
         this._notes = notes;\r
     }\r
 \r
-    /** The column annotation for S2Dao. {LONGCHAR(2147483647)} */\r
-    public static final String xmlcontent_COLUMN = "XMLContent";\r
-\r
     /**\r
-     * Get the value of the column 'XMLContent'. <br />\r
-     * {LONGCHAR(2147483647)}\r
+     * XMLContent: {LONGCHAR(2147483647)} <br />\r
      * @return The value of the column 'XMLContent'. (Nullable)\r
      */\r
     public String getXmlcontent() {\r
@@ -337,8 +296,7 @@ public abstract class BsTObjectscenarios implements Entity, java.io.Serializable
     }\r
 \r
     /**\r
-     * Set the value of the column 'XMLContent'. <br />\r
-     * {LONGCHAR(2147483647)}\r
+     * XMLContent: {LONGCHAR(2147483647)} <br />\r
      * @param xmlcontent The value of the column 'XMLContent'. (Nullable)\r
      */\r
     public void setXmlcontent(String xmlcontent) {\r
@@ -346,12 +304,8 @@ public abstract class BsTObjectscenarios implements Entity, java.io.Serializable
         this._xmlcontent = xmlcontent;\r
     }\r
 \r
-    /** The column annotation for S2Dao. {VARCHAR(40)} */\r
-    public static final String eaGuid_COLUMN = "ea_guid";\r
-\r
     /**\r
-     * Get the value of the column 'ea_guid'. <br />\r
-     * {VARCHAR(40)}\r
+     * ea_guid: {VARCHAR(40)} <br />\r
      * @return The value of the column 'ea_guid'. (Nullable)\r
      */\r
     public String getEaGuid() {\r
@@ -359,13 +313,11 @@ public abstract class BsTObjectscenarios implements Entity, java.io.Serializable
     }\r
 \r
     /**\r
-     * Set the value of the column 'ea_guid'. <br />\r
-     * {VARCHAR(40)}\r
+     * ea_guid: {VARCHAR(40)} <br />\r
      * @param eaGuid The value of the column 'ea_guid'. (Nullable)\r
      */\r
     public void setEaGuid(String eaGuid) {\r
         _modifiedProperties.addPropertyName("eaGuid");\r
         this._eaGuid = eaGuid;\r
     }\r
-\r
 }\r