OSDN Git Service

DBFlute-0.9.3に更新
[ea2ddl/ea2ddl.git] / ea2ddl-dao / src / main / java / jp / sourceforge / ea2ddl / dao / bsentity / BsTOperation.java
index 4dd0518..4d0363f 100644 (file)
@@ -1,16 +1,18 @@
 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
+import jp.sourceforge.ea2ddl.dao.exentity.*;\r
 \r
 /**\r
- * The entity of t_operation(TABLE).\r
+ * The entity of t_operation that the type is TABLE. <br />\r
  * <pre>\r
  * [primary-key]\r
- *     \r
+ *     OperationID\r
  * \r
  * [column]\r
  *     OperationID, Object_ID, Name, Scope, Type, ReturnArray, Stereotype, IsStatic, Concurrency, Notes, Behaviour, GenOption, Pos, Style, Pure, Classifier, Code, IsRoot, IsLeaf, IsQuery, StateFlags, ea_guid, StyleEx\r
@@ -25,21 +27,20 @@ import jp.sourceforge.ea2ddl.dao.allcommon.dbmeta.DBMetaInstanceHandler;
  *     \r
  * \r
  * [foreign-table]\r
- *     \r
+ *     t_object\r
  * \r
  * [referrer-table]\r
- *     \r
+ *     t_operationparams\r
  * \r
  * [foreign-property]\r
- *     \r
+ *     tObject\r
  * \r
  * [referrer-property]\r
- *     \r
+ *     tOperationparamsList\r
  * </pre>\r
  * @author DBFlute(AutoGenerator)\r
- */
-@SuppressWarnings("unchecked")\r
-public abstract class BsTOperation implements Entity, java.io.Serializable {\r
+ */\r
+public abstract class BsTOperation implements Entity, Serializable {\r
 \r
     // ===================================================================================\r
     //                                                                          Definition\r
@@ -47,83 +48,79 @@ public abstract class BsTOperation 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_operation. */\r
-    public static final String TABLE = "t_operation";\r
-\r
-\r
     // ===================================================================================\r
     //                                                                           Attribute\r
     //                                                                           =========\r
     // -----------------------------------------------------\r
     //                                                Column\r
     //                                                ------\r
-    /** The attribute of the column 'OperationID'. {UQ : COUNTER : NotNull} */\r
+    /** OperationID: {PK : UQ : NotNull : COUNTER} */\r
     protected java.lang.Integer _operationid;\r
 \r
-    /** The attribute of the column 'Object_ID'. {INTEGER} */\r
+    /** Object_ID: {INTEGER} */\r
     protected java.lang.Integer _objectId;\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 'Scope'. {VARCHAR(50)} */\r
+    /** Scope: {VARCHAR(50)} */\r
     protected String _scope;\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 'ReturnArray'. {VARCHAR(1)} */\r
+    /** ReturnArray: {VARCHAR(1)} */\r
     protected String _returnarray;\r
 \r
-    /** The attribute of the column 'Stereotype'. {VARCHAR(50)} */\r
+    /** Stereotype: {VARCHAR(50)} */\r
     protected String _stereotype;\r
 \r
-    /** The attribute of the column 'IsStatic'. {VARCHAR(1)} */\r
+    /** IsStatic: {VARCHAR(1)} */\r
     protected String _isstatic;\r
 \r
-    /** The attribute of the column 'Concurrency'. {VARCHAR(50)} */\r
+    /** Concurrency: {VARCHAR(50)} */\r
     protected String _concurrency;\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 'Behaviour'. {LONGCHAR(2147483647)} */\r
+    /** Behaviour: {LONGCHAR(2147483647)} */\r
     protected String _behaviour;\r
 \r
-    /** The attribute of the column 'GenOption'. {LONGCHAR(2147483647)} */\r
+    /** GenOption: {LONGCHAR(2147483647)} */\r
     protected String _genoption;\r
 \r
-    /** The attribute of the column 'Pos'. {INTEGER} */\r
+    /** Pos: {INTEGER} */\r
     protected java.lang.Integer _pos;\r
 \r
-    /** The attribute of the column 'Style'. {VARCHAR(255)} */\r
+    /** Style: {VARCHAR(255)} */\r
     protected String _style;\r
 \r
-    /** The attribute of the column 'Pure'. {BIT : NotNull} */\r
+    /** Pure: {NotNull : BIT} */\r
     protected Boolean _pure;\r
 \r
-    /** The attribute of the column 'Classifier'. {VARCHAR(50)} */\r
+    /** Classifier: {VARCHAR(50)} */\r
     protected String _classifier;\r
 \r
-    /** The attribute of the column 'Code'. {LONGCHAR(2147483647)} */\r
+    /** Code: {LONGCHAR(2147483647)} */\r
     protected String _code;\r
 \r
-    /** The attribute of the column 'IsRoot'. {BIT : NotNull} */\r
+    /** IsRoot: {NotNull : BIT} */\r
     protected Boolean _isroot;\r
 \r
-    /** The attribute of the column 'IsLeaf'. {BIT : NotNull} */\r
+    /** IsLeaf: {NotNull : BIT} */\r
     protected Boolean _isleaf;\r
 \r
-    /** The attribute of the column 'IsQuery'. {BIT : NotNull} */\r
+    /** IsQuery: {NotNull : BIT} */\r
     protected Boolean _isquery;\r
 \r
-    /** The attribute of the column 'StateFlags'. {VARCHAR(255)} */\r
+    /** StateFlags: {VARCHAR(255)} */\r
     protected String _stateflags;\r
 \r
-    /** The attribute of the column 'ea_guid'. {VARCHAR(50)} */\r
+    /** ea_guid: {VARCHAR(50)} */\r
     protected String _eaGuid;\r
 \r
-    /** The attribute of the column 'StyleEx'. {LONGCHAR(2147483647)} */\r
+    /** StyleEx: {LONGCHAR(2147483647)} */\r
     protected String _styleex;\r
 \r
     // -----------------------------------------------------\r
@@ -133,19 +130,13 @@ public abstract class BsTOperation implements Entity, java.io.Serializable {
     protected EntityModifiedProperties _modifiedProperties = newEntityModifiedProperties();\r
     \r
     // ===================================================================================\r
-    //                                                                         Constructor\r
-    //                                                                         ===========\r
-    public BsTOperation() {\r
-    }\r
-\r
-    // ===================================================================================\r
     //                                                                          Table Name\r
     //                                                                          ==========\r
     public String getTableDbName() {\r
         return "t_operation";\r
     }\r
 \r
-    public String getTablePropertyName() {// as JavaBeansRule\r
+    public String getTablePropertyName() { // as JavaBeansRule\r
         return "TOperation";\r
     }\r
 \r
@@ -168,15 +159,54 @@ public abstract class BsTOperation implements Entity, java.io.Serializable {
     // ===================================================================================\r
     //                                                                    Foreign Property\r
     //                                                                    ================\r
+    /** t_object as 'TObject'. */\r
+    protected TObject _parentTObject;\r
+\r
+    /**\r
+     * t_object as 'TObject'. {without lazy-load}\r
+     * @return The entity of foreign property 'TObject'. (Nullable: If the foreign key does not have 'NotNull' constraint, please check null.)\r
+     */\r
+    public TObject getTObject() {\r
+        return _parentTObject;\r
+    }\r
+\r
+    /**\r
+     * t_object as 'TObject'.\r
+     * @param tObject The entity of foreign property 'TObject'. (Nullable)\r
+     */\r
+    public void setTObject(TObject tObject) {\r
+        _parentTObject = tObject;\r
+    }\r
+\r
     // ===================================================================================\r
     //                                                                   Referrer Property\r
     //                                                                   =================\r
+    /** t_operationparams as 'TOperationparamsList'. */\r
+    protected List<TOperationparams> _childrenTOperationparamsList;\r
+\r
+    /**\r
+     * t_operationparams as 'TOperationparamsList'. {without lazy-load} <br />\r
+     * @return The entity list of referrer property 'TOperationparamsList'. (NotNull: If it's not loaded yet, initializes the list instance of referrer as empty and returns it.)\r
+     */\r
+    public List<TOperationparams> getTOperationparamsList() {\r
+        if (_childrenTOperationparamsList == null) { _childrenTOperationparamsList = new ArrayList<TOperationparams>(); }\r
+        return _childrenTOperationparamsList;\r
+    }\r
+\r
+    /**\r
+     * t_operationparams as 'TOperationparamsList'.\r
+     * @param tOperationparamsList The entity list of referrer property 'TOperationparamsList'. (Nullable)\r
+     */\r
+    public void setTOperationparamsList(List<TOperationparams> tOperationparamsList) {\r
+        _childrenTOperationparamsList = tOperationparamsList;\r
+    }\r
 \r
     // ===================================================================================\r
     //                                                                       Determination\r
     //                                                                       =============\r
     public boolean hasPrimaryKeyValue() {\r
-        return false;\r
+        if (_operationid == null) { return false; }\r
+        return true;\r
     }\r
 \r
     // ===================================================================================\r
@@ -202,36 +232,14 @@ public abstract class BsTOperation implements Entity, java.io.Serializable {
     //                                                                      Basic Override\r
     //                                                                      ==============\r
     /**\r
-     * If the all-column value of the other is same as this one, returns true.\r
-     * @param other Other entity. (Nullable)\r
-     * @return Comparing result. If other is null, returns false.\r
+     * If the primary-key of the other is same as this one, returns true.\r
+     * @param other Other entity.\r
+     * @return Comparing result.\r
      */\r
     public boolean equals(Object other) {\r
         if (other == null || !(other instanceof BsTOperation)) { return false; }\r
-        final BsTOperation otherEntity = (BsTOperation)other;\r
+        BsTOperation otherEntity = (BsTOperation)other;\r
         if (!helpComparingValue(getOperationid(), otherEntity.getOperationid())) { return false; }\r
-        if (!helpComparingValue(getObjectId(), otherEntity.getObjectId())) { return false; }\r
-        if (!helpComparingValue(getName(), otherEntity.getName())) { return false; }\r
-        if (!helpComparingValue(getScope(), otherEntity.getScope())) { return false; }\r
-        if (!helpComparingValue(getType(), otherEntity.getType())) { return false; }\r
-        if (!helpComparingValue(getReturnarray(), otherEntity.getReturnarray())) { return false; }\r
-        if (!helpComparingValue(getStereotype(), otherEntity.getStereotype())) { return false; }\r
-        if (!helpComparingValue(getIsstatic(), otherEntity.getIsstatic())) { return false; }\r
-        if (!helpComparingValue(getConcurrency(), otherEntity.getConcurrency())) { return false; }\r
-        if (!helpComparingValue(getNotes(), otherEntity.getNotes())) { return false; }\r
-        if (!helpComparingValue(getBehaviour(), otherEntity.getBehaviour())) { return false; }\r
-        if (!helpComparingValue(getGenoption(), otherEntity.getGenoption())) { return false; }\r
-        if (!helpComparingValue(getPos(), otherEntity.getPos())) { return false; }\r
-        if (!helpComparingValue(getStyle(), otherEntity.getStyle())) { return false; }\r
-        if (!helpComparingValue(getPure(), otherEntity.getPure())) { return false; }\r
-        if (!helpComparingValue(getClassifier(), otherEntity.getClassifier())) { return false; }\r
-        if (!helpComparingValue(getCode(), otherEntity.getCode())) { return false; }\r
-        if (!helpComparingValue(getIsroot(), otherEntity.getIsroot())) { return false; }\r
-        if (!helpComparingValue(getIsleaf(), otherEntity.getIsleaf())) { return false; }\r
-        if (!helpComparingValue(getIsquery(), otherEntity.getIsquery())) { return false; }\r
-        if (!helpComparingValue(getStateflags(), otherEntity.getStateflags())) { return false; }\r
-        if (!helpComparingValue(getEaGuid(), otherEntity.getEaGuid())) { return false; }\r
-        if (!helpComparingValue(getStyleex(), otherEntity.getStyleex())) { return false; }\r
         return true;\r
     }\r
 \r
@@ -241,34 +249,12 @@ public abstract class BsTOperation implements Entity, java.io.Serializable {
     }\r
 \r
     /**\r
-     * Calculates hash-code from all columns.\r
-     * @return Hash-code from all-columns.\r
+     * Calculates hash-code from primary-key.\r
+     * @return Hash-code from primary-keys.\r
      */\r
     public int hashCode() {\r
         int result = 17;\r
-        if (this.getOperationid() != null) { result = result + this.getOperationid().hashCode(); }\r
-        if (this.getObjectId() != null) { result = result + this.getObjectId().hashCode(); }\r
-        if (this.getName() != null) { result = result + this.getName().hashCode(); }\r
-        if (this.getScope() != null) { result = result + this.getScope().hashCode(); }\r
-        if (this.getType() != null) { result = result + this.getType().hashCode(); }\r
-        if (this.getReturnarray() != null) { result = result + this.getReturnarray().hashCode(); }\r
-        if (this.getStereotype() != null) { result = result + this.getStereotype().hashCode(); }\r
-        if (this.getIsstatic() != null) { result = result + this.getIsstatic().hashCode(); }\r
-        if (this.getConcurrency() != null) { result = result + this.getConcurrency().hashCode(); }\r
-        if (this.getNotes() != null) { result = result + this.getNotes().hashCode(); }\r
-        if (this.getBehaviour() != null) { result = result + this.getBehaviour().hashCode(); }\r
-        if (this.getGenoption() != null) { result = result + this.getGenoption().hashCode(); }\r
-        if (this.getPos() != null) { result = result + this.getPos().hashCode(); }\r
-        if (this.getStyle() != null) { result = result + this.getStyle().hashCode(); }\r
-        if (this.getPure() != null) { result = result + this.getPure().hashCode(); }\r
-        if (this.getClassifier() != null) { result = result + this.getClassifier().hashCode(); }\r
-        if (this.getCode() != null) { result = result + this.getCode().hashCode(); }\r
-        if (this.getIsroot() != null) { result = result + this.getIsroot().hashCode(); }\r
-        if (this.getIsleaf() != null) { result = result + this.getIsleaf().hashCode(); }\r
-        if (this.getIsquery() != null) { result = result + this.getIsquery().hashCode(); }\r
-        if (this.getStateflags() != null) { result = result + this.getStateflags().hashCode(); }\r
-        if (this.getEaGuid() != null) { result = result + this.getEaGuid().hashCode(); }\r
-        if (this.getStyleex() != null) { result = result + this.getStyleex().hashCode(); }\r
+        if (this.getOperationid() != null) { result = result + getOperationid().hashCode(); }\r
         return result;\r
     }\r
 \r
@@ -309,13 +295,8 @@ public abstract class BsTOperation implements Entity, java.io.Serializable {
     // ===================================================================================\r
     //                                                                            Accessor\r
     //                                                                            ========\r
-\r
-    /** The column annotation for S2Dao. {UQ : COUNTER : NotNull} */\r
-    public static final String operationid_COLUMN = "OperationID";\r
-\r
     /**\r
-     * Get the value of the column 'OperationID'. <br />\r
-     * {UQ : COUNTER : NotNull}\r
+     * OperationID: {PK : UQ : NotNull : COUNTER} <br />\r
      * @return The value of the column 'OperationID'. (Nullable)\r
      */\r
     public java.lang.Integer getOperationid() {\r
@@ -323,8 +304,7 @@ public abstract class BsTOperation implements Entity, java.io.Serializable {
     }\r
 \r
     /**\r
-     * Set the value of the column 'OperationID'. <br />\r
-     * {UQ : COUNTER : NotNull}\r
+     * OperationID: {PK : UQ : NotNull : COUNTER} <br />\r
      * @param operationid The value of the column 'OperationID'. (Nullable)\r
      */\r
     public void setOperationid(java.lang.Integer operationid) {\r
@@ -332,12 +312,8 @@ public abstract class BsTOperation implements Entity, java.io.Serializable {
         this._operationid = operationid;\r
     }\r
 \r
-    /** The column annotation for S2Dao. {INTEGER} */\r
-    public static final String objectId_COLUMN = "Object_ID";\r
-\r
     /**\r
-     * Get the value of the column 'Object_ID'. <br />\r
-     * {INTEGER}\r
+     * Object_ID: {INTEGER} <br />\r
      * @return The value of the column 'Object_ID'. (Nullable)\r
      */\r
     public java.lang.Integer getObjectId() {\r
@@ -345,8 +321,7 @@ public abstract class BsTOperation implements Entity, java.io.Serializable {
     }\r
 \r
     /**\r
-     * Set the value of the column 'Object_ID'. <br />\r
-     * {INTEGER}\r
+     * Object_ID: {INTEGER} <br />\r
      * @param objectId The value of the column 'Object_ID'. (Nullable)\r
      */\r
     public void setObjectId(java.lang.Integer objectId) {\r
@@ -354,12 +329,8 @@ public abstract class BsTOperation implements Entity, java.io.Serializable {
         this._objectId = objectId;\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
@@ -367,8 +338,7 @@ public abstract class BsTOperation 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
@@ -376,12 +346,8 @@ public abstract class BsTOperation implements Entity, java.io.Serializable {
         this._name = name;\r
     }\r
 \r
-    /** The column annotation for S2Dao. {VARCHAR(50)} */\r
-    public static final String scope_COLUMN = "Scope";\r
-\r
     /**\r
-     * Get the value of the column 'Scope'. <br />\r
-     * {VARCHAR(50)}\r
+     * Scope: {VARCHAR(50)} <br />\r
      * @return The value of the column 'Scope'. (Nullable)\r
      */\r
     public String getScope() {\r
@@ -389,8 +355,7 @@ public abstract class BsTOperation implements Entity, java.io.Serializable {
     }\r
 \r
     /**\r
-     * Set the value of the column 'Scope'. <br />\r
-     * {VARCHAR(50)}\r
+     * Scope: {VARCHAR(50)} <br />\r
      * @param scope The value of the column 'Scope'. (Nullable)\r
      */\r
     public void setScope(String scope) {\r
@@ -398,12 +363,8 @@ public abstract class BsTOperation implements Entity, java.io.Serializable {
         this._scope = scope;\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
@@ -411,8 +372,7 @@ public abstract class BsTOperation 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
@@ -420,12 +380,8 @@ public abstract class BsTOperation implements Entity, java.io.Serializable {
         this._type = type;\r
     }\r
 \r
-    /** The column annotation for S2Dao. {VARCHAR(1)} */\r
-    public static final String returnarray_COLUMN = "ReturnArray";\r
-\r
     /**\r
-     * Get the value of the column 'ReturnArray'. <br />\r
-     * {VARCHAR(1)}\r
+     * ReturnArray: {VARCHAR(1)} <br />\r
      * @return The value of the column 'ReturnArray'. (Nullable)\r
      */\r
     public String getReturnarray() {\r
@@ -433,8 +389,7 @@ public abstract class BsTOperation implements Entity, java.io.Serializable {
     }\r
 \r
     /**\r
-     * Set the value of the column 'ReturnArray'. <br />\r
-     * {VARCHAR(1)}\r
+     * ReturnArray: {VARCHAR(1)} <br />\r
      * @param returnarray The value of the column 'ReturnArray'. (Nullable)\r
      */\r
     public void setReturnarray(String returnarray) {\r
@@ -442,12 +397,8 @@ public abstract class BsTOperation implements Entity, java.io.Serializable {
         this._returnarray = returnarray;\r
     }\r
 \r
-    /** The column annotation for S2Dao. {VARCHAR(50)} */\r
-    public static final String stereotype_COLUMN = "Stereotype";\r
-\r
     /**\r
-     * Get the value of the column 'Stereotype'. <br />\r
-     * {VARCHAR(50)}\r
+     * Stereotype: {VARCHAR(50)} <br />\r
      * @return The value of the column 'Stereotype'. (Nullable)\r
      */\r
     public String getStereotype() {\r
@@ -455,8 +406,7 @@ public abstract class BsTOperation implements Entity, java.io.Serializable {
     }\r
 \r
     /**\r
-     * Set the value of the column 'Stereotype'. <br />\r
-     * {VARCHAR(50)}\r
+     * Stereotype: {VARCHAR(50)} <br />\r
      * @param stereotype The value of the column 'Stereotype'. (Nullable)\r
      */\r
     public void setStereotype(String stereotype) {\r
@@ -464,12 +414,8 @@ public abstract class BsTOperation implements Entity, java.io.Serializable {
         this._stereotype = stereotype;\r
     }\r
 \r
-    /** The column annotation for S2Dao. {VARCHAR(1)} */\r
-    public static final String isstatic_COLUMN = "IsStatic";\r
-\r
     /**\r
-     * Get the value of the column 'IsStatic'. <br />\r
-     * {VARCHAR(1)}\r
+     * IsStatic: {VARCHAR(1)} <br />\r
      * @return The value of the column 'IsStatic'. (Nullable)\r
      */\r
     public String getIsstatic() {\r
@@ -477,8 +423,7 @@ public abstract class BsTOperation implements Entity, java.io.Serializable {
     }\r
 \r
     /**\r
-     * Set the value of the column 'IsStatic'. <br />\r
-     * {VARCHAR(1)}\r
+     * IsStatic: {VARCHAR(1)} <br />\r
      * @param isstatic The value of the column 'IsStatic'. (Nullable)\r
      */\r
     public void setIsstatic(String isstatic) {\r
@@ -486,12 +431,8 @@ public abstract class BsTOperation implements Entity, java.io.Serializable {
         this._isstatic = isstatic;\r
     }\r
 \r
-    /** The column annotation for S2Dao. {VARCHAR(50)} */\r
-    public static final String concurrency_COLUMN = "Concurrency";\r
-\r
     /**\r
-     * Get the value of the column 'Concurrency'. <br />\r
-     * {VARCHAR(50)}\r
+     * Concurrency: {VARCHAR(50)} <br />\r
      * @return The value of the column 'Concurrency'. (Nullable)\r
      */\r
     public String getConcurrency() {\r
@@ -499,8 +440,7 @@ public abstract class BsTOperation implements Entity, java.io.Serializable {
     }\r
 \r
     /**\r
-     * Set the value of the column 'Concurrency'. <br />\r
-     * {VARCHAR(50)}\r
+     * Concurrency: {VARCHAR(50)} <br />\r
      * @param concurrency The value of the column 'Concurrency'. (Nullable)\r
      */\r
     public void setConcurrency(String concurrency) {\r
@@ -508,12 +448,8 @@ public abstract class BsTOperation implements Entity, java.io.Serializable {
         this._concurrency = concurrency;\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
@@ -521,8 +457,7 @@ public abstract class BsTOperation 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
@@ -530,12 +465,8 @@ public abstract class BsTOperation implements Entity, java.io.Serializable {
         this._notes = notes;\r
     }\r
 \r
-    /** The column annotation for S2Dao. {LONGCHAR(2147483647)} */\r
-    public static final String behaviour_COLUMN = "Behaviour";\r
-\r
     /**\r
-     * Get the value of the column 'Behaviour'. <br />\r
-     * {LONGCHAR(2147483647)}\r
+     * Behaviour: {LONGCHAR(2147483647)} <br />\r
      * @return The value of the column 'Behaviour'. (Nullable)\r
      */\r
     public String getBehaviour() {\r
@@ -543,8 +474,7 @@ public abstract class BsTOperation implements Entity, java.io.Serializable {
     }\r
 \r
     /**\r
-     * Set the value of the column 'Behaviour'. <br />\r
-     * {LONGCHAR(2147483647)}\r
+     * Behaviour: {LONGCHAR(2147483647)} <br />\r
      * @param behaviour The value of the column 'Behaviour'. (Nullable)\r
      */\r
     public void setBehaviour(String behaviour) {\r
@@ -552,12 +482,8 @@ public abstract class BsTOperation implements Entity, java.io.Serializable {
         this._behaviour = behaviour;\r
     }\r
 \r
-    /** The column annotation for S2Dao. {LONGCHAR(2147483647)} */\r
-    public static final String genoption_COLUMN = "GenOption";\r
-\r
     /**\r
-     * Get the value of the column 'GenOption'. <br />\r
-     * {LONGCHAR(2147483647)}\r
+     * GenOption: {LONGCHAR(2147483647)} <br />\r
      * @return The value of the column 'GenOption'. (Nullable)\r
      */\r
     public String getGenoption() {\r
@@ -565,8 +491,7 @@ public abstract class BsTOperation implements Entity, java.io.Serializable {
     }\r
 \r
     /**\r
-     * Set the value of the column 'GenOption'. <br />\r
-     * {LONGCHAR(2147483647)}\r
+     * GenOption: {LONGCHAR(2147483647)} <br />\r
      * @param genoption The value of the column 'GenOption'. (Nullable)\r
      */\r
     public void setGenoption(String genoption) {\r
@@ -574,12 +499,8 @@ public abstract class BsTOperation implements Entity, java.io.Serializable {
         this._genoption = genoption;\r
     }\r
 \r
-    /** The column annotation for S2Dao. {INTEGER} */\r
-    public static final String pos_COLUMN = "Pos";\r
-\r
     /**\r
-     * Get the value of the column 'Pos'. <br />\r
-     * {INTEGER}\r
+     * Pos: {INTEGER} <br />\r
      * @return The value of the column 'Pos'. (Nullable)\r
      */\r
     public java.lang.Integer getPos() {\r
@@ -587,8 +508,7 @@ public abstract class BsTOperation implements Entity, java.io.Serializable {
     }\r
 \r
     /**\r
-     * Set the value of the column 'Pos'. <br />\r
-     * {INTEGER}\r
+     * Pos: {INTEGER} <br />\r
      * @param pos The value of the column 'Pos'. (Nullable)\r
      */\r
     public void setPos(java.lang.Integer pos) {\r
@@ -596,12 +516,8 @@ public abstract class BsTOperation implements Entity, java.io.Serializable {
         this._pos = pos;\r
     }\r
 \r
-    /** The column annotation for S2Dao. {VARCHAR(255)} */\r
-    public static final String style_COLUMN = "Style";\r
-\r
     /**\r
-     * Get the value of the column 'Style'. <br />\r
-     * {VARCHAR(255)}\r
+     * Style: {VARCHAR(255)} <br />\r
      * @return The value of the column 'Style'. (Nullable)\r
      */\r
     public String getStyle() {\r
@@ -609,8 +525,7 @@ public abstract class BsTOperation implements Entity, java.io.Serializable {
     }\r
 \r
     /**\r
-     * Set the value of the column 'Style'. <br />\r
-     * {VARCHAR(255)}\r
+     * Style: {VARCHAR(255)} <br />\r
      * @param style The value of the column 'Style'. (Nullable)\r
      */\r
     public void setStyle(String style) {\r
@@ -618,12 +533,8 @@ public abstract class BsTOperation implements Entity, java.io.Serializable {
         this._style = style;\r
     }\r
 \r
-    /** The column annotation for S2Dao. {BIT : NotNull} */\r
-    public static final String pure_COLUMN = "Pure";\r
-\r
     /**\r
-     * Get the value of the column 'Pure'. <br />\r
-     * {BIT : NotNull}\r
+     * Pure: {NotNull : BIT} <br />\r
      * @return The value of the column 'Pure'. (Nullable)\r
      */\r
     public Boolean getPure() {\r
@@ -631,8 +542,7 @@ public abstract class BsTOperation implements Entity, java.io.Serializable {
     }\r
 \r
     /**\r
-     * Set the value of the column 'Pure'. <br />\r
-     * {BIT : NotNull}\r
+     * Pure: {NotNull : BIT} <br />\r
      * @param pure The value of the column 'Pure'. (Nullable)\r
      */\r
     public void setPure(Boolean pure) {\r
@@ -640,12 +550,8 @@ public abstract class BsTOperation implements Entity, java.io.Serializable {
         this._pure = pure;\r
     }\r
 \r
-    /** The column annotation for S2Dao. {VARCHAR(50)} */\r
-    public static final String classifier_COLUMN = "Classifier";\r
-\r
     /**\r
-     * Get the value of the column 'Classifier'. <br />\r
-     * {VARCHAR(50)}\r
+     * Classifier: {VARCHAR(50)} <br />\r
      * @return The value of the column 'Classifier'. (Nullable)\r
      */\r
     public String getClassifier() {\r
@@ -653,8 +559,7 @@ public abstract class BsTOperation implements Entity, java.io.Serializable {
     }\r
 \r
     /**\r
-     * Set the value of the column 'Classifier'. <br />\r
-     * {VARCHAR(50)}\r
+     * Classifier: {VARCHAR(50)} <br />\r
      * @param classifier The value of the column 'Classifier'. (Nullable)\r
      */\r
     public void setClassifier(String classifier) {\r
@@ -662,12 +567,8 @@ public abstract class BsTOperation implements Entity, java.io.Serializable {
         this._classifier = classifier;\r
     }\r
 \r
-    /** The column annotation for S2Dao. {LONGCHAR(2147483647)} */\r
-    public static final String code_COLUMN = "Code";\r
-\r
     /**\r
-     * Get the value of the column 'Code'. <br />\r
-     * {LONGCHAR(2147483647)}\r
+     * Code: {LONGCHAR(2147483647)} <br />\r
      * @return The value of the column 'Code'. (Nullable)\r
      */\r
     public String getCode() {\r
@@ -675,8 +576,7 @@ public abstract class BsTOperation implements Entity, java.io.Serializable {
     }\r
 \r
     /**\r
-     * Set the value of the column 'Code'. <br />\r
-     * {LONGCHAR(2147483647)}\r
+     * Code: {LONGCHAR(2147483647)} <br />\r
      * @param code The value of the column 'Code'. (Nullable)\r
      */\r
     public void setCode(String code) {\r
@@ -684,12 +584,8 @@ public abstract class BsTOperation implements Entity, java.io.Serializable {
         this._code = code;\r
     }\r
 \r
-    /** The column annotation for S2Dao. {BIT : NotNull} */\r
-    public static final String isroot_COLUMN = "IsRoot";\r
-\r
     /**\r
-     * Get the value of the column 'IsRoot'. <br />\r
-     * {BIT : NotNull}\r
+     * IsRoot: {NotNull : BIT} <br />\r
      * @return The value of the column 'IsRoot'. (Nullable)\r
      */\r
     public Boolean getIsroot() {\r
@@ -697,8 +593,7 @@ public abstract class BsTOperation implements Entity, java.io.Serializable {
     }\r
 \r
     /**\r
-     * Set the value of the column 'IsRoot'. <br />\r
-     * {BIT : NotNull}\r
+     * IsRoot: {NotNull : BIT} <br />\r
      * @param isroot The value of the column 'IsRoot'. (Nullable)\r
      */\r
     public void setIsroot(Boolean isroot) {\r
@@ -706,12 +601,8 @@ public abstract class BsTOperation implements Entity, java.io.Serializable {
         this._isroot = isroot;\r
     }\r
 \r
-    /** The column annotation for S2Dao. {BIT : NotNull} */\r
-    public static final String isleaf_COLUMN = "IsLeaf";\r
-\r
     /**\r
-     * Get the value of the column 'IsLeaf'. <br />\r
-     * {BIT : NotNull}\r
+     * IsLeaf: {NotNull : BIT} <br />\r
      * @return The value of the column 'IsLeaf'. (Nullable)\r
      */\r
     public Boolean getIsleaf() {\r
@@ -719,8 +610,7 @@ public abstract class BsTOperation implements Entity, java.io.Serializable {
     }\r
 \r
     /**\r
-     * Set the value of the column 'IsLeaf'. <br />\r
-     * {BIT : NotNull}\r
+     * IsLeaf: {NotNull : BIT} <br />\r
      * @param isleaf The value of the column 'IsLeaf'. (Nullable)\r
      */\r
     public void setIsleaf(Boolean isleaf) {\r
@@ -728,12 +618,8 @@ public abstract class BsTOperation implements Entity, java.io.Serializable {
         this._isleaf = isleaf;\r
     }\r
 \r
-    /** The column annotation for S2Dao. {BIT : NotNull} */\r
-    public static final String isquery_COLUMN = "IsQuery";\r
-\r
     /**\r
-     * Get the value of the column 'IsQuery'. <br />\r
-     * {BIT : NotNull}\r
+     * IsQuery: {NotNull : BIT} <br />\r
      * @return The value of the column 'IsQuery'. (Nullable)\r
      */\r
     public Boolean getIsquery() {\r
@@ -741,8 +627,7 @@ public abstract class BsTOperation implements Entity, java.io.Serializable {
     }\r
 \r
     /**\r
-     * Set the value of the column 'IsQuery'. <br />\r
-     * {BIT : NotNull}\r
+     * IsQuery: {NotNull : BIT} <br />\r
      * @param isquery The value of the column 'IsQuery'. (Nullable)\r
      */\r
     public void setIsquery(Boolean isquery) {\r
@@ -750,12 +635,8 @@ public abstract class BsTOperation implements Entity, java.io.Serializable {
         this._isquery = isquery;\r
     }\r
 \r
-    /** The column annotation for S2Dao. {VARCHAR(255)} */\r
-    public static final String stateflags_COLUMN = "StateFlags";\r
-\r
     /**\r
-     * Get the value of the column 'StateFlags'. <br />\r
-     * {VARCHAR(255)}\r
+     * StateFlags: {VARCHAR(255)} <br />\r
      * @return The value of the column 'StateFlags'. (Nullable)\r
      */\r
     public String getStateflags() {\r
@@ -763,8 +644,7 @@ public abstract class BsTOperation implements Entity, java.io.Serializable {
     }\r
 \r
     /**\r
-     * Set the value of the column 'StateFlags'. <br />\r
-     * {VARCHAR(255)}\r
+     * StateFlags: {VARCHAR(255)} <br />\r
      * @param stateflags The value of the column 'StateFlags'. (Nullable)\r
      */\r
     public void setStateflags(String stateflags) {\r
@@ -772,12 +652,8 @@ public abstract class BsTOperation implements Entity, java.io.Serializable {
         this._stateflags = stateflags;\r
     }\r
 \r
-    /** The column annotation for S2Dao. {VARCHAR(50)} */\r
-    public static final String eaGuid_COLUMN = "ea_guid";\r
-\r
     /**\r
-     * Get the value of the column 'ea_guid'. <br />\r
-     * {VARCHAR(50)}\r
+     * ea_guid: {VARCHAR(50)} <br />\r
      * @return The value of the column 'ea_guid'. (Nullable)\r
      */\r
     public String getEaGuid() {\r
@@ -785,8 +661,7 @@ public abstract class BsTOperation implements Entity, java.io.Serializable {
     }\r
 \r
     /**\r
-     * Set the value of the column 'ea_guid'. <br />\r
-     * {VARCHAR(50)}\r
+     * ea_guid: {VARCHAR(50)} <br />\r
      * @param eaGuid The value of the column 'ea_guid'. (Nullable)\r
      */\r
     public void setEaGuid(String eaGuid) {\r
@@ -794,12 +669,8 @@ public abstract class BsTOperation implements Entity, java.io.Serializable {
         this._eaGuid = eaGuid;\r
     }\r
 \r
-    /** The column annotation for S2Dao. {LONGCHAR(2147483647)} */\r
-    public static final String styleex_COLUMN = "StyleEx";\r
-\r
     /**\r
-     * Get the value of the column 'StyleEx'. <br />\r
-     * {LONGCHAR(2147483647)}\r
+     * StyleEx: {LONGCHAR(2147483647)} <br />\r
      * @return The value of the column 'StyleEx'. (Nullable)\r
      */\r
     public String getStyleex() {\r
@@ -807,13 +678,11 @@ public abstract class BsTOperation implements Entity, java.io.Serializable {
     }\r
 \r
     /**\r
-     * Set the value of the column 'StyleEx'. <br />\r
-     * {LONGCHAR(2147483647)}\r
+     * StyleEx: {LONGCHAR(2147483647)} <br />\r
      * @param styleex The value of the column 'StyleEx'. (Nullable)\r
      */\r
     public void setStyleex(String styleex) {\r
         _modifiedProperties.addPropertyName("styleex");\r
         this._styleex = styleex;\r
     }\r
-\r
 }\r