OSDN Git Service

DBFlute-0.9.3に更新
[ea2ddl/ea2ddl.git] / ea2ddl-dao / src / main / java / jp / sourceforge / ea2ddl / dao / bsentity / BsTRoleconstraint.java
index 1a38940..448d048 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_roleconstraint(TABLE).\r
+ * The entity of t_roleconstraint 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 BsTRoleconstraint implements Entity, java.io.Serializable {\r
+ */\r
+public abstract class BsTRoleconstraint implements Entity, Serializable {\r
 \r
     // ===================================================================================\r
     //                                                                          Definition\r
@@ -47,29 +47,25 @@ public abstract class BsTRoleconstraint 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_roleconstraint. */\r
-    public static final String TABLE = "t_roleconstraint";\r
-\r
-\r
     // ===================================================================================\r
     //                                                                           Attribute\r
     //                                                                           =========\r
     // -----------------------------------------------------\r
     //                                                Column\r
     //                                                ------\r
-    /** The attribute of the column 'ConnectorID'. {UQ : INTEGER} */\r
+    /** ConnectorID: {UQ : INTEGER} */\r
     protected java.lang.Integer _connectorid;\r
 \r
-    /** The attribute of the column 'Constraint'. {UQ : VARCHAR(255)} */\r
+    /** Constraint: {UQ : VARCHAR(255)} */\r
     protected String _constraint;\r
 \r
-    /** The attribute of the column 'ConnectorEnd'. {UQ : VARCHAR(50)} */\r
+    /** ConnectorEnd: {UQ : VARCHAR(50)} */\r
     protected String _connectorend;\r
 \r
-    /** The attribute of the column 'ConstraintType'. {UQ : VARCHAR(12)} */\r
+    /** ConstraintType: {UQ : VARCHAR(12)} */\r
     protected String _constrainttype;\r
 \r
-    /** The attribute of the column 'Notes'. {LONGCHAR(2147483647)} */\r
+    /** Notes: {LONGCHAR(2147483647)} */\r
     protected String _notes;\r
 \r
     // -----------------------------------------------------\r
@@ -79,19 +75,13 @@ public abstract class BsTRoleconstraint implements Entity, java.io.Serializable
     protected EntityModifiedProperties _modifiedProperties = newEntityModifiedProperties();\r
     \r
     // ===================================================================================\r
-    //                                                                         Constructor\r
-    //                                                                         ===========\r
-    public BsTRoleconstraint() {\r
-    }\r
-\r
-    // ===================================================================================\r
     //                                                                          Table Name\r
     //                                                                          ==========\r
     public String getTableDbName() {\r
         return "t_roleconstraint";\r
     }\r
 \r
-    public String getTablePropertyName() {// as JavaBeansRule\r
+    public String getTablePropertyName() { // as JavaBeansRule\r
         return "TRoleconstraint";\r
     }\r
 \r
@@ -117,7 +107,6 @@ public abstract class BsTRoleconstraint implements Entity, java.io.Serializable
     // ===================================================================================\r
     //                                                                   Referrer Property\r
     //                                                                   =================\r
-\r
     // ===================================================================================\r
     //                                                                       Determination\r
     //                                                                       =============\r
@@ -201,13 +190,8 @@ public abstract class BsTRoleconstraint implements Entity, java.io.Serializable
     // ===================================================================================\r
     //                                                                            Accessor\r
     //                                                                            ========\r
-\r
-    /** The column annotation for S2Dao. {UQ : INTEGER} */\r
-    public static final String connectorid_COLUMN = "ConnectorID";\r
-\r
     /**\r
-     * Get the value of the column 'ConnectorID'. <br />\r
-     * {UQ : INTEGER}\r
+     * ConnectorID: {UQ : INTEGER} <br />\r
      * @return The value of the column 'ConnectorID'. (Nullable)\r
      */\r
     public java.lang.Integer getConnectorid() {\r
@@ -215,8 +199,7 @@ public abstract class BsTRoleconstraint implements Entity, java.io.Serializable
     }\r
 \r
     /**\r
-     * Set the value of the column 'ConnectorID'. <br />\r
-     * {UQ : INTEGER}\r
+     * ConnectorID: {UQ : INTEGER} <br />\r
      * @param connectorid The value of the column 'ConnectorID'. (Nullable)\r
      */\r
     public void setConnectorid(java.lang.Integer connectorid) {\r
@@ -224,12 +207,8 @@ public abstract class BsTRoleconstraint implements Entity, java.io.Serializable
         this._connectorid = connectorid;\r
     }\r
 \r
-    /** The column annotation for S2Dao. {UQ : VARCHAR(255)} */\r
-    public static final String constraint_COLUMN = "Constraint";\r
-\r
     /**\r
-     * Get the value of the column 'Constraint'. <br />\r
-     * {UQ : VARCHAR(255)}\r
+     * Constraint: {UQ : VARCHAR(255)} <br />\r
      * @return The value of the column 'Constraint'. (Nullable)\r
      */\r
     public String getConstraint() {\r
@@ -237,8 +216,7 @@ public abstract class BsTRoleconstraint implements Entity, java.io.Serializable
     }\r
 \r
     /**\r
-     * Set the value of the column 'Constraint'. <br />\r
-     * {UQ : VARCHAR(255)}\r
+     * Constraint: {UQ : VARCHAR(255)} <br />\r
      * @param constraint The value of the column 'Constraint'. (Nullable)\r
      */\r
     public void setConstraint(String constraint) {\r
@@ -246,12 +224,8 @@ public abstract class BsTRoleconstraint implements Entity, java.io.Serializable
         this._constraint = constraint;\r
     }\r
 \r
-    /** The column annotation for S2Dao. {UQ : VARCHAR(50)} */\r
-    public static final String connectorend_COLUMN = "ConnectorEnd";\r
-\r
     /**\r
-     * Get the value of the column 'ConnectorEnd'. <br />\r
-     * {UQ : VARCHAR(50)}\r
+     * ConnectorEnd: {UQ : VARCHAR(50)} <br />\r
      * @return The value of the column 'ConnectorEnd'. (Nullable)\r
      */\r
     public String getConnectorend() {\r
@@ -259,8 +233,7 @@ public abstract class BsTRoleconstraint implements Entity, java.io.Serializable
     }\r
 \r
     /**\r
-     * Set the value of the column 'ConnectorEnd'. <br />\r
-     * {UQ : VARCHAR(50)}\r
+     * ConnectorEnd: {UQ : VARCHAR(50)} <br />\r
      * @param connectorend The value of the column 'ConnectorEnd'. (Nullable)\r
      */\r
     public void setConnectorend(String connectorend) {\r
@@ -268,12 +241,8 @@ public abstract class BsTRoleconstraint implements Entity, java.io.Serializable
         this._connectorend = connectorend;\r
     }\r
 \r
-    /** The column annotation for S2Dao. {UQ : VARCHAR(12)} */\r
-    public static final String constrainttype_COLUMN = "ConstraintType";\r
-\r
     /**\r
-     * Get the value of the column 'ConstraintType'. <br />\r
-     * {UQ : VARCHAR(12)}\r
+     * ConstraintType: {UQ : VARCHAR(12)} <br />\r
      * @return The value of the column 'ConstraintType'. (Nullable)\r
      */\r
     public String getConstrainttype() {\r
@@ -281,8 +250,7 @@ public abstract class BsTRoleconstraint implements Entity, java.io.Serializable
     }\r
 \r
     /**\r
-     * Set the value of the column 'ConstraintType'. <br />\r
-     * {UQ : VARCHAR(12)}\r
+     * ConstraintType: {UQ : VARCHAR(12)} <br />\r
      * @param constrainttype The value of the column 'ConstraintType'. (Nullable)\r
      */\r
     public void setConstrainttype(String constrainttype) {\r
@@ -290,12 +258,8 @@ public abstract class BsTRoleconstraint implements Entity, java.io.Serializable
         this._constrainttype = constrainttype;\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
@@ -303,13 +267,11 @@ public abstract class BsTRoleconstraint 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
         _modifiedProperties.addPropertyName("notes");\r
         this._notes = notes;\r
     }\r
-\r
 }\r