OSDN Git Service

DBFlute-0.9.3に更新
[ea2ddl/ea2ddl.git] / ea2ddl-dao / src / main / java / jp / sourceforge / ea2ddl / dao / bsentity / BsTVersion.java
index 088daec..d3597af 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_version(TABLE).\r
+ * The entity of t_version 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 BsTVersion implements Entity, java.io.Serializable {\r
+ */\r
+public abstract class BsTVersion implements Entity, Serializable {\r
 \r
     // ===================================================================================\r
     //                                                                          Definition\r
@@ -47,44 +47,40 @@ public abstract class BsTVersion 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_version. */\r
-    public static final String TABLE = "t_version";\r
-\r
-\r
     // ===================================================================================\r
     //                                                                           Attribute\r
     //                                                                           =========\r
     // -----------------------------------------------------\r
     //                                                Column\r
     //                                                ------\r
-    /** The attribute of the column 'ElementID'. {UQ : VARCHAR(50)} */\r
+    /** ElementID: {UQ : VARCHAR(50)} */\r
     protected String _elementid;\r
 \r
-    /** The attribute of the column 'VersionID'. {UQ : VARCHAR(255)} */\r
+    /** VersionID: {UQ : VARCHAR(255)} */\r
     protected String _versionid;\r
 \r
-    /** The attribute of the column 'ElementType'. {VARCHAR(100)} */\r
+    /** ElementType: {VARCHAR(100)} */\r
     protected String _elementtype;\r
 \r
-    /** The attribute of the column 'Flags'. {VARCHAR(255)} */\r
+    /** Flags: {VARCHAR(255)} */\r
     protected String _flags;\r
 \r
-    /** The attribute of the column 'ExternalFile'. {VARCHAR(255)} */\r
+    /** ExternalFile: {VARCHAR(255)} */\r
     protected String _externalfile;\r
 \r
-    /** The attribute of the column 'Notes'. {VARCHAR(255)} */\r
+    /** Notes: {VARCHAR(255)} */\r
     protected String _notes;\r
 \r
-    /** The attribute of the column 'Owner'. {VARCHAR(255)} */\r
+    /** Owner: {VARCHAR(255)} */\r
     protected String _owner;\r
 \r
-    /** The attribute of the column 'VersionDate'. {DATETIME} */\r
+    /** VersionDate: {DATETIME} */\r
     protected java.sql.Timestamp _versiondate;\r
 \r
-    /** The attribute of the column 'Branch'. {VARCHAR(255)} */\r
+    /** Branch: {VARCHAR(255)} */\r
     protected String _branch;\r
 \r
-    /** The attribute of the column 'ElementXML'. {LONGCHAR(2147483647)} */\r
+    /** ElementXML: {LONGCHAR(2147483647)} */\r
     protected String _elementxml;\r
 \r
     // -----------------------------------------------------\r
@@ -94,19 +90,13 @@ public abstract class BsTVersion implements Entity, java.io.Serializable {
     protected EntityModifiedProperties _modifiedProperties = newEntityModifiedProperties();\r
     \r
     // ===================================================================================\r
-    //                                                                         Constructor\r
-    //                                                                         ===========\r
-    public BsTVersion() {\r
-    }\r
-\r
-    // ===================================================================================\r
     //                                                                          Table Name\r
     //                                                                          ==========\r
     public String getTableDbName() {\r
         return "t_version";\r
     }\r
 \r
-    public String getTablePropertyName() {// as JavaBeansRule\r
+    public String getTablePropertyName() { // as JavaBeansRule\r
         return "TVersion";\r
     }\r
 \r
@@ -132,7 +122,6 @@ public abstract class BsTVersion implements Entity, java.io.Serializable {
     // ===================================================================================\r
     //                                                                   Referrer Property\r
     //                                                                   =================\r
-\r
     // ===================================================================================\r
     //                                                                       Determination\r
     //                                                                       =============\r
@@ -231,13 +220,8 @@ public abstract class BsTVersion implements Entity, java.io.Serializable {
     // ===================================================================================\r
     //                                                                            Accessor\r
     //                                                                            ========\r
-\r
-    /** The column annotation for S2Dao. {UQ : VARCHAR(50)} */\r
-    public static final String elementid_COLUMN = "ElementID";\r
-\r
     /**\r
-     * Get the value of the column 'ElementID'. <br />\r
-     * {UQ : VARCHAR(50)}\r
+     * ElementID: {UQ : VARCHAR(50)} <br />\r
      * @return The value of the column 'ElementID'. (Nullable)\r
      */\r
     public String getElementid() {\r
@@ -245,8 +229,7 @@ public abstract class BsTVersion implements Entity, java.io.Serializable {
     }\r
 \r
     /**\r
-     * Set the value of the column 'ElementID'. <br />\r
-     * {UQ : VARCHAR(50)}\r
+     * ElementID: {UQ : VARCHAR(50)} <br />\r
      * @param elementid The value of the column 'ElementID'. (Nullable)\r
      */\r
     public void setElementid(String elementid) {\r
@@ -254,12 +237,8 @@ public abstract class BsTVersion implements Entity, java.io.Serializable {
         this._elementid = elementid;\r
     }\r
 \r
-    /** The column annotation for S2Dao. {UQ : VARCHAR(255)} */\r
-    public static final String versionid_COLUMN = "VersionID";\r
-\r
     /**\r
-     * Get the value of the column 'VersionID'. <br />\r
-     * {UQ : VARCHAR(255)}\r
+     * VersionID: {UQ : VARCHAR(255)} <br />\r
      * @return The value of the column 'VersionID'. (Nullable)\r
      */\r
     public String getVersionid() {\r
@@ -267,8 +246,7 @@ public abstract class BsTVersion implements Entity, java.io.Serializable {
     }\r
 \r
     /**\r
-     * Set the value of the column 'VersionID'. <br />\r
-     * {UQ : VARCHAR(255)}\r
+     * VersionID: {UQ : VARCHAR(255)} <br />\r
      * @param versionid The value of the column 'VersionID'. (Nullable)\r
      */\r
     public void setVersionid(String versionid) {\r
@@ -276,12 +254,8 @@ public abstract class BsTVersion implements Entity, java.io.Serializable {
         this._versionid = versionid;\r
     }\r
 \r
-    /** The column annotation for S2Dao. {VARCHAR(100)} */\r
-    public static final String elementtype_COLUMN = "ElementType";\r
-\r
     /**\r
-     * Get the value of the column 'ElementType'. <br />\r
-     * {VARCHAR(100)}\r
+     * ElementType: {VARCHAR(100)} <br />\r
      * @return The value of the column 'ElementType'. (Nullable)\r
      */\r
     public String getElementtype() {\r
@@ -289,8 +263,7 @@ public abstract class BsTVersion implements Entity, java.io.Serializable {
     }\r
 \r
     /**\r
-     * Set the value of the column 'ElementType'. <br />\r
-     * {VARCHAR(100)}\r
+     * ElementType: {VARCHAR(100)} <br />\r
      * @param elementtype The value of the column 'ElementType'. (Nullable)\r
      */\r
     public void setElementtype(String elementtype) {\r
@@ -298,12 +271,8 @@ public abstract class BsTVersion implements Entity, java.io.Serializable {
         this._elementtype = elementtype;\r
     }\r
 \r
-    /** The column annotation for S2Dao. {VARCHAR(255)} */\r
-    public static final String flags_COLUMN = "Flags";\r
-\r
     /**\r
-     * Get the value of the column 'Flags'. <br />\r
-     * {VARCHAR(255)}\r
+     * Flags: {VARCHAR(255)} <br />\r
      * @return The value of the column 'Flags'. (Nullable)\r
      */\r
     public String getFlags() {\r
@@ -311,8 +280,7 @@ public abstract class BsTVersion implements Entity, java.io.Serializable {
     }\r
 \r
     /**\r
-     * Set the value of the column 'Flags'. <br />\r
-     * {VARCHAR(255)}\r
+     * Flags: {VARCHAR(255)} <br />\r
      * @param flags The value of the column 'Flags'. (Nullable)\r
      */\r
     public void setFlags(String flags) {\r
@@ -320,12 +288,8 @@ public abstract class BsTVersion implements Entity, java.io.Serializable {
         this._flags = flags;\r
     }\r
 \r
-    /** The column annotation for S2Dao. {VARCHAR(255)} */\r
-    public static final String externalfile_COLUMN = "ExternalFile";\r
-\r
     /**\r
-     * Get the value of the column 'ExternalFile'. <br />\r
-     * {VARCHAR(255)}\r
+     * ExternalFile: {VARCHAR(255)} <br />\r
      * @return The value of the column 'ExternalFile'. (Nullable)\r
      */\r
     public String getExternalfile() {\r
@@ -333,8 +297,7 @@ public abstract class BsTVersion implements Entity, java.io.Serializable {
     }\r
 \r
     /**\r
-     * Set the value of the column 'ExternalFile'. <br />\r
-     * {VARCHAR(255)}\r
+     * ExternalFile: {VARCHAR(255)} <br />\r
      * @param externalfile The value of the column 'ExternalFile'. (Nullable)\r
      */\r
     public void setExternalfile(String externalfile) {\r
@@ -342,12 +305,8 @@ public abstract class BsTVersion implements Entity, java.io.Serializable {
         this._externalfile = externalfile;\r
     }\r
 \r
-    /** The column annotation for S2Dao. {VARCHAR(255)} */\r
-    public static final String notes_COLUMN = "Notes";\r
-\r
     /**\r
-     * Get the value of the column 'Notes'. <br />\r
-     * {VARCHAR(255)}\r
+     * Notes: {VARCHAR(255)} <br />\r
      * @return The value of the column 'Notes'. (Nullable)\r
      */\r
     public String getNotes() {\r
@@ -355,8 +314,7 @@ public abstract class BsTVersion implements Entity, java.io.Serializable {
     }\r
 \r
     /**\r
-     * Set the value of the column 'Notes'. <br />\r
-     * {VARCHAR(255)}\r
+     * Notes: {VARCHAR(255)} <br />\r
      * @param notes The value of the column 'Notes'. (Nullable)\r
      */\r
     public void setNotes(String notes) {\r
@@ -364,12 +322,8 @@ public abstract class BsTVersion implements Entity, java.io.Serializable {
         this._notes = notes;\r
     }\r
 \r
-    /** The column annotation for S2Dao. {VARCHAR(255)} */\r
-    public static final String owner_COLUMN = "Owner";\r
-\r
     /**\r
-     * Get the value of the column 'Owner'. <br />\r
-     * {VARCHAR(255)}\r
+     * Owner: {VARCHAR(255)} <br />\r
      * @return The value of the column 'Owner'. (Nullable)\r
      */\r
     public String getOwner() {\r
@@ -377,8 +331,7 @@ public abstract class BsTVersion implements Entity, java.io.Serializable {
     }\r
 \r
     /**\r
-     * Set the value of the column 'Owner'. <br />\r
-     * {VARCHAR(255)}\r
+     * Owner: {VARCHAR(255)} <br />\r
      * @param owner The value of the column 'Owner'. (Nullable)\r
      */\r
     public void setOwner(String owner) {\r
@@ -386,12 +339,8 @@ public abstract class BsTVersion implements Entity, java.io.Serializable {
         this._owner = owner;\r
     }\r
 \r
-    /** The column annotation for S2Dao. {DATETIME} */\r
-    public static final String versiondate_COLUMN = "VersionDate";\r
-\r
     /**\r
-     * Get the value of the column 'VersionDate'. <br />\r
-     * {DATETIME}\r
+     * VersionDate: {DATETIME} <br />\r
      * @return The value of the column 'VersionDate'. (Nullable)\r
      */\r
     public java.sql.Timestamp getVersiondate() {\r
@@ -399,8 +348,7 @@ public abstract class BsTVersion implements Entity, java.io.Serializable {
     }\r
 \r
     /**\r
-     * Set the value of the column 'VersionDate'. <br />\r
-     * {DATETIME}\r
+     * VersionDate: {DATETIME} <br />\r
      * @param versiondate The value of the column 'VersionDate'. (Nullable)\r
      */\r
     public void setVersiondate(java.sql.Timestamp versiondate) {\r
@@ -408,12 +356,8 @@ public abstract class BsTVersion implements Entity, java.io.Serializable {
         this._versiondate = versiondate;\r
     }\r
 \r
-    /** The column annotation for S2Dao. {VARCHAR(255)} */\r
-    public static final String branch_COLUMN = "Branch";\r
-\r
     /**\r
-     * Get the value of the column 'Branch'. <br />\r
-     * {VARCHAR(255)}\r
+     * Branch: {VARCHAR(255)} <br />\r
      * @return The value of the column 'Branch'. (Nullable)\r
      */\r
     public String getBranch() {\r
@@ -421,8 +365,7 @@ public abstract class BsTVersion implements Entity, java.io.Serializable {
     }\r
 \r
     /**\r
-     * Set the value of the column 'Branch'. <br />\r
-     * {VARCHAR(255)}\r
+     * Branch: {VARCHAR(255)} <br />\r
      * @param branch The value of the column 'Branch'. (Nullable)\r
      */\r
     public void setBranch(String branch) {\r
@@ -430,12 +373,8 @@ public abstract class BsTVersion implements Entity, java.io.Serializable {
         this._branch = branch;\r
     }\r
 \r
-    /** The column annotation for S2Dao. {LONGCHAR(2147483647)} */\r
-    public static final String elementxml_COLUMN = "ElementXML";\r
-\r
     /**\r
-     * Get the value of the column 'ElementXML'. <br />\r
-     * {LONGCHAR(2147483647)}\r
+     * ElementXML: {LONGCHAR(2147483647)} <br />\r
      * @return The value of the column 'ElementXML'. (Nullable)\r
      */\r
     public String getElementxml() {\r
@@ -443,13 +382,11 @@ public abstract class BsTVersion implements Entity, java.io.Serializable {
     }\r
 \r
     /**\r
-     * Set the value of the column 'ElementXML'. <br />\r
-     * {LONGCHAR(2147483647)}\r
+     * ElementXML: {LONGCHAR(2147483647)} <br />\r
      * @param elementxml The value of the column 'ElementXML'. (Nullable)\r
      */\r
     public void setElementxml(String elementxml) {\r
         _modifiedProperties.addPropertyName("elementxml");\r
         this._elementxml = elementxml;\r
     }\r
-\r
 }\r