OSDN Git Service

"https://svn.sourceforge.jp/svnroot/ea2ddl" にプロジェクト "ea2ddl-dao" を共用
[ea2ddl/ea2ddl.git] / ea2ddl-dao / src / main / java / jp / sourceforge / ea2ddl / dao / cbean / cq / bs / AbstractBsTAttributetagCQ.java
diff --git a/ea2ddl-dao/src/main/java/jp/sourceforge/ea2ddl/dao/cbean/cq/bs/AbstractBsTAttributetagCQ.java b/ea2ddl-dao/src/main/java/jp/sourceforge/ea2ddl/dao/cbean/cq/bs/AbstractBsTAttributetagCQ.java
new file mode 100644 (file)
index 0000000..97cdf34
--- /dev/null
@@ -0,0 +1,582 @@
+package jp.sourceforge.ea2ddl.dao.cbean.cq.bs;\r
+\r
+import java.util.Collection;\r
+\r
+import jp.sourceforge.ea2ddl.dao.allcommon.cbean.*;\r
+import jp.sourceforge.ea2ddl.dao.allcommon.cbean.ckey.*;\r
+import jp.sourceforge.ea2ddl.dao.allcommon.cbean.cvalue.ConditionValue;\r
+import jp.sourceforge.ea2ddl.dao.allcommon.cbean.sqlclause.SqlClause;\r
+import jp.sourceforge.ea2ddl.dao.cbean.*;\r
+import jp.sourceforge.ea2ddl.dao.cbean.cq.*;\r
+\r
+/**\r
+ * The abstract condition-query of t_attributetag.\r
+ * @author DBFlute(AutoGenerator)\r
+ */
+@SuppressWarnings("unchecked")\r
+public abstract class AbstractBsTAttributetagCQ extends AbstractConditionQuery {\r
+\r
+    // ===================================================================================\r
+    //                                                                         Constructor\r
+    //                                                                         ===========\r
+    public AbstractBsTAttributetagCQ(ConditionQuery childQuery, SqlClause sqlClause, String aliasName, int nestLevel) {\r
+        super(childQuery, sqlClause, aliasName, nestLevel);\r
+    }\r
+\r
+    // ===================================================================================\r
+    //                                                                          Table Name\r
+    //                                                                          ==========\r
+    public String getTableDbName() {\r
+        return "t_attributetag";\r
+    }\r
+    \r
+    public String getTableSqlName() {\r
+        return "t_attributetag";\r
+    }\r
+\r
+    // ===================================================================================\r
+    //                                                                               Query\r
+    //                                                                               =====\r
+    \r
+    /**\r
+     * Equal(=). And NullIgnored, OnceRegistered. {UQ : COUNTER : NotNull}\r
+     * @param propertyid The value of propertyid as equal.\r
+     */\r
+    public void setPropertyid_Equal(java.lang.Integer propertyid) {\r
+        regPropertyid(CK_EQ, propertyid);\r
+    }\r
+\r
+    /**\r
+     * NotEqual(!=). And NullIgnored, OnceRegistered.\r
+     * @param propertyid The value of propertyid as notEqual.\r
+     */\r
+    public void setPropertyid_NotEqual(java.lang.Integer propertyid) {\r
+        regPropertyid(CK_NE, propertyid);\r
+    }\r
+\r
+    /**\r
+     * GreaterThan(>). And NullIgnored, OnceRegistered.\r
+     * @param propertyid The value of propertyid as greaterThan.\r
+     */\r
+    public void setPropertyid_GreaterThan(java.lang.Integer propertyid) {\r
+        regPropertyid(CK_GT, propertyid);\r
+    }\r
+\r
+    /**\r
+     * LessThan(<). And NullIgnored, OnceRegistered.\r
+     * @param propertyid The value of propertyid as lessThan.\r
+     */\r
+    public void setPropertyid_LessThan(java.lang.Integer propertyid) {\r
+        regPropertyid(CK_LT, propertyid);\r
+    }\r
+\r
+    /**\r
+     * GreaterEqual(>=). And NullIgnored, OnceRegistered.\r
+     * @param propertyid The value of propertyid as greaterEqual.\r
+     */\r
+    public void setPropertyid_GreaterEqual(java.lang.Integer propertyid) {\r
+        regPropertyid(CK_GE, propertyid);\r
+    }\r
+\r
+    /**\r
+     * LessEqual(<=). And NullIgnored, OnceRegistered.\r
+     * @param propertyid The value of propertyid as lessEqual.\r
+     */\r
+    public void setPropertyid_LessEqual(java.lang.Integer propertyid) {\r
+        regPropertyid(CK_LE, propertyid);\r
+    }\r
+\r
+    /**\r
+     * InScope(in (1, 2)). And NullIgnored, NullElementIgnored, SeveralRegistered.\r
+     * @param propertyidList The collection of propertyid as inScope.\r
+     */\r
+    public void setPropertyid_InScope(Collection<java.lang.Integer> propertyidList) {\r
+        regPropertyid(CK_INS, cTL(propertyidList));\r
+    }\r
+\r
+    protected void regPropertyid(ConditionKey key, Object value) {\r
+        registerQuery(key, value, getCValuePropertyid(), "PropertyID", "Propertyid", "propertyid");\r
+    }\r
+    protected void registerInlinePropertyid(ConditionKey key, Object value) {\r
+        registerInlineQuery(key, value, getCValuePropertyid(), "PropertyID", "Propertyid", "propertyid");\r
+    }\r
+    abstract protected ConditionValue getCValuePropertyid();\r
+    \r
+    /**\r
+     * Equal(=). And NullIgnored, OnceRegistered. {INTEGER}\r
+     * @param elementid The value of elementid as equal.\r
+     */\r
+    public void setElementid_Equal(java.lang.Integer elementid) {\r
+        regElementid(CK_EQ, elementid);\r
+    }\r
+\r
+    /**\r
+     * NotEqual(!=). And NullIgnored, OnceRegistered.\r
+     * @param elementid The value of elementid as notEqual.\r
+     */\r
+    public void setElementid_NotEqual(java.lang.Integer elementid) {\r
+        regElementid(CK_NE, elementid);\r
+    }\r
+\r
+    /**\r
+     * GreaterThan(&gt;). And NullIgnored, OnceRegistered.\r
+     * @param elementid The value of elementid as greaterThan.\r
+     */\r
+    public void setElementid_GreaterThan(java.lang.Integer elementid) {\r
+        regElementid(CK_GT, elementid);\r
+    }\r
+\r
+    /**\r
+     * LessThan(&lt;). And NullIgnored, OnceRegistered.\r
+     * @param elementid The value of elementid as lessThan.\r
+     */\r
+    public void setElementid_LessThan(java.lang.Integer elementid) {\r
+        regElementid(CK_LT, elementid);\r
+    }\r
+\r
+    /**\r
+     * GreaterEqual(&gt;=). And NullIgnored, OnceRegistered.\r
+     * @param elementid The value of elementid as greaterEqual.\r
+     */\r
+    public void setElementid_GreaterEqual(java.lang.Integer elementid) {\r
+        regElementid(CK_GE, elementid);\r
+    }\r
+\r
+    /**\r
+     * LessEqual(&lt;=). And NullIgnored, OnceRegistered.\r
+     * @param elementid The value of elementid as lessEqual.\r
+     */\r
+    public void setElementid_LessEqual(java.lang.Integer elementid) {\r
+        regElementid(CK_LE, elementid);\r
+    }\r
+\r
+    /**\r
+     * InScope(in (1, 2)). And NullIgnored, NullElementIgnored, SeveralRegistered.\r
+     * @param elementidList The collection of elementid as inScope.\r
+     */\r
+    public void setElementid_InScope(Collection<java.lang.Integer> elementidList) {\r
+        regElementid(CK_INS, cTL(elementidList));\r
+    }\r
+\r
+    /**\r
+     * IsNull(is null). And OnceRegistered.\r
+     */\r
+    public void setElementid_IsNull() { regElementid(CK_ISN, DUMMY_OBJECT); }\r
+\r
+    /**\r
+     * IsNotNull(is not null). And OnceRegistered.\r
+     */\r
+    public void setElementid_IsNotNull() { regElementid(CK_ISNN, DUMMY_OBJECT); }\r
+\r
+    protected void regElementid(ConditionKey key, Object value) {\r
+        registerQuery(key, value, getCValueElementid(), "ElementID", "Elementid", "elementid");\r
+    }\r
+    protected void registerInlineElementid(ConditionKey key, Object value) {\r
+        registerInlineQuery(key, value, getCValueElementid(), "ElementID", "Elementid", "elementid");\r
+    }\r
+    abstract protected ConditionValue getCValueElementid();\r
+\r
+    /**\r
+     * Equal(=). And NullOrEmptyIgnored, OnceRegistered. {VARCHAR(255)}\r
+     * @param property The value of property as equal.\r
+     */\r
+    public void setProperty_Equal(String property) {\r
+        regProperty(CK_EQ, fRES(property));\r
+    }\r
+\r
+    /**\r
+     * NotEqual(!=). And NullOrEmptyIgnored, OnceRegistered.\r
+     * @param property The value of property as notEqual.\r
+     */\r
+    public void setProperty_NotEqual(String property) {\r
+        regProperty(CK_NE, fRES(property));\r
+    }\r
+\r
+    /**\r
+     * GreaterThan(&gt;). And NullOrEmptyIgnored, OnceRegistered.\r
+     * @param property The value of property as greaterThan.\r
+     */\r
+    public void setProperty_GreaterThan(String property) {\r
+        regProperty(CK_GT, fRES(property));\r
+    }\r
+\r
+    /**\r
+     * LessThan(&lt;). And NullOrEmptyIgnored, OnceRegistered.\r
+     * @param property The value of property as lessThan.\r
+     */\r
+    public void setProperty_LessThan(String property) {\r
+        regProperty(CK_LT, fRES(property));\r
+    }\r
+\r
+    /**\r
+     * GreaterEqual(&gt;=). And NullOrEmptyIgnored, OnceRegistered.\r
+     * @param property The value of property as greaterEqual.\r
+     */\r
+    public void setProperty_GreaterEqual(String property) {\r
+        regProperty(CK_GE, fRES(property));\r
+    }\r
+\r
+    /**\r
+     * LessEqual(&lt;=). And NullOrEmptyIgnored, OnceRegistered.\r
+     * @param property The value of property as lessEqual.\r
+     */\r
+    public void setProperty_LessEqual(String property) {\r
+        regProperty(CK_LE, fRES(property));\r
+    }\r
+\r
+    /**\r
+     * PrefixSearch(like 'xxx%'). And NullOrEmptyIgnored, OnceRegistered.\r
+     * @param property The value of property as prefixSearch.\r
+     */\r
+    public void setProperty_PrefixSearch(String property) {\r
+        regProperty(CK_PS, fRES(property));\r
+    }\r
+\r
+    /**\r
+     * LikeSearch(like 'xxx%' escape ...). And NullOrEmptyIgnored, SeveralRegistered.\r
+     * @param property The value of property as likeSearch.\r
+     * @param likeSearchOption The option of like-search. (NotNull)\r
+     */\r
+    public void setProperty_LikeSearch(String property, jp.sourceforge.ea2ddl.dao.allcommon.cbean.coption.LikeSearchOption likeSearchOption) {\r
+        registerLikeSearchQuery(CK_LS, fRES(property), getCValueProperty(), "Property", "Property", "property", likeSearchOption);\r
+    }\r
+\r
+    /**\r
+     * InScope(in ('a', 'b')). And NullOrEmptyIgnored, NullOrEmptyElementIgnored, SeveralRegistered.\r
+     * @param propertyList The collection of property as inScope.\r
+     */\r
+    public void setProperty_InScope(Collection<String> propertyList) {\r
+        regProperty(CK_INS, cTL(propertyList));\r
+    }\r
+\r
+    /**\r
+     * InScope(in ('a', 'b')). And NullOrEmptyIgnored, NullOrEmptyElementIgnored, SeveralRegistered.\r
+     * @param property The collection of property as inScope.\r
+     * @param inScopeOption The option of in-scope. (NotNull)\r
+     */\r
+    public void setProperty_InScope(String property, jp.sourceforge.ea2ddl.dao.allcommon.cbean.coption.InScopeOption inScopeOption) {\r
+        registerInScopeQuery(CK_INS, fRES(property), getCValueProperty(), "Property", "Property", "property", inScopeOption);\r
+    }\r
+\r
+    /**\r
+     * IsNull(is null). And OnceRegistered.\r
+     */\r
+    public void setProperty_IsNull() { regProperty(CK_ISN, DUMMY_OBJECT); }\r
+\r
+    /**\r
+     * IsNotNull(is not null). And OnceRegistered.\r
+     */\r
+    public void setProperty_IsNotNull() { regProperty(CK_ISNN, DUMMY_OBJECT); }\r
+\r
+    protected void regProperty(ConditionKey key, Object value) {\r
+        registerQuery(key, value, getCValueProperty(), "Property", "Property", "property");\r
+    }\r
+    protected void registerInlineProperty(ConditionKey key, Object value) {\r
+        registerInlineQuery(key, value, getCValueProperty(), "Property", "Property", "property");\r
+    }\r
+    abstract protected ConditionValue getCValueProperty();\r
+\r
+    /**\r
+     * Equal(=). And NullOrEmptyIgnored, OnceRegistered. {VARCHAR(255)}\r
+     * @param value The value of value as equal.\r
+     */\r
+    public void setValue_Equal(String value) {\r
+        regValue(CK_EQ, fRES(value));\r
+    }\r
+\r
+    /**\r
+     * NotEqual(!=). And NullOrEmptyIgnored, OnceRegistered.\r
+     * @param value The value of value as notEqual.\r
+     */\r
+    public void setValue_NotEqual(String value) {\r
+        regValue(CK_NE, fRES(value));\r
+    }\r
+\r
+    /**\r
+     * GreaterThan(&gt;). And NullOrEmptyIgnored, OnceRegistered.\r
+     * @param value The value of value as greaterThan.\r
+     */\r
+    public void setValue_GreaterThan(String value) {\r
+        regValue(CK_GT, fRES(value));\r
+    }\r
+\r
+    /**\r
+     * LessThan(&lt;). And NullOrEmptyIgnored, OnceRegistered.\r
+     * @param value The value of value as lessThan.\r
+     */\r
+    public void setValue_LessThan(String value) {\r
+        regValue(CK_LT, fRES(value));\r
+    }\r
+\r
+    /**\r
+     * GreaterEqual(&gt;=). And NullOrEmptyIgnored, OnceRegistered.\r
+     * @param value The value of value as greaterEqual.\r
+     */\r
+    public void setValue_GreaterEqual(String value) {\r
+        regValue(CK_GE, fRES(value));\r
+    }\r
+\r
+    /**\r
+     * LessEqual(&lt;=). And NullOrEmptyIgnored, OnceRegistered.\r
+     * @param value The value of value as lessEqual.\r
+     */\r
+    public void setValue_LessEqual(String value) {\r
+        regValue(CK_LE, fRES(value));\r
+    }\r
+\r
+    /**\r
+     * PrefixSearch(like 'xxx%'). And NullOrEmptyIgnored, OnceRegistered.\r
+     * @param value The value of value as prefixSearch.\r
+     */\r
+    public void setValue_PrefixSearch(String value) {\r
+        regValue(CK_PS, fRES(value));\r
+    }\r
+\r
+    /**\r
+     * LikeSearch(like 'xxx%' escape ...). And NullOrEmptyIgnored, SeveralRegistered.\r
+     * @param value The value of value as likeSearch.\r
+     * @param likeSearchOption The option of like-search. (NotNull)\r
+     */\r
+    public void setValue_LikeSearch(String value, jp.sourceforge.ea2ddl.dao.allcommon.cbean.coption.LikeSearchOption likeSearchOption) {\r
+        registerLikeSearchQuery(CK_LS, fRES(value), getCValueValue(), "VALUE", "Value", "value", likeSearchOption);\r
+    }\r
+\r
+    /**\r
+     * InScope(in ('a', 'b')). And NullOrEmptyIgnored, NullOrEmptyElementIgnored, SeveralRegistered.\r
+     * @param valueList The collection of value as inScope.\r
+     */\r
+    public void setValue_InScope(Collection<String> valueList) {\r
+        regValue(CK_INS, cTL(valueList));\r
+    }\r
+\r
+    /**\r
+     * InScope(in ('a', 'b')). And NullOrEmptyIgnored, NullOrEmptyElementIgnored, SeveralRegistered.\r
+     * @param value The collection of value as inScope.\r
+     * @param inScopeOption The option of in-scope. (NotNull)\r
+     */\r
+    public void setValue_InScope(String value, jp.sourceforge.ea2ddl.dao.allcommon.cbean.coption.InScopeOption inScopeOption) {\r
+        registerInScopeQuery(CK_INS, fRES(value), getCValueValue(), "VALUE", "Value", "value", inScopeOption);\r
+    }\r
+\r
+    /**\r
+     * IsNull(is null). And OnceRegistered.\r
+     */\r
+    public void setValue_IsNull() { regValue(CK_ISN, DUMMY_OBJECT); }\r
+\r
+    /**\r
+     * IsNotNull(is not null). And OnceRegistered.\r
+     */\r
+    public void setValue_IsNotNull() { regValue(CK_ISNN, DUMMY_OBJECT); }\r
+\r
+    protected void regValue(ConditionKey key, Object value) {\r
+        registerQuery(key, value, getCValueValue(), "VALUE", "Value", "value");\r
+    }\r
+    protected void registerInlineValue(ConditionKey key, Object value) {\r
+        registerInlineQuery(key, value, getCValueValue(), "VALUE", "Value", "value");\r
+    }\r
+    abstract protected ConditionValue getCValueValue();\r
+\r
+    /**\r
+     * Equal(=). And NullOrEmptyIgnored, OnceRegistered. {LONGCHAR(2147483647)}\r
+     * @param notes The value of notes as equal.\r
+     */\r
+    public void setNotes_Equal(String notes) {\r
+        regNotes(CK_EQ, fRES(notes));\r
+    }\r
+\r
+    /**\r
+     * NotEqual(!=). And NullOrEmptyIgnored, OnceRegistered.\r
+     * @param notes The value of notes as notEqual.\r
+     */\r
+    public void setNotes_NotEqual(String notes) {\r
+        regNotes(CK_NE, fRES(notes));\r
+    }\r
+\r
+    /**\r
+     * GreaterThan(&gt;). And NullOrEmptyIgnored, OnceRegistered.\r
+     * @param notes The value of notes as greaterThan.\r
+     */\r
+    public void setNotes_GreaterThan(String notes) {\r
+        regNotes(CK_GT, fRES(notes));\r
+    }\r
+\r
+    /**\r
+     * LessThan(&lt;). And NullOrEmptyIgnored, OnceRegistered.\r
+     * @param notes The value of notes as lessThan.\r
+     */\r
+    public void setNotes_LessThan(String notes) {\r
+        regNotes(CK_LT, fRES(notes));\r
+    }\r
+\r
+    /**\r
+     * GreaterEqual(&gt;=). And NullOrEmptyIgnored, OnceRegistered.\r
+     * @param notes The value of notes as greaterEqual.\r
+     */\r
+    public void setNotes_GreaterEqual(String notes) {\r
+        regNotes(CK_GE, fRES(notes));\r
+    }\r
+\r
+    /**\r
+     * LessEqual(&lt;=). And NullOrEmptyIgnored, OnceRegistered.\r
+     * @param notes The value of notes as lessEqual.\r
+     */\r
+    public void setNotes_LessEqual(String notes) {\r
+        regNotes(CK_LE, fRES(notes));\r
+    }\r
+\r
+    /**\r
+     * PrefixSearch(like 'xxx%'). And NullOrEmptyIgnored, OnceRegistered.\r
+     * @param notes The value of notes as prefixSearch.\r
+     */\r
+    public void setNotes_PrefixSearch(String notes) {\r
+        regNotes(CK_PS, fRES(notes));\r
+    }\r
+\r
+    /**\r
+     * LikeSearch(like 'xxx%' escape ...). And NullOrEmptyIgnored, SeveralRegistered.\r
+     * @param notes The value of notes as likeSearch.\r
+     * @param likeSearchOption The option of like-search. (NotNull)\r
+     */\r
+    public void setNotes_LikeSearch(String notes, jp.sourceforge.ea2ddl.dao.allcommon.cbean.coption.LikeSearchOption likeSearchOption) {\r
+        registerLikeSearchQuery(CK_LS, fRES(notes), getCValueNotes(), "NOTES", "Notes", "notes", likeSearchOption);\r
+    }\r
+\r
+    /**\r
+     * InScope(in ('a', 'b')). And NullOrEmptyIgnored, NullOrEmptyElementIgnored, SeveralRegistered.\r
+     * @param notesList The collection of notes as inScope.\r
+     */\r
+    public void setNotes_InScope(Collection<String> notesList) {\r
+        regNotes(CK_INS, cTL(notesList));\r
+    }\r
+\r
+    /**\r
+     * InScope(in ('a', 'b')). And NullOrEmptyIgnored, NullOrEmptyElementIgnored, SeveralRegistered.\r
+     * @param notes The collection of notes as inScope.\r
+     * @param inScopeOption The option of in-scope. (NotNull)\r
+     */\r
+    public void setNotes_InScope(String notes, jp.sourceforge.ea2ddl.dao.allcommon.cbean.coption.InScopeOption inScopeOption) {\r
+        registerInScopeQuery(CK_INS, fRES(notes), getCValueNotes(), "NOTES", "Notes", "notes", inScopeOption);\r
+    }\r
+\r
+    /**\r
+     * IsNull(is null). And OnceRegistered.\r
+     */\r
+    public void setNotes_IsNull() { regNotes(CK_ISN, DUMMY_OBJECT); }\r
+\r
+    /**\r
+     * IsNotNull(is not null). And OnceRegistered.\r
+     */\r
+    public void setNotes_IsNotNull() { regNotes(CK_ISNN, DUMMY_OBJECT); }\r
+\r
+    protected void regNotes(ConditionKey key, Object value) {\r
+        registerQuery(key, value, getCValueNotes(), "NOTES", "Notes", "notes");\r
+    }\r
+    protected void registerInlineNotes(ConditionKey key, Object value) {\r
+        registerInlineQuery(key, value, getCValueNotes(), "NOTES", "Notes", "notes");\r
+    }\r
+    abstract protected ConditionValue getCValueNotes();\r
+\r
+    /**\r
+     * Equal(=). And NullOrEmptyIgnored, OnceRegistered. {VARCHAR(40)}\r
+     * @param eaGuid The value of eaGuid as equal.\r
+     */\r
+    public void setEaGuid_Equal(String eaGuid) {\r
+        regEaGuid(CK_EQ, fRES(eaGuid));\r
+    }\r
+\r
+    /**\r
+     * NotEqual(!=). And NullOrEmptyIgnored, OnceRegistered.\r
+     * @param eaGuid The value of eaGuid as notEqual.\r
+     */\r
+    public void setEaGuid_NotEqual(String eaGuid) {\r
+        regEaGuid(CK_NE, fRES(eaGuid));\r
+    }\r
+\r
+    /**\r
+     * GreaterThan(&gt;). And NullOrEmptyIgnored, OnceRegistered.\r
+     * @param eaGuid The value of eaGuid as greaterThan.\r
+     */\r
+    public void setEaGuid_GreaterThan(String eaGuid) {\r
+        regEaGuid(CK_GT, fRES(eaGuid));\r
+    }\r
+\r
+    /**\r
+     * LessThan(&lt;). And NullOrEmptyIgnored, OnceRegistered.\r
+     * @param eaGuid The value of eaGuid as lessThan.\r
+     */\r
+    public void setEaGuid_LessThan(String eaGuid) {\r
+        regEaGuid(CK_LT, fRES(eaGuid));\r
+    }\r
+\r
+    /**\r
+     * GreaterEqual(&gt;=). And NullOrEmptyIgnored, OnceRegistered.\r
+     * @param eaGuid The value of eaGuid as greaterEqual.\r
+     */\r
+    public void setEaGuid_GreaterEqual(String eaGuid) {\r
+        regEaGuid(CK_GE, fRES(eaGuid));\r
+    }\r
+\r
+    /**\r
+     * LessEqual(&lt;=). And NullOrEmptyIgnored, OnceRegistered.\r
+     * @param eaGuid The value of eaGuid as lessEqual.\r
+     */\r
+    public void setEaGuid_LessEqual(String eaGuid) {\r
+        regEaGuid(CK_LE, fRES(eaGuid));\r
+    }\r
+\r
+    /**\r
+     * PrefixSearch(like 'xxx%'). And NullOrEmptyIgnored, OnceRegistered.\r
+     * @param eaGuid The value of eaGuid as prefixSearch.\r
+     */\r
+    public void setEaGuid_PrefixSearch(String eaGuid) {\r
+        regEaGuid(CK_PS, fRES(eaGuid));\r
+    }\r
+\r
+    /**\r
+     * LikeSearch(like 'xxx%' escape ...). And NullOrEmptyIgnored, SeveralRegistered.\r
+     * @param eaGuid The value of eaGuid as likeSearch.\r
+     * @param likeSearchOption The option of like-search. (NotNull)\r
+     */\r
+    public void setEaGuid_LikeSearch(String eaGuid, jp.sourceforge.ea2ddl.dao.allcommon.cbean.coption.LikeSearchOption likeSearchOption) {\r
+        registerLikeSearchQuery(CK_LS, fRES(eaGuid), getCValueEaGuid(), "ea_guid", "EaGuid", "eaGuid", likeSearchOption);\r
+    }\r
+\r
+    /**\r
+     * InScope(in ('a', 'b')). And NullOrEmptyIgnored, NullOrEmptyElementIgnored, SeveralRegistered.\r
+     * @param eaGuidList The collection of eaGuid as inScope.\r
+     */\r
+    public void setEaGuid_InScope(Collection<String> eaGuidList) {\r
+        regEaGuid(CK_INS, cTL(eaGuidList));\r
+    }\r
+\r
+    /**\r
+     * InScope(in ('a', 'b')). And NullOrEmptyIgnored, NullOrEmptyElementIgnored, SeveralRegistered.\r
+     * @param eaGuid The collection of eaGuid as inScope.\r
+     * @param inScopeOption The option of in-scope. (NotNull)\r
+     */\r
+    public void setEaGuid_InScope(String eaGuid, jp.sourceforge.ea2ddl.dao.allcommon.cbean.coption.InScopeOption inScopeOption) {\r
+        registerInScopeQuery(CK_INS, fRES(eaGuid), getCValueEaGuid(), "ea_guid", "EaGuid", "eaGuid", inScopeOption);\r
+    }\r
+\r
+    /**\r
+     * IsNull(is null). And OnceRegistered.\r
+     */\r
+    public void setEaGuid_IsNull() { regEaGuid(CK_ISN, DUMMY_OBJECT); }\r
+\r
+    /**\r
+     * IsNotNull(is not null). And OnceRegistered.\r
+     */\r
+    public void setEaGuid_IsNotNull() { regEaGuid(CK_ISNN, DUMMY_OBJECT); }\r
+\r
+    protected void regEaGuid(ConditionKey key, Object value) {\r
+        registerQuery(key, value, getCValueEaGuid(), "ea_guid", "EaGuid", "eaGuid");\r
+    }\r
+    protected void registerInlineEaGuid(ConditionKey key, Object value) {\r
+        registerInlineQuery(key, value, getCValueEaGuid(), "ea_guid", "EaGuid", "eaGuid");\r
+    }\r
+    abstract protected ConditionValue getCValueEaGuid();\r
+\r
+    // Very Internal (for Suppressing Warn about 'Not Use Import')\r
+    protected String getConditionBeanClassNameInternally() { return TAttributetagCB.class.getName(); }\r
+    protected String getConditionQueryClassNameInternally() { return TAttributetagCQ.class.getName(); }\r
+}\r