OSDN Git Service

DBFlute-0.9.3に更新
[ea2ddl/ea2ddl.git] / ea2ddl-dao / src / main / java / jp / sourceforge / ea2ddl / dao / bsentity / BsTXrefsystem.java
index 978fd42..9feec52 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_xrefsystem(TABLE).\r
+ * The entity of t_xrefsystem 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 BsTXrefsystem implements Entity, java.io.Serializable {\r
+ */\r
+public abstract class BsTXrefsystem implements Entity, Serializable {\r
 \r
     // ===================================================================================\r
     //                                                                          Definition\r
@@ -47,56 +47,52 @@ public abstract class BsTXrefsystem 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_xrefsystem. */\r
-    public static final String TABLE = "t_xrefsystem";\r
-\r
-\r
     // ===================================================================================\r
     //                                                                           Attribute\r
     //                                                                           =========\r
     // -----------------------------------------------------\r
     //                                                Column\r
     //                                                ------\r
-    /** The attribute of the column 'XrefID'. {UQ : VARCHAR(255)} */\r
+    /** XrefID: {UQ : VARCHAR(255)} */\r
     protected String _xrefid;\r
 \r
-    /** The attribute of the column 'ToolID'. {VARCHAR(50)} */\r
+    /** ToolID: {VARCHAR(50)} */\r
     protected String _toolid;\r
 \r
-    /** The attribute of the column 'Name'. {VARCHAR(255)} */\r
+    /** Name: {VARCHAR(255)} */\r
     protected String _name;\r
 \r
-    /** The attribute of the column 'Type'. {VARCHAR(255)} */\r
+    /** Type: {VARCHAR(255)} */\r
     protected String _type;\r
 \r
-    /** The attribute of the column 'Visibility'. {VARCHAR(255)} */\r
+    /** Visibility: {VARCHAR(255)} */\r
     protected String _visibility;\r
 \r
-    /** The attribute of the column 'Namespace'. {VARCHAR(255)} */\r
+    /** Namespace: {VARCHAR(255)} */\r
     protected String _namespace;\r
 \r
-    /** The attribute of the column 'Requirement'. {VARCHAR(255)} */\r
+    /** Requirement: {VARCHAR(255)} */\r
     protected String _requirement;\r
 \r
-    /** The attribute of the column 'Constraint'. {VARCHAR(255)} */\r
+    /** Constraint: {VARCHAR(255)} */\r
     protected String _constraint;\r
 \r
-    /** The attribute of the column 'Behavior'. {VARCHAR(255)} */\r
+    /** Behavior: {VARCHAR(255)} */\r
     protected String _behavior;\r
 \r
-    /** The attribute of the column 'Partition'. {VARCHAR(255)} */\r
+    /** Partition: {VARCHAR(255)} */\r
     protected String _partition;\r
 \r
-    /** The attribute of the column 'Description'. {LONGCHAR(2147483647)} */\r
+    /** Description: {LONGCHAR(2147483647)} */\r
     protected String _description;\r
 \r
-    /** The attribute of the column 'Client'. {VARCHAR(255)} */\r
+    /** Client: {VARCHAR(255)} */\r
     protected String _client;\r
 \r
-    /** The attribute of the column 'Supplier'. {VARCHAR(255)} */\r
+    /** Supplier: {VARCHAR(255)} */\r
     protected String _supplier;\r
 \r
-    /** The attribute of the column 'Link'. {VARCHAR(255)} */\r
+    /** Link: {VARCHAR(255)} */\r
     protected String _link;\r
 \r
     // -----------------------------------------------------\r
@@ -106,19 +102,13 @@ public abstract class BsTXrefsystem implements Entity, java.io.Serializable {
     protected EntityModifiedProperties _modifiedProperties = newEntityModifiedProperties();\r
     \r
     // ===================================================================================\r
-    //                                                                         Constructor\r
-    //                                                                         ===========\r
-    public BsTXrefsystem() {\r
-    }\r
-\r
-    // ===================================================================================\r
     //                                                                          Table Name\r
     //                                                                          ==========\r
     public String getTableDbName() {\r
         return "t_xrefsystem";\r
     }\r
 \r
-    public String getTablePropertyName() {// as JavaBeansRule\r
+    public String getTablePropertyName() { // as JavaBeansRule\r
         return "TXrefsystem";\r
     }\r
 \r
@@ -144,7 +134,6 @@ public abstract class BsTXrefsystem implements Entity, java.io.Serializable {
     // ===================================================================================\r
     //                                                                   Referrer Property\r
     //                                                                   =================\r
-\r
     // ===================================================================================\r
     //                                                                       Determination\r
     //                                                                       =============\r
@@ -255,13 +244,8 @@ public abstract class BsTXrefsystem implements Entity, java.io.Serializable {
     // ===================================================================================\r
     //                                                                            Accessor\r
     //                                                                            ========\r
-\r
-    /** The column annotation for S2Dao. {UQ : VARCHAR(255)} */\r
-    public static final String xrefid_COLUMN = "XrefID";\r
-\r
     /**\r
-     * Get the value of the column 'XrefID'. <br />\r
-     * {UQ : VARCHAR(255)}\r
+     * XrefID: {UQ : VARCHAR(255)} <br />\r
      * @return The value of the column 'XrefID'. (Nullable)\r
      */\r
     public String getXrefid() {\r
@@ -269,8 +253,7 @@ public abstract class BsTXrefsystem implements Entity, java.io.Serializable {
     }\r
 \r
     /**\r
-     * Set the value of the column 'XrefID'. <br />\r
-     * {UQ : VARCHAR(255)}\r
+     * XrefID: {UQ : VARCHAR(255)} <br />\r
      * @param xrefid The value of the column 'XrefID'. (Nullable)\r
      */\r
     public void setXrefid(String xrefid) {\r
@@ -278,12 +261,8 @@ public abstract class BsTXrefsystem implements Entity, java.io.Serializable {
         this._xrefid = xrefid;\r
     }\r
 \r
-    /** The column annotation for S2Dao. {VARCHAR(50)} */\r
-    public static final String toolid_COLUMN = "ToolID";\r
-\r
     /**\r
-     * Get the value of the column 'ToolID'. <br />\r
-     * {VARCHAR(50)}\r
+     * ToolID: {VARCHAR(50)} <br />\r
      * @return The value of the column 'ToolID'. (Nullable)\r
      */\r
     public String getToolid() {\r
@@ -291,8 +270,7 @@ public abstract class BsTXrefsystem implements Entity, java.io.Serializable {
     }\r
 \r
     /**\r
-     * Set the value of the column 'ToolID'. <br />\r
-     * {VARCHAR(50)}\r
+     * ToolID: {VARCHAR(50)} <br />\r
      * @param toolid The value of the column 'ToolID'. (Nullable)\r
      */\r
     public void setToolid(String toolid) {\r
@@ -300,12 +278,8 @@ public abstract class BsTXrefsystem implements Entity, java.io.Serializable {
         this._toolid = toolid;\r
     }\r
 \r
-    /** The column annotation for S2Dao. {VARCHAR(255)} */\r
-    public static final String name_COLUMN = "Name";\r
-\r
     /**\r
-     * Get the value of the column 'Name'. <br />\r
-     * {VARCHAR(255)}\r
+     * Name: {VARCHAR(255)} <br />\r
      * @return The value of the column 'Name'. (Nullable)\r
      */\r
     public String getName() {\r
@@ -313,8 +287,7 @@ public abstract class BsTXrefsystem implements Entity, java.io.Serializable {
     }\r
 \r
     /**\r
-     * Set the value of the column 'Name'. <br />\r
-     * {VARCHAR(255)}\r
+     * Name: {VARCHAR(255)} <br />\r
      * @param name The value of the column 'Name'. (Nullable)\r
      */\r
     public void setName(String name) {\r
@@ -322,12 +295,8 @@ public abstract class BsTXrefsystem implements Entity, java.io.Serializable {
         this._name = name;\r
     }\r
 \r
-    /** The column annotation for S2Dao. {VARCHAR(255)} */\r
-    public static final String type_COLUMN = "Type";\r
-\r
     /**\r
-     * Get the value of the column 'Type'. <br />\r
-     * {VARCHAR(255)}\r
+     * Type: {VARCHAR(255)} <br />\r
      * @return The value of the column 'Type'. (Nullable)\r
      */\r
     public String getType() {\r
@@ -335,8 +304,7 @@ public abstract class BsTXrefsystem implements Entity, java.io.Serializable {
     }\r
 \r
     /**\r
-     * Set the value of the column 'Type'. <br />\r
-     * {VARCHAR(255)}\r
+     * Type: {VARCHAR(255)} <br />\r
      * @param type The value of the column 'Type'. (Nullable)\r
      */\r
     public void setType(String type) {\r
@@ -344,12 +312,8 @@ public abstract class BsTXrefsystem implements Entity, java.io.Serializable {
         this._type = type;\r
     }\r
 \r
-    /** The column annotation for S2Dao. {VARCHAR(255)} */\r
-    public static final String visibility_COLUMN = "Visibility";\r
-\r
     /**\r
-     * Get the value of the column 'Visibility'. <br />\r
-     * {VARCHAR(255)}\r
+     * Visibility: {VARCHAR(255)} <br />\r
      * @return The value of the column 'Visibility'. (Nullable)\r
      */\r
     public String getVisibility() {\r
@@ -357,8 +321,7 @@ public abstract class BsTXrefsystem implements Entity, java.io.Serializable {
     }\r
 \r
     /**\r
-     * Set the value of the column 'Visibility'. <br />\r
-     * {VARCHAR(255)}\r
+     * Visibility: {VARCHAR(255)} <br />\r
      * @param visibility The value of the column 'Visibility'. (Nullable)\r
      */\r
     public void setVisibility(String visibility) {\r
@@ -366,12 +329,8 @@ public abstract class BsTXrefsystem implements Entity, java.io.Serializable {
         this._visibility = visibility;\r
     }\r
 \r
-    /** The column annotation for S2Dao. {VARCHAR(255)} */\r
-    public static final String namespace_COLUMN = "Namespace";\r
-\r
     /**\r
-     * Get the value of the column 'Namespace'. <br />\r
-     * {VARCHAR(255)}\r
+     * Namespace: {VARCHAR(255)} <br />\r
      * @return The value of the column 'Namespace'. (Nullable)\r
      */\r
     public String getNamespace() {\r
@@ -379,8 +338,7 @@ public abstract class BsTXrefsystem implements Entity, java.io.Serializable {
     }\r
 \r
     /**\r
-     * Set the value of the column 'Namespace'. <br />\r
-     * {VARCHAR(255)}\r
+     * Namespace: {VARCHAR(255)} <br />\r
      * @param namespace The value of the column 'Namespace'. (Nullable)\r
      */\r
     public void setNamespace(String namespace) {\r
@@ -388,12 +346,8 @@ public abstract class BsTXrefsystem implements Entity, java.io.Serializable {
         this._namespace = namespace;\r
     }\r
 \r
-    /** The column annotation for S2Dao. {VARCHAR(255)} */\r
-    public static final String requirement_COLUMN = "Requirement";\r
-\r
     /**\r
-     * Get the value of the column 'Requirement'. <br />\r
-     * {VARCHAR(255)}\r
+     * Requirement: {VARCHAR(255)} <br />\r
      * @return The value of the column 'Requirement'. (Nullable)\r
      */\r
     public String getRequirement() {\r
@@ -401,8 +355,7 @@ public abstract class BsTXrefsystem implements Entity, java.io.Serializable {
     }\r
 \r
     /**\r
-     * Set the value of the column 'Requirement'. <br />\r
-     * {VARCHAR(255)}\r
+     * Requirement: {VARCHAR(255)} <br />\r
      * @param requirement The value of the column 'Requirement'. (Nullable)\r
      */\r
     public void setRequirement(String requirement) {\r
@@ -410,12 +363,8 @@ public abstract class BsTXrefsystem implements Entity, java.io.Serializable {
         this._requirement = requirement;\r
     }\r
 \r
-    /** The column annotation for S2Dao. {VARCHAR(255)} */\r
-    public static final String constraint_COLUMN = "Constraint";\r
-\r
     /**\r
-     * Get the value of the column 'Constraint'. <br />\r
-     * {VARCHAR(255)}\r
+     * Constraint: {VARCHAR(255)} <br />\r
      * @return The value of the column 'Constraint'. (Nullable)\r
      */\r
     public String getConstraint() {\r
@@ -423,8 +372,7 @@ public abstract class BsTXrefsystem implements Entity, java.io.Serializable {
     }\r
 \r
     /**\r
-     * Set the value of the column 'Constraint'. <br />\r
-     * {VARCHAR(255)}\r
+     * Constraint: {VARCHAR(255)} <br />\r
      * @param constraint The value of the column 'Constraint'. (Nullable)\r
      */\r
     public void setConstraint(String constraint) {\r
@@ -432,12 +380,8 @@ public abstract class BsTXrefsystem implements Entity, java.io.Serializable {
         this._constraint = constraint;\r
     }\r
 \r
-    /** The column annotation for S2Dao. {VARCHAR(255)} */\r
-    public static final String behavior_COLUMN = "Behavior";\r
-\r
     /**\r
-     * Get the value of the column 'Behavior'. <br />\r
-     * {VARCHAR(255)}\r
+     * Behavior: {VARCHAR(255)} <br />\r
      * @return The value of the column 'Behavior'. (Nullable)\r
      */\r
     public String getBehavior() {\r
@@ -445,8 +389,7 @@ public abstract class BsTXrefsystem implements Entity, java.io.Serializable {
     }\r
 \r
     /**\r
-     * Set the value of the column 'Behavior'. <br />\r
-     * {VARCHAR(255)}\r
+     * Behavior: {VARCHAR(255)} <br />\r
      * @param behavior The value of the column 'Behavior'. (Nullable)\r
      */\r
     public void setBehavior(String behavior) {\r
@@ -454,12 +397,8 @@ public abstract class BsTXrefsystem implements Entity, java.io.Serializable {
         this._behavior = behavior;\r
     }\r
 \r
-    /** The column annotation for S2Dao. {VARCHAR(255)} */\r
-    public static final String partition_COLUMN = "Partition";\r
-\r
     /**\r
-     * Get the value of the column 'Partition'. <br />\r
-     * {VARCHAR(255)}\r
+     * Partition: {VARCHAR(255)} <br />\r
      * @return The value of the column 'Partition'. (Nullable)\r
      */\r
     public String getPartition() {\r
@@ -467,8 +406,7 @@ public abstract class BsTXrefsystem implements Entity, java.io.Serializable {
     }\r
 \r
     /**\r
-     * Set the value of the column 'Partition'. <br />\r
-     * {VARCHAR(255)}\r
+     * Partition: {VARCHAR(255)} <br />\r
      * @param partition The value of the column 'Partition'. (Nullable)\r
      */\r
     public void setPartition(String partition) {\r
@@ -476,12 +414,8 @@ public abstract class BsTXrefsystem implements Entity, java.io.Serializable {
         this._partition = partition;\r
     }\r
 \r
-    /** The column annotation for S2Dao. {LONGCHAR(2147483647)} */\r
-    public static final String description_COLUMN = "Description";\r
-\r
     /**\r
-     * Get the value of the column 'Description'. <br />\r
-     * {LONGCHAR(2147483647)}\r
+     * Description: {LONGCHAR(2147483647)} <br />\r
      * @return The value of the column 'Description'. (Nullable)\r
      */\r
     public String getDescription() {\r
@@ -489,8 +423,7 @@ public abstract class BsTXrefsystem implements Entity, java.io.Serializable {
     }\r
 \r
     /**\r
-     * Set the value of the column 'Description'. <br />\r
-     * {LONGCHAR(2147483647)}\r
+     * Description: {LONGCHAR(2147483647)} <br />\r
      * @param description The value of the column 'Description'. (Nullable)\r
      */\r
     public void setDescription(String description) {\r
@@ -498,12 +431,8 @@ public abstract class BsTXrefsystem implements Entity, java.io.Serializable {
         this._description = description;\r
     }\r
 \r
-    /** The column annotation for S2Dao. {VARCHAR(255)} */\r
-    public static final String client_COLUMN = "Client";\r
-\r
     /**\r
-     * Get the value of the column 'Client'. <br />\r
-     * {VARCHAR(255)}\r
+     * Client: {VARCHAR(255)} <br />\r
      * @return The value of the column 'Client'. (Nullable)\r
      */\r
     public String getClient() {\r
@@ -511,8 +440,7 @@ public abstract class BsTXrefsystem implements Entity, java.io.Serializable {
     }\r
 \r
     /**\r
-     * Set the value of the column 'Client'. <br />\r
-     * {VARCHAR(255)}\r
+     * Client: {VARCHAR(255)} <br />\r
      * @param client The value of the column 'Client'. (Nullable)\r
      */\r
     public void setClient(String client) {\r
@@ -520,12 +448,8 @@ public abstract class BsTXrefsystem implements Entity, java.io.Serializable {
         this._client = client;\r
     }\r
 \r
-    /** The column annotation for S2Dao. {VARCHAR(255)} */\r
-    public static final String supplier_COLUMN = "Supplier";\r
-\r
     /**\r
-     * Get the value of the column 'Supplier'. <br />\r
-     * {VARCHAR(255)}\r
+     * Supplier: {VARCHAR(255)} <br />\r
      * @return The value of the column 'Supplier'. (Nullable)\r
      */\r
     public String getSupplier() {\r
@@ -533,8 +457,7 @@ public abstract class BsTXrefsystem implements Entity, java.io.Serializable {
     }\r
 \r
     /**\r
-     * Set the value of the column 'Supplier'. <br />\r
-     * {VARCHAR(255)}\r
+     * Supplier: {VARCHAR(255)} <br />\r
      * @param supplier The value of the column 'Supplier'. (Nullable)\r
      */\r
     public void setSupplier(String supplier) {\r
@@ -542,12 +465,8 @@ public abstract class BsTXrefsystem implements Entity, java.io.Serializable {
         this._supplier = supplier;\r
     }\r
 \r
-    /** The column annotation for S2Dao. {VARCHAR(255)} */\r
-    public static final String link_COLUMN = "Link";\r
-\r
     /**\r
-     * Get the value of the column 'Link'. <br />\r
-     * {VARCHAR(255)}\r
+     * Link: {VARCHAR(255)} <br />\r
      * @return The value of the column 'Link'. (Nullable)\r
      */\r
     public String getLink() {\r
@@ -555,13 +474,11 @@ public abstract class BsTXrefsystem implements Entity, java.io.Serializable {
     }\r
 \r
     /**\r
-     * Set the value of the column 'Link'. <br />\r
-     * {VARCHAR(255)}\r
+     * Link: {VARCHAR(255)} <br />\r
      * @param link The value of the column 'Link'. (Nullable)\r
      */\r
     public void setLink(String link) {\r
         _modifiedProperties.addPropertyName("link");\r
         this._link = link;\r
     }\r
-\r
 }\r