OSDN Git Service

作業中
[ea2ddl/ea2ddl.git] / ea2ddl-dao / src / main / java / jp / sourceforge / ea2ddl / dao / bsentity / BsTObject.java
1 package jp.sourceforge.ea2ddl.dao.bsentity;\r
2 \r
3 import java.util.*;\r
4     \r
5 import jp.sourceforge.ea2ddl.dao.allcommon.Entity;\r
6 import jp.sourceforge.ea2ddl.dao.allcommon.dbmeta.DBMeta;\r
7 import jp.sourceforge.ea2ddl.dao.allcommon.dbmeta.DBMetaInstanceHandler;\r
8 import jp.sourceforge.ea2ddl.dao.exentity.*;\r
9 \r
10 /**\r
11  * The entity of t_object(TABLE).\r
12  * <pre>\r
13  * [primary-key]\r
14  *     Object_ID\r
15  * \r
16  * [column]\r
17  *     Object_ID, Object_Type, Diagram_ID, Name, Alias, Author, Version, Note, Package_ID, Stereotype, NType, Complexity, Effort, Style, Backcolor, BorderStyle, BorderWidth, Fontcolor, Bordercolor, CreatedDate, ModifiedDate, Status, Tagged, PDATA1, PDATA2, PDATA3, PDATA4, PDATA5, Concurrency, Visibility, Persistence, Cardinality, GenType, GenFile, Header1, Header2, Phase, Scope, GenOption, GenLinks, Classifier, ea_guid, ParentID, RunState, Classifier_guid, TPos, IsRoot, IsLeaf, IsSpec, IsActive, StateFlags, PackageFlags, Multiplicity, StyleEx, ActionFlags, EventFlags\r
18  * \r
19  * [sequence]\r
20  *     \r
21  * \r
22  * [identity]\r
23  *     \r
24  * \r
25  * [version-no]\r
26  *     \r
27  * \r
28  * [foreign-table]\r
29  *     \r
30  * \r
31  * [referrer-table]\r
32  *     t_objectproperties, t_attribute, t_operation, t_connector\r
33  * \r
34  * [foreign-property]\r
35  *     \r
36  * \r
37  * [referrer-property]\r
38  *     tObjectpropertiesList, tAttributeList, tOperationList, tConnectorByStartObjectIdList, tConnectorByEndObjectIdList\r
39  * </pre>\r
40  * @author DBFlute(AutoGenerator)\r
41  */
42 @SuppressWarnings("unchecked")\r
43 public abstract class BsTObject implements Entity, java.io.Serializable {\r
44 \r
45     // ===================================================================================\r
46     //                                                                          Definition\r
47     //                                                                          ==========\r
48     /** Serial version UID. (Default) */\r
49     private static final long serialVersionUID = 1L;\r
50 \r
51     /** TABLE-Annotation for S2Dao. The value is t_object. */\r
52     public static final String TABLE = "t_object";\r
53 \r
54 \r
55     // ===================================================================================\r
56     //                                                                           Attribute\r
57     //                                                                           =========\r
58     // -----------------------------------------------------\r
59     //                                                Column\r
60     //                                                ------\r
61     /** The attribute of the column 'Object_ID'. {PK : UQ : COUNTER : NotNull} */\r
62     protected java.lang.Integer _objectId;\r
63 \r
64     /** The attribute of the column 'Object_Type'. {VARCHAR(255)} */\r
65     protected String _objectType;\r
66 \r
67     /** The attribute of the column 'Diagram_ID'. {INTEGER} */\r
68     protected java.lang.Integer _diagramId;\r
69 \r
70     /** The attribute of the column 'Name'. {VARCHAR(255)} */\r
71     protected String _name;\r
72 \r
73     /** The attribute of the column 'Alias'. {VARCHAR(255)} */\r
74     protected String _alias;\r
75 \r
76     /** The attribute of the column 'Author'. {VARCHAR(255)} */\r
77     protected String _author;\r
78 \r
79     /** The attribute of the column 'Version'. {VARCHAR(50)} */\r
80     protected String _version;\r
81 \r
82     /** The attribute of the column 'Note'. {LONGCHAR(2147483647)} */\r
83     protected String _note;\r
84 \r
85     /** The attribute of the column 'Package_ID'. {INTEGER} */\r
86     protected java.lang.Integer _packageId;\r
87 \r
88     /** The attribute of the column 'Stereotype'. {VARCHAR(255)} */\r
89     protected String _stereotype;\r
90 \r
91     /** The attribute of the column 'NType'. {INTEGER} */\r
92     protected java.lang.Integer _ntype;\r
93 \r
94     /** The attribute of the column 'Complexity'. {VARCHAR(50)} */\r
95     protected String _complexity;\r
96 \r
97     /** The attribute of the column 'Effort'. {INTEGER} */\r
98     protected java.lang.Integer _effort;\r
99 \r
100     /** The attribute of the column 'Style'. {VARCHAR(255)} */\r
101     protected String _style;\r
102 \r
103     /** The attribute of the column 'Backcolor'. {INTEGER} */\r
104     protected java.lang.Integer _backcolor;\r
105 \r
106     /** The attribute of the column 'BorderStyle'. {INTEGER} */\r
107     protected java.lang.Integer _borderstyle;\r
108 \r
109     /** The attribute of the column 'BorderWidth'. {INTEGER} */\r
110     protected java.lang.Integer _borderwidth;\r
111 \r
112     /** The attribute of the column 'Fontcolor'. {INTEGER} */\r
113     protected java.lang.Integer _fontcolor;\r
114 \r
115     /** The attribute of the column 'Bordercolor'. {INTEGER} */\r
116     protected java.lang.Integer _bordercolor;\r
117 \r
118     /** The attribute of the column 'CreatedDate'. {DATETIME} */\r
119     protected java.sql.Timestamp _createddate;\r
120 \r
121     /** The attribute of the column 'ModifiedDate'. {DATETIME} */\r
122     protected java.sql.Timestamp _modifieddate;\r
123 \r
124     /** The attribute of the column 'Status'. {VARCHAR(50)} */\r
125     protected String _status;\r
126 \r
127     /** The attribute of the column 'Tagged'. {INTEGER} */\r
128     protected java.lang.Integer _tagged;\r
129 \r
130     /** The attribute of the column 'PDATA1'. {VARCHAR(255)} */\r
131     protected String _pdata1;\r
132 \r
133     /** The attribute of the column 'PDATA2'. {VARCHAR(255)} */\r
134     protected String _pdata2;\r
135 \r
136     /** The attribute of the column 'PDATA3'. {VARCHAR(255)} */\r
137     protected String _pdata3;\r
138 \r
139     /** The attribute of the column 'PDATA4'. {VARCHAR(255)} */\r
140     protected String _pdata4;\r
141 \r
142     /** The attribute of the column 'PDATA5'. {VARCHAR(255)} */\r
143     protected String _pdata5;\r
144 \r
145     /** The attribute of the column 'Concurrency'. {VARCHAR(50)} */\r
146     protected String _concurrency;\r
147 \r
148     /** The attribute of the column 'Visibility'. {VARCHAR(50)} */\r
149     protected String _visibility;\r
150 \r
151     /** The attribute of the column 'Persistence'. {VARCHAR(50)} */\r
152     protected String _persistence;\r
153 \r
154     /** The attribute of the column 'Cardinality'. {VARCHAR(50)} */\r
155     protected String _cardinality;\r
156 \r
157     /** The attribute of the column 'GenType'. {VARCHAR(50)} */\r
158     protected String _gentype;\r
159 \r
160     /** The attribute of the column 'GenFile'. {VARCHAR(255)} */\r
161     protected String _genfile;\r
162 \r
163     /** The attribute of the column 'Header1'. {LONGCHAR(2147483647)} */\r
164     protected String _header1;\r
165 \r
166     /** The attribute of the column 'Header2'. {LONGCHAR(2147483647)} */\r
167     protected String _header2;\r
168 \r
169     /** The attribute of the column 'Phase'. {VARCHAR(50)} */\r
170     protected String _phase;\r
171 \r
172     /** The attribute of the column 'Scope'. {VARCHAR(25)} */\r
173     protected String _scope;\r
174 \r
175     /** The attribute of the column 'GenOption'. {LONGCHAR(2147483647)} */\r
176     protected String _genoption;\r
177 \r
178     /** The attribute of the column 'GenLinks'. {LONGCHAR(2147483647)} */\r
179     protected String _genlinks;\r
180 \r
181     /** The attribute of the column 'Classifier'. {INTEGER} */\r
182     protected java.lang.Integer _classifier;\r
183 \r
184     /** The attribute of the column 'ea_guid'. {UQ : VARCHAR(40)} */\r
185     protected String _eaGuid;\r
186 \r
187     /** The attribute of the column 'ParentID'. {INTEGER} */\r
188     protected java.lang.Integer _parentid;\r
189 \r
190     /** The attribute of the column 'RunState'. {LONGCHAR(2147483647)} */\r
191     protected String _runstate;\r
192 \r
193     /** The attribute of the column 'Classifier_guid'. {VARCHAR(40)} */\r
194     protected String _classifierGuid;\r
195 \r
196     /** The attribute of the column 'TPos'. {INTEGER} */\r
197     protected java.lang.Integer _tpos;\r
198 \r
199     /** The attribute of the column 'IsRoot'. {BIT : NotNull} */\r
200     protected Boolean _isroot;\r
201 \r
202     /** The attribute of the column 'IsLeaf'. {BIT : NotNull} */\r
203     protected Boolean _isleaf;\r
204 \r
205     /** The attribute of the column 'IsSpec'. {BIT : NotNull} */\r
206     protected Boolean _isspec;\r
207 \r
208     /** The attribute of the column 'IsActive'. {BIT : NotNull} */\r
209     protected Boolean _isactive;\r
210 \r
211     /** The attribute of the column 'StateFlags'. {VARCHAR(255)} */\r
212     protected String _stateflags;\r
213 \r
214     /** The attribute of the column 'PackageFlags'. {VARCHAR(255)} */\r
215     protected String _packageflags;\r
216 \r
217     /** The attribute of the column 'Multiplicity'. {VARCHAR(50)} */\r
218     protected String _multiplicity;\r
219 \r
220     /** The attribute of the column 'StyleEx'. {LONGCHAR(2147483647)} */\r
221     protected String _styleex;\r
222 \r
223     /** The attribute of the column 'ActionFlags'. {VARCHAR(255)} */\r
224     protected String _actionflags;\r
225 \r
226     /** The attribute of the column 'EventFlags'. {VARCHAR(255)} */\r
227     protected String _eventflags;\r
228 \r
229     // -----------------------------------------------------\r
230     //                                              Internal\r
231     //                                              --------\r
232     /** The attribute of entity modified properties. (for S2Dao) */\r
233     protected EntityModifiedProperties _modifiedProperties = newEntityModifiedProperties();\r
234     \r
235     // ===================================================================================\r
236     //                                                                         Constructor\r
237     //                                                                         ===========\r
238     public BsTObject() {\r
239     }\r
240 \r
241     // ===================================================================================\r
242     //                                                                          Table Name\r
243     //                                                                          ==========\r
244     public String getTableDbName() {\r
245         return "t_object";\r
246     }\r
247 \r
248     public String getTablePropertyName() {// as JavaBeansRule\r
249         return "TObject";\r
250     }\r
251 \r
252     // ===================================================================================\r
253     //                                                                              DBMeta\r
254     //                                                                              ======\r
255     public DBMeta getDBMeta() {\r
256         return DBMetaInstanceHandler.findDBMeta(getTableDbName());\r
257     }\r
258 \r
259     // ===================================================================================\r
260     //                                                          Classification Classifying\r
261     //                                                          ==========================\r
262     // ===================================================================================\r
263     //                                                        Classification Determination\r
264     //                                                        ============================\r
265     // ===================================================================================\r
266     //                                                           Classification Name/Alias\r
267     //                                                           =========================\r
268     // ===================================================================================\r
269     //                                                                    Foreign Property\r
270     //                                                                    ================\r
271     // ===================================================================================\r
272     //                                                                   Referrer Property\r
273     //                                                                   =================\r
274     // /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *\r
275     //   Referrer Property = [TObjectpropertiesList]\r
276     // * * * * * * * * */\r
277 \r
278     /** The entity list of referrer property 'TObjectpropertiesList'. */\r
279     protected List<TObjectproperties> _childrenTObjectpropertiesList;\r
280 \r
281     /**\r
282      * Get the entity list of referrer property 'TObjectpropertiesList'. {without lazy-load} <br />\r
283      * @return The entity list of referrer property 'TObjectpropertiesList'. (NotNull: If it's not loaded yet, initializes the list instance of referrer as empty and returns it.)\r
284      */\r
285     public List<TObjectproperties> getTObjectpropertiesList() {\r
286         if (_childrenTObjectpropertiesList == null) { _childrenTObjectpropertiesList = new ArrayList<TObjectproperties>(); }\r
287         return _childrenTObjectpropertiesList;\r
288     }\r
289 \r
290     /**\r
291      * Set the entity list of referrer property 'TObjectpropertiesList'.\r
292      * @param tObjectpropertiesList The entity list of referrer property 'TObjectpropertiesList'. (Nullable)\r
293      */\r
294     public void setTObjectpropertiesList(List<TObjectproperties> tObjectpropertiesList) {\r
295         _childrenTObjectpropertiesList = tObjectpropertiesList;\r
296     }\r
297 \r
298     // /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *\r
299     //   Referrer Property = [TAttributeList]\r
300     // * * * * * * * * */\r
301 \r
302     /** The entity list of referrer property 'TAttributeList'. */\r
303     protected List<TAttribute> _childrenTAttributeList;\r
304 \r
305     /**\r
306      * Get the entity list of referrer property 'TAttributeList'. {without lazy-load} <br />\r
307      * @return The entity list of referrer property 'TAttributeList'. (NotNull: If it's not loaded yet, initializes the list instance of referrer as empty and returns it.)\r
308      */\r
309     public List<TAttribute> getTAttributeList() {\r
310         if (_childrenTAttributeList == null) { _childrenTAttributeList = new ArrayList<TAttribute>(); }\r
311         return _childrenTAttributeList;\r
312     }\r
313 \r
314     /**\r
315      * Set the entity list of referrer property 'TAttributeList'.\r
316      * @param tAttributeList The entity list of referrer property 'TAttributeList'. (Nullable)\r
317      */\r
318     public void setTAttributeList(List<TAttribute> tAttributeList) {\r
319         _childrenTAttributeList = tAttributeList;\r
320     }\r
321 \r
322     // /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *\r
323     //   Referrer Property = [TOperationList]\r
324     // * * * * * * * * */\r
325 \r
326     /** The entity list of referrer property 'TOperationList'. */\r
327     protected List<TOperation> _childrenTOperationList;\r
328 \r
329     /**\r
330      * Get the entity list of referrer property 'TOperationList'. {without lazy-load} <br />\r
331      * @return The entity list of referrer property 'TOperationList'. (NotNull: If it's not loaded yet, initializes the list instance of referrer as empty and returns it.)\r
332      */\r
333     public List<TOperation> getTOperationList() {\r
334         if (_childrenTOperationList == null) { _childrenTOperationList = new ArrayList<TOperation>(); }\r
335         return _childrenTOperationList;\r
336     }\r
337 \r
338     /**\r
339      * Set the entity list of referrer property 'TOperationList'.\r
340      * @param tOperationList The entity list of referrer property 'TOperationList'. (Nullable)\r
341      */\r
342     public void setTOperationList(List<TOperation> tOperationList) {\r
343         _childrenTOperationList = tOperationList;\r
344     }\r
345 \r
346     // /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *\r
347     //   Referrer Property = [TConnectorByStartObjectIdList]\r
348     // * * * * * * * * */\r
349 \r
350     /** The entity list of referrer property 'TConnectorByStartObjectIdList'. */\r
351     protected List<TConnector> _childrenTConnectorByStartObjectIdList;\r
352 \r
353     /**\r
354      * Get the entity list of referrer property 'TConnectorByStartObjectIdList'. {without lazy-load} <br />\r
355      * @return The entity list of referrer property 'TConnectorByStartObjectIdList'. (NotNull: If it's not loaded yet, initializes the list instance of referrer as empty and returns it.)\r
356      */\r
357     public List<TConnector> getTConnectorByStartObjectIdList() {\r
358         if (_childrenTConnectorByStartObjectIdList == null) { _childrenTConnectorByStartObjectIdList = new ArrayList<TConnector>(); }\r
359         return _childrenTConnectorByStartObjectIdList;\r
360     }\r
361 \r
362     /**\r
363      * Set the entity list of referrer property 'TConnectorByStartObjectIdList'.\r
364      * @param tConnectorByStartObjectIdList The entity list of referrer property 'TConnectorByStartObjectIdList'. (Nullable)\r
365      */\r
366     public void setTConnectorByStartObjectIdList(List<TConnector> tConnectorByStartObjectIdList) {\r
367         _childrenTConnectorByStartObjectIdList = tConnectorByStartObjectIdList;\r
368     }\r
369 \r
370     // /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *\r
371     //   Referrer Property = [TConnectorByEndObjectIdList]\r
372     // * * * * * * * * */\r
373 \r
374     /** The entity list of referrer property 'TConnectorByEndObjectIdList'. */\r
375     protected List<TConnector> _childrenTConnectorByEndObjectIdList;\r
376 \r
377     /**\r
378      * Get the entity list of referrer property 'TConnectorByEndObjectIdList'. {without lazy-load} <br />\r
379      * @return The entity list of referrer property 'TConnectorByEndObjectIdList'. (NotNull: If it's not loaded yet, initializes the list instance of referrer as empty and returns it.)\r
380      */\r
381     public List<TConnector> getTConnectorByEndObjectIdList() {\r
382         if (_childrenTConnectorByEndObjectIdList == null) { _childrenTConnectorByEndObjectIdList = new ArrayList<TConnector>(); }\r
383         return _childrenTConnectorByEndObjectIdList;\r
384     }\r
385 \r
386     /**\r
387      * Set the entity list of referrer property 'TConnectorByEndObjectIdList'.\r
388      * @param tConnectorByEndObjectIdList The entity list of referrer property 'TConnectorByEndObjectIdList'. (Nullable)\r
389      */\r
390     public void setTConnectorByEndObjectIdList(List<TConnector> tConnectorByEndObjectIdList) {\r
391         _childrenTConnectorByEndObjectIdList = tConnectorByEndObjectIdList;\r
392     }\r
393 \r
394 \r
395     // ===================================================================================\r
396     //                                                                       Determination\r
397     //                                                                       =============\r
398     public boolean hasPrimaryKeyValue() {\r
399         if (_objectId == null) { return false; }\r
400         return true;\r
401     }\r
402 \r
403     // ===================================================================================\r
404     //                                                                 Modified Properties\r
405     //                                                                 ===================\r
406     public Set<String> getModifiedPropertyNames() {\r
407         return _modifiedProperties.getPropertyNames();\r
408     }\r
409 \r
410     protected EntityModifiedProperties newEntityModifiedProperties() {\r
411         return new EntityModifiedProperties();\r
412     }\r
413 \r
414     public void clearModifiedPropertyNames() {\r
415         _modifiedProperties.clear();\r
416     }\r
417 \r
418     public boolean hasModification() {\r
419         return !_modifiedProperties.isEmpty();\r
420     }\r
421 \r
422     // ===================================================================================\r
423     //                                                                      Basic Override\r
424     //                                                                      ==============\r
425     /**\r
426      * If the primary-key of the other is same as this one, returns true.\r
427      * @param other Other entity.\r
428      * @return Comparing result.\r
429      */\r
430     public boolean equals(Object other) {\r
431         if (other == null || !(other instanceof BsTObject)) { return false; }\r
432         BsTObject otherEntity = (BsTObject)other;\r
433         if (!helpComparingValue(getObjectId(), otherEntity.getObjectId())) { return false; }\r
434         return true;\r
435     }\r
436 \r
437     protected boolean helpComparingValue(Object value1, Object value2) {\r
438         if (value1 == null && value2 == null) { return true; }\r
439         return value1 != null && value2 != null && value1.equals(value2);\r
440     }\r
441 \r
442     /**\r
443      * Calculates hash-code from primary-key.\r
444      * @return Hash-code from primary-keys.\r
445      */\r
446     public int hashCode() {\r
447         int result = 17;\r
448         if (this.getObjectId() != null) { result = result + getObjectId().hashCode(); }\r
449         return result;\r
450     }\r
451 \r
452     /**\r
453      * @return The view string of columns. (NotNull)\r
454      */\r
455     public String toString() {\r
456         String delimiter = ",";\r
457         StringBuilder sb = new StringBuilder();\r
458         sb.append(delimiter).append(getObjectId());\r
459         sb.append(delimiter).append(getObjectType());\r
460         sb.append(delimiter).append(getDiagramId());\r
461         sb.append(delimiter).append(getName());\r
462         sb.append(delimiter).append(getAlias());\r
463         sb.append(delimiter).append(getAuthor());\r
464         sb.append(delimiter).append(getVersion());\r
465         sb.append(delimiter).append(getNote());\r
466         sb.append(delimiter).append(getPackageId());\r
467         sb.append(delimiter).append(getStereotype());\r
468         sb.append(delimiter).append(getNtype());\r
469         sb.append(delimiter).append(getComplexity());\r
470         sb.append(delimiter).append(getEffort());\r
471         sb.append(delimiter).append(getStyle());\r
472         sb.append(delimiter).append(getBackcolor());\r
473         sb.append(delimiter).append(getBorderstyle());\r
474         sb.append(delimiter).append(getBorderwidth());\r
475         sb.append(delimiter).append(getFontcolor());\r
476         sb.append(delimiter).append(getBordercolor());\r
477         sb.append(delimiter).append(getCreateddate());\r
478         sb.append(delimiter).append(getModifieddate());\r
479         sb.append(delimiter).append(getStatus());\r
480         sb.append(delimiter).append(getTagged());\r
481         sb.append(delimiter).append(getPdata1());\r
482         sb.append(delimiter).append(getPdata2());\r
483         sb.append(delimiter).append(getPdata3());\r
484         sb.append(delimiter).append(getPdata4());\r
485         sb.append(delimiter).append(getPdata5());\r
486         sb.append(delimiter).append(getConcurrency());\r
487         sb.append(delimiter).append(getVisibility());\r
488         sb.append(delimiter).append(getPersistence());\r
489         sb.append(delimiter).append(getCardinality());\r
490         sb.append(delimiter).append(getGentype());\r
491         sb.append(delimiter).append(getGenfile());\r
492         sb.append(delimiter).append(getHeader1());\r
493         sb.append(delimiter).append(getHeader2());\r
494         sb.append(delimiter).append(getPhase());\r
495         sb.append(delimiter).append(getScope());\r
496         sb.append(delimiter).append(getGenoption());\r
497         sb.append(delimiter).append(getGenlinks());\r
498         sb.append(delimiter).append(getClassifier());\r
499         sb.append(delimiter).append(getEaGuid());\r
500         sb.append(delimiter).append(getParentid());\r
501         sb.append(delimiter).append(getRunstate());\r
502         sb.append(delimiter).append(getClassifierGuid());\r
503         sb.append(delimiter).append(getTpos());\r
504         sb.append(delimiter).append(getIsroot());\r
505         sb.append(delimiter).append(getIsleaf());\r
506         sb.append(delimiter).append(getIsspec());\r
507         sb.append(delimiter).append(getIsactive());\r
508         sb.append(delimiter).append(getStateflags());\r
509         sb.append(delimiter).append(getPackageflags());\r
510         sb.append(delimiter).append(getMultiplicity());\r
511         sb.append(delimiter).append(getStyleex());\r
512         sb.append(delimiter).append(getActionflags());\r
513         sb.append(delimiter).append(getEventflags());\r
514         if (sb.length() > 0) { sb.delete(0, delimiter.length()); }\r
515         sb.insert(0, "{").append("}");\r
516         return sb.toString();\r
517     }\r
518 \r
519     // ===================================================================================\r
520     //                                                                            Accessor\r
521     //                                                                            ========\r
522 \r
523     /** The column annotation for S2Dao. {PK : UQ : COUNTER : NotNull} */\r
524     public static final String objectId_COLUMN = "Object_ID";\r
525 \r
526     /**\r
527      * Get the value of the column 'Object_ID'. <br />\r
528      * {PK : UQ : COUNTER : NotNull}\r
529      * @return The value of the column 'Object_ID'. (Nullable)\r
530      */\r
531     public java.lang.Integer getObjectId() {\r
532         return _objectId;\r
533     }\r
534 \r
535     /**\r
536      * Set the value of the column 'Object_ID'. <br />\r
537      * {PK : UQ : COUNTER : NotNull}\r
538      * @param objectId The value of the column 'Object_ID'. (Nullable)\r
539      */\r
540     public void setObjectId(java.lang.Integer objectId) {\r
541         _modifiedProperties.addPropertyName("objectId");\r
542         this._objectId = objectId;\r
543     }\r
544 \r
545     /** The column annotation for S2Dao. {VARCHAR(255)} */\r
546     public static final String objectType_COLUMN = "Object_Type";\r
547 \r
548     /**\r
549      * Get the value of the column 'Object_Type'. <br />\r
550      * {VARCHAR(255)}\r
551      * @return The value of the column 'Object_Type'. (Nullable)\r
552      */\r
553     public String getObjectType() {\r
554         return _objectType;\r
555     }\r
556 \r
557     /**\r
558      * Set the value of the column 'Object_Type'. <br />\r
559      * {VARCHAR(255)}\r
560      * @param objectType The value of the column 'Object_Type'. (Nullable)\r
561      */\r
562     public void setObjectType(String objectType) {\r
563         _modifiedProperties.addPropertyName("objectType");\r
564         this._objectType = objectType;\r
565     }\r
566 \r
567     /** The column annotation for S2Dao. {INTEGER} */\r
568     public static final String diagramId_COLUMN = "Diagram_ID";\r
569 \r
570     /**\r
571      * Get the value of the column 'Diagram_ID'. <br />\r
572      * {INTEGER}\r
573      * @return The value of the column 'Diagram_ID'. (Nullable)\r
574      */\r
575     public java.lang.Integer getDiagramId() {\r
576         return _diagramId;\r
577     }\r
578 \r
579     /**\r
580      * Set the value of the column 'Diagram_ID'. <br />\r
581      * {INTEGER}\r
582      * @param diagramId The value of the column 'Diagram_ID'. (Nullable)\r
583      */\r
584     public void setDiagramId(java.lang.Integer diagramId) {\r
585         _modifiedProperties.addPropertyName("diagramId");\r
586         this._diagramId = diagramId;\r
587     }\r
588 \r
589     /** The column annotation for S2Dao. {VARCHAR(255)} */\r
590     public static final String name_COLUMN = "Name";\r
591 \r
592     /**\r
593      * Get the value of the column 'Name'. <br />\r
594      * {VARCHAR(255)}\r
595      * @return The value of the column 'Name'. (Nullable)\r
596      */\r
597     public String getName() {\r
598         return _name;\r
599     }\r
600 \r
601     /**\r
602      * Set the value of the column 'Name'. <br />\r
603      * {VARCHAR(255)}\r
604      * @param name The value of the column 'Name'. (Nullable)\r
605      */\r
606     public void setName(String name) {\r
607         _modifiedProperties.addPropertyName("name");\r
608         this._name = name;\r
609     }\r
610 \r
611     /** The column annotation for S2Dao. {VARCHAR(255)} */\r
612     public static final String alias_COLUMN = "Alias";\r
613 \r
614     /**\r
615      * Get the value of the column 'Alias'. <br />\r
616      * {VARCHAR(255)}\r
617      * @return The value of the column 'Alias'. (Nullable)\r
618      */\r
619     public String getAlias() {\r
620         return _alias;\r
621     }\r
622 \r
623     /**\r
624      * Set the value of the column 'Alias'. <br />\r
625      * {VARCHAR(255)}\r
626      * @param alias The value of the column 'Alias'. (Nullable)\r
627      */\r
628     public void setAlias(String alias) {\r
629         _modifiedProperties.addPropertyName("alias");\r
630         this._alias = alias;\r
631     }\r
632 \r
633     /** The column annotation for S2Dao. {VARCHAR(255)} */\r
634     public static final String author_COLUMN = "Author";\r
635 \r
636     /**\r
637      * Get the value of the column 'Author'. <br />\r
638      * {VARCHAR(255)}\r
639      * @return The value of the column 'Author'. (Nullable)\r
640      */\r
641     public String getAuthor() {\r
642         return _author;\r
643     }\r
644 \r
645     /**\r
646      * Set the value of the column 'Author'. <br />\r
647      * {VARCHAR(255)}\r
648      * @param author The value of the column 'Author'. (Nullable)\r
649      */\r
650     public void setAuthor(String author) {\r
651         _modifiedProperties.addPropertyName("author");\r
652         this._author = author;\r
653     }\r
654 \r
655     /** The column annotation for S2Dao. {VARCHAR(50)} */\r
656     public static final String version_COLUMN = "Version";\r
657 \r
658     /**\r
659      * Get the value of the column 'Version'. <br />\r
660      * {VARCHAR(50)}\r
661      * @return The value of the column 'Version'. (Nullable)\r
662      */\r
663     public String getVersion() {\r
664         return _version;\r
665     }\r
666 \r
667     /**\r
668      * Set the value of the column 'Version'. <br />\r
669      * {VARCHAR(50)}\r
670      * @param version The value of the column 'Version'. (Nullable)\r
671      */\r
672     public void setVersion(String version) {\r
673         _modifiedProperties.addPropertyName("version");\r
674         this._version = version;\r
675     }\r
676 \r
677     /** The column annotation for S2Dao. {LONGCHAR(2147483647)} */\r
678     public static final String note_COLUMN = "Note";\r
679 \r
680     /**\r
681      * Get the value of the column 'Note'. <br />\r
682      * {LONGCHAR(2147483647)}\r
683      * @return The value of the column 'Note'. (Nullable)\r
684      */\r
685     public String getNote() {\r
686         return _note;\r
687     }\r
688 \r
689     /**\r
690      * Set the value of the column 'Note'. <br />\r
691      * {LONGCHAR(2147483647)}\r
692      * @param note The value of the column 'Note'. (Nullable)\r
693      */\r
694     public void setNote(String note) {\r
695         _modifiedProperties.addPropertyName("note");\r
696         this._note = note;\r
697     }\r
698 \r
699     /** The column annotation for S2Dao. {INTEGER} */\r
700     public static final String packageId_COLUMN = "Package_ID";\r
701 \r
702     /**\r
703      * Get the value of the column 'Package_ID'. <br />\r
704      * {INTEGER}\r
705      * @return The value of the column 'Package_ID'. (Nullable)\r
706      */\r
707     public java.lang.Integer getPackageId() {\r
708         return _packageId;\r
709     }\r
710 \r
711     /**\r
712      * Set the value of the column 'Package_ID'. <br />\r
713      * {INTEGER}\r
714      * @param packageId The value of the column 'Package_ID'. (Nullable)\r
715      */\r
716     public void setPackageId(java.lang.Integer packageId) {\r
717         _modifiedProperties.addPropertyName("packageId");\r
718         this._packageId = packageId;\r
719     }\r
720 \r
721     /** The column annotation for S2Dao. {VARCHAR(255)} */\r
722     public static final String stereotype_COLUMN = "Stereotype";\r
723 \r
724     /**\r
725      * Get the value of the column 'Stereotype'. <br />\r
726      * {VARCHAR(255)}\r
727      * @return The value of the column 'Stereotype'. (Nullable)\r
728      */\r
729     public String getStereotype() {\r
730         return _stereotype;\r
731     }\r
732 \r
733     /**\r
734      * Set the value of the column 'Stereotype'. <br />\r
735      * {VARCHAR(255)}\r
736      * @param stereotype The value of the column 'Stereotype'. (Nullable)\r
737      */\r
738     public void setStereotype(String stereotype) {\r
739         _modifiedProperties.addPropertyName("stereotype");\r
740         this._stereotype = stereotype;\r
741     }\r
742 \r
743     /** The column annotation for S2Dao. {INTEGER} */\r
744     public static final String ntype_COLUMN = "NType";\r
745 \r
746     /**\r
747      * Get the value of the column 'NType'. <br />\r
748      * {INTEGER}\r
749      * @return The value of the column 'NType'. (Nullable)\r
750      */\r
751     public java.lang.Integer getNtype() {\r
752         return _ntype;\r
753     }\r
754 \r
755     /**\r
756      * Set the value of the column 'NType'. <br />\r
757      * {INTEGER}\r
758      * @param ntype The value of the column 'NType'. (Nullable)\r
759      */\r
760     public void setNtype(java.lang.Integer ntype) {\r
761         _modifiedProperties.addPropertyName("ntype");\r
762         this._ntype = ntype;\r
763     }\r
764 \r
765     /** The column annotation for S2Dao. {VARCHAR(50)} */\r
766     public static final String complexity_COLUMN = "Complexity";\r
767 \r
768     /**\r
769      * Get the value of the column 'Complexity'. <br />\r
770      * {VARCHAR(50)}\r
771      * @return The value of the column 'Complexity'. (Nullable)\r
772      */\r
773     public String getComplexity() {\r
774         return _complexity;\r
775     }\r
776 \r
777     /**\r
778      * Set the value of the column 'Complexity'. <br />\r
779      * {VARCHAR(50)}\r
780      * @param complexity The value of the column 'Complexity'. (Nullable)\r
781      */\r
782     public void setComplexity(String complexity) {\r
783         _modifiedProperties.addPropertyName("complexity");\r
784         this._complexity = complexity;\r
785     }\r
786 \r
787     /** The column annotation for S2Dao. {INTEGER} */\r
788     public static final String effort_COLUMN = "Effort";\r
789 \r
790     /**\r
791      * Get the value of the column 'Effort'. <br />\r
792      * {INTEGER}\r
793      * @return The value of the column 'Effort'. (Nullable)\r
794      */\r
795     public java.lang.Integer getEffort() {\r
796         return _effort;\r
797     }\r
798 \r
799     /**\r
800      * Set the value of the column 'Effort'. <br />\r
801      * {INTEGER}\r
802      * @param effort The value of the column 'Effort'. (Nullable)\r
803      */\r
804     public void setEffort(java.lang.Integer effort) {\r
805         _modifiedProperties.addPropertyName("effort");\r
806         this._effort = effort;\r
807     }\r
808 \r
809     /** The column annotation for S2Dao. {VARCHAR(255)} */\r
810     public static final String style_COLUMN = "Style";\r
811 \r
812     /**\r
813      * Get the value of the column 'Style'. <br />\r
814      * {VARCHAR(255)}\r
815      * @return The value of the column 'Style'. (Nullable)\r
816      */\r
817     public String getStyle() {\r
818         return _style;\r
819     }\r
820 \r
821     /**\r
822      * Set the value of the column 'Style'. <br />\r
823      * {VARCHAR(255)}\r
824      * @param style The value of the column 'Style'. (Nullable)\r
825      */\r
826     public void setStyle(String style) {\r
827         _modifiedProperties.addPropertyName("style");\r
828         this._style = style;\r
829     }\r
830 \r
831     /** The column annotation for S2Dao. {INTEGER} */\r
832     public static final String backcolor_COLUMN = "Backcolor";\r
833 \r
834     /**\r
835      * Get the value of the column 'Backcolor'. <br />\r
836      * {INTEGER}\r
837      * @return The value of the column 'Backcolor'. (Nullable)\r
838      */\r
839     public java.lang.Integer getBackcolor() {\r
840         return _backcolor;\r
841     }\r
842 \r
843     /**\r
844      * Set the value of the column 'Backcolor'. <br />\r
845      * {INTEGER}\r
846      * @param backcolor The value of the column 'Backcolor'. (Nullable)\r
847      */\r
848     public void setBackcolor(java.lang.Integer backcolor) {\r
849         _modifiedProperties.addPropertyName("backcolor");\r
850         this._backcolor = backcolor;\r
851     }\r
852 \r
853     /** The column annotation for S2Dao. {INTEGER} */\r
854     public static final String borderstyle_COLUMN = "BorderStyle";\r
855 \r
856     /**\r
857      * Get the value of the column 'BorderStyle'. <br />\r
858      * {INTEGER}\r
859      * @return The value of the column 'BorderStyle'. (Nullable)\r
860      */\r
861     public java.lang.Integer getBorderstyle() {\r
862         return _borderstyle;\r
863     }\r
864 \r
865     /**\r
866      * Set the value of the column 'BorderStyle'. <br />\r
867      * {INTEGER}\r
868      * @param borderstyle The value of the column 'BorderStyle'. (Nullable)\r
869      */\r
870     public void setBorderstyle(java.lang.Integer borderstyle) {\r
871         _modifiedProperties.addPropertyName("borderstyle");\r
872         this._borderstyle = borderstyle;\r
873     }\r
874 \r
875     /** The column annotation for S2Dao. {INTEGER} */\r
876     public static final String borderwidth_COLUMN = "BorderWidth";\r
877 \r
878     /**\r
879      * Get the value of the column 'BorderWidth'. <br />\r
880      * {INTEGER}\r
881      * @return The value of the column 'BorderWidth'. (Nullable)\r
882      */\r
883     public java.lang.Integer getBorderwidth() {\r
884         return _borderwidth;\r
885     }\r
886 \r
887     /**\r
888      * Set the value of the column 'BorderWidth'. <br />\r
889      * {INTEGER}\r
890      * @param borderwidth The value of the column 'BorderWidth'. (Nullable)\r
891      */\r
892     public void setBorderwidth(java.lang.Integer borderwidth) {\r
893         _modifiedProperties.addPropertyName("borderwidth");\r
894         this._borderwidth = borderwidth;\r
895     }\r
896 \r
897     /** The column annotation for S2Dao. {INTEGER} */\r
898     public static final String fontcolor_COLUMN = "Fontcolor";\r
899 \r
900     /**\r
901      * Get the value of the column 'Fontcolor'. <br />\r
902      * {INTEGER}\r
903      * @return The value of the column 'Fontcolor'. (Nullable)\r
904      */\r
905     public java.lang.Integer getFontcolor() {\r
906         return _fontcolor;\r
907     }\r
908 \r
909     /**\r
910      * Set the value of the column 'Fontcolor'. <br />\r
911      * {INTEGER}\r
912      * @param fontcolor The value of the column 'Fontcolor'. (Nullable)\r
913      */\r
914     public void setFontcolor(java.lang.Integer fontcolor) {\r
915         _modifiedProperties.addPropertyName("fontcolor");\r
916         this._fontcolor = fontcolor;\r
917     }\r
918 \r
919     /** The column annotation for S2Dao. {INTEGER} */\r
920     public static final String bordercolor_COLUMN = "Bordercolor";\r
921 \r
922     /**\r
923      * Get the value of the column 'Bordercolor'. <br />\r
924      * {INTEGER}\r
925      * @return The value of the column 'Bordercolor'. (Nullable)\r
926      */\r
927     public java.lang.Integer getBordercolor() {\r
928         return _bordercolor;\r
929     }\r
930 \r
931     /**\r
932      * Set the value of the column 'Bordercolor'. <br />\r
933      * {INTEGER}\r
934      * @param bordercolor The value of the column 'Bordercolor'. (Nullable)\r
935      */\r
936     public void setBordercolor(java.lang.Integer bordercolor) {\r
937         _modifiedProperties.addPropertyName("bordercolor");\r
938         this._bordercolor = bordercolor;\r
939     }\r
940 \r
941     /** The column annotation for S2Dao. {DATETIME} */\r
942     public static final String createddate_COLUMN = "CreatedDate";\r
943 \r
944     /**\r
945      * Get the value of the column 'CreatedDate'. <br />\r
946      * {DATETIME}\r
947      * @return The value of the column 'CreatedDate'. (Nullable)\r
948      */\r
949     public java.sql.Timestamp getCreateddate() {\r
950         return _createddate;\r
951     }\r
952 \r
953     /**\r
954      * Set the value of the column 'CreatedDate'. <br />\r
955      * {DATETIME}\r
956      * @param createddate The value of the column 'CreatedDate'. (Nullable)\r
957      */\r
958     public void setCreateddate(java.sql.Timestamp createddate) {\r
959         _modifiedProperties.addPropertyName("createddate");\r
960         this._createddate = createddate;\r
961     }\r
962 \r
963     /** The column annotation for S2Dao. {DATETIME} */\r
964     public static final String modifieddate_COLUMN = "ModifiedDate";\r
965 \r
966     /**\r
967      * Get the value of the column 'ModifiedDate'. <br />\r
968      * {DATETIME}\r
969      * @return The value of the column 'ModifiedDate'. (Nullable)\r
970      */\r
971     public java.sql.Timestamp getModifieddate() {\r
972         return _modifieddate;\r
973     }\r
974 \r
975     /**\r
976      * Set the value of the column 'ModifiedDate'. <br />\r
977      * {DATETIME}\r
978      * @param modifieddate The value of the column 'ModifiedDate'. (Nullable)\r
979      */\r
980     public void setModifieddate(java.sql.Timestamp modifieddate) {\r
981         _modifiedProperties.addPropertyName("modifieddate");\r
982         this._modifieddate = modifieddate;\r
983     }\r
984 \r
985     /** The column annotation for S2Dao. {VARCHAR(50)} */\r
986     public static final String status_COLUMN = "Status";\r
987 \r
988     /**\r
989      * Get the value of the column 'Status'. <br />\r
990      * {VARCHAR(50)}\r
991      * @return The value of the column 'Status'. (Nullable)\r
992      */\r
993     public String getStatus() {\r
994         return _status;\r
995     }\r
996 \r
997     /**\r
998      * Set the value of the column 'Status'. <br />\r
999      * {VARCHAR(50)}\r
1000      * @param status The value of the column 'Status'. (Nullable)\r
1001      */\r
1002     public void setStatus(String status) {\r
1003         _modifiedProperties.addPropertyName("status");\r
1004         this._status = status;\r
1005     }\r
1006 \r
1007     /** The column annotation for S2Dao. {INTEGER} */\r
1008     public static final String tagged_COLUMN = "Tagged";\r
1009 \r
1010     /**\r
1011      * Get the value of the column 'Tagged'. <br />\r
1012      * {INTEGER}\r
1013      * @return The value of the column 'Tagged'. (Nullable)\r
1014      */\r
1015     public java.lang.Integer getTagged() {\r
1016         return _tagged;\r
1017     }\r
1018 \r
1019     /**\r
1020      * Set the value of the column 'Tagged'. <br />\r
1021      * {INTEGER}\r
1022      * @param tagged The value of the column 'Tagged'. (Nullable)\r
1023      */\r
1024     public void setTagged(java.lang.Integer tagged) {\r
1025         _modifiedProperties.addPropertyName("tagged");\r
1026         this._tagged = tagged;\r
1027     }\r
1028 \r
1029     /** The column annotation for S2Dao. {VARCHAR(255)} */\r
1030     public static final String pdata1_COLUMN = "PDATA1";\r
1031 \r
1032     /**\r
1033      * Get the value of the column 'PDATA1'. <br />\r
1034      * {VARCHAR(255)}\r
1035      * @return The value of the column 'PDATA1'. (Nullable)\r
1036      */\r
1037     public String getPdata1() {\r
1038         return _pdata1;\r
1039     }\r
1040 \r
1041     /**\r
1042      * Set the value of the column 'PDATA1'. <br />\r
1043      * {VARCHAR(255)}\r
1044      * @param pdata1 The value of the column 'PDATA1'. (Nullable)\r
1045      */\r
1046     public void setPdata1(String pdata1) {\r
1047         _modifiedProperties.addPropertyName("pdata1");\r
1048         this._pdata1 = pdata1;\r
1049     }\r
1050 \r
1051     /** The column annotation for S2Dao. {VARCHAR(255)} */\r
1052     public static final String pdata2_COLUMN = "PDATA2";\r
1053 \r
1054     /**\r
1055      * Get the value of the column 'PDATA2'. <br />\r
1056      * {VARCHAR(255)}\r
1057      * @return The value of the column 'PDATA2'. (Nullable)\r
1058      */\r
1059     public String getPdata2() {\r
1060         return _pdata2;\r
1061     }\r
1062 \r
1063     /**\r
1064      * Set the value of the column 'PDATA2'. <br />\r
1065      * {VARCHAR(255)}\r
1066      * @param pdata2 The value of the column 'PDATA2'. (Nullable)\r
1067      */\r
1068     public void setPdata2(String pdata2) {\r
1069         _modifiedProperties.addPropertyName("pdata2");\r
1070         this._pdata2 = pdata2;\r
1071     }\r
1072 \r
1073     /** The column annotation for S2Dao. {VARCHAR(255)} */\r
1074     public static final String pdata3_COLUMN = "PDATA3";\r
1075 \r
1076     /**\r
1077      * Get the value of the column 'PDATA3'. <br />\r
1078      * {VARCHAR(255)}\r
1079      * @return The value of the column 'PDATA3'. (Nullable)\r
1080      */\r
1081     public String getPdata3() {\r
1082         return _pdata3;\r
1083     }\r
1084 \r
1085     /**\r
1086      * Set the value of the column 'PDATA3'. <br />\r
1087      * {VARCHAR(255)}\r
1088      * @param pdata3 The value of the column 'PDATA3'. (Nullable)\r
1089      */\r
1090     public void setPdata3(String pdata3) {\r
1091         _modifiedProperties.addPropertyName("pdata3");\r
1092         this._pdata3 = pdata3;\r
1093     }\r
1094 \r
1095     /** The column annotation for S2Dao. {VARCHAR(255)} */\r
1096     public static final String pdata4_COLUMN = "PDATA4";\r
1097 \r
1098     /**\r
1099      * Get the value of the column 'PDATA4'. <br />\r
1100      * {VARCHAR(255)}\r
1101      * @return The value of the column 'PDATA4'. (Nullable)\r
1102      */\r
1103     public String getPdata4() {\r
1104         return _pdata4;\r
1105     }\r
1106 \r
1107     /**\r
1108      * Set the value of the column 'PDATA4'. <br />\r
1109      * {VARCHAR(255)}\r
1110      * @param pdata4 The value of the column 'PDATA4'. (Nullable)\r
1111      */\r
1112     public void setPdata4(String pdata4) {\r
1113         _modifiedProperties.addPropertyName("pdata4");\r
1114         this._pdata4 = pdata4;\r
1115     }\r
1116 \r
1117     /** The column annotation for S2Dao. {VARCHAR(255)} */\r
1118     public static final String pdata5_COLUMN = "PDATA5";\r
1119 \r
1120     /**\r
1121      * Get the value of the column 'PDATA5'. <br />\r
1122      * {VARCHAR(255)}\r
1123      * @return The value of the column 'PDATA5'. (Nullable)\r
1124      */\r
1125     public String getPdata5() {\r
1126         return _pdata5;\r
1127     }\r
1128 \r
1129     /**\r
1130      * Set the value of the column 'PDATA5'. <br />\r
1131      * {VARCHAR(255)}\r
1132      * @param pdata5 The value of the column 'PDATA5'. (Nullable)\r
1133      */\r
1134     public void setPdata5(String pdata5) {\r
1135         _modifiedProperties.addPropertyName("pdata5");\r
1136         this._pdata5 = pdata5;\r
1137     }\r
1138 \r
1139     /** The column annotation for S2Dao. {VARCHAR(50)} */\r
1140     public static final String concurrency_COLUMN = "Concurrency";\r
1141 \r
1142     /**\r
1143      * Get the value of the column 'Concurrency'. <br />\r
1144      * {VARCHAR(50)}\r
1145      * @return The value of the column 'Concurrency'. (Nullable)\r
1146      */\r
1147     public String getConcurrency() {\r
1148         return _concurrency;\r
1149     }\r
1150 \r
1151     /**\r
1152      * Set the value of the column 'Concurrency'. <br />\r
1153      * {VARCHAR(50)}\r
1154      * @param concurrency The value of the column 'Concurrency'. (Nullable)\r
1155      */\r
1156     public void setConcurrency(String concurrency) {\r
1157         _modifiedProperties.addPropertyName("concurrency");\r
1158         this._concurrency = concurrency;\r
1159     }\r
1160 \r
1161     /** The column annotation for S2Dao. {VARCHAR(50)} */\r
1162     public static final String visibility_COLUMN = "Visibility";\r
1163 \r
1164     /**\r
1165      * Get the value of the column 'Visibility'. <br />\r
1166      * {VARCHAR(50)}\r
1167      * @return The value of the column 'Visibility'. (Nullable)\r
1168      */\r
1169     public String getVisibility() {\r
1170         return _visibility;\r
1171     }\r
1172 \r
1173     /**\r
1174      * Set the value of the column 'Visibility'. <br />\r
1175      * {VARCHAR(50)}\r
1176      * @param visibility The value of the column 'Visibility'. (Nullable)\r
1177      */\r
1178     public void setVisibility(String visibility) {\r
1179         _modifiedProperties.addPropertyName("visibility");\r
1180         this._visibility = visibility;\r
1181     }\r
1182 \r
1183     /** The column annotation for S2Dao. {VARCHAR(50)} */\r
1184     public static final String persistence_COLUMN = "Persistence";\r
1185 \r
1186     /**\r
1187      * Get the value of the column 'Persistence'. <br />\r
1188      * {VARCHAR(50)}\r
1189      * @return The value of the column 'Persistence'. (Nullable)\r
1190      */\r
1191     public String getPersistence() {\r
1192         return _persistence;\r
1193     }\r
1194 \r
1195     /**\r
1196      * Set the value of the column 'Persistence'. <br />\r
1197      * {VARCHAR(50)}\r
1198      * @param persistence The value of the column 'Persistence'. (Nullable)\r
1199      */\r
1200     public void setPersistence(String persistence) {\r
1201         _modifiedProperties.addPropertyName("persistence");\r
1202         this._persistence = persistence;\r
1203     }\r
1204 \r
1205     /** The column annotation for S2Dao. {VARCHAR(50)} */\r
1206     public static final String cardinality_COLUMN = "Cardinality";\r
1207 \r
1208     /**\r
1209      * Get the value of the column 'Cardinality'. <br />\r
1210      * {VARCHAR(50)}\r
1211      * @return The value of the column 'Cardinality'. (Nullable)\r
1212      */\r
1213     public String getCardinality() {\r
1214         return _cardinality;\r
1215     }\r
1216 \r
1217     /**\r
1218      * Set the value of the column 'Cardinality'. <br />\r
1219      * {VARCHAR(50)}\r
1220      * @param cardinality The value of the column 'Cardinality'. (Nullable)\r
1221      */\r
1222     public void setCardinality(String cardinality) {\r
1223         _modifiedProperties.addPropertyName("cardinality");\r
1224         this._cardinality = cardinality;\r
1225     }\r
1226 \r
1227     /** The column annotation for S2Dao. {VARCHAR(50)} */\r
1228     public static final String gentype_COLUMN = "GenType";\r
1229 \r
1230     /**\r
1231      * Get the value of the column 'GenType'. <br />\r
1232      * {VARCHAR(50)}\r
1233      * @return The value of the column 'GenType'. (Nullable)\r
1234      */\r
1235     public String getGentype() {\r
1236         return _gentype;\r
1237     }\r
1238 \r
1239     /**\r
1240      * Set the value of the column 'GenType'. <br />\r
1241      * {VARCHAR(50)}\r
1242      * @param gentype The value of the column 'GenType'. (Nullable)\r
1243      */\r
1244     public void setGentype(String gentype) {\r
1245         _modifiedProperties.addPropertyName("gentype");\r
1246         this._gentype = gentype;\r
1247     }\r
1248 \r
1249     /** The column annotation for S2Dao. {VARCHAR(255)} */\r
1250     public static final String genfile_COLUMN = "GenFile";\r
1251 \r
1252     /**\r
1253      * Get the value of the column 'GenFile'. <br />\r
1254      * {VARCHAR(255)}\r
1255      * @return The value of the column 'GenFile'. (Nullable)\r
1256      */\r
1257     public String getGenfile() {\r
1258         return _genfile;\r
1259     }\r
1260 \r
1261     /**\r
1262      * Set the value of the column 'GenFile'. <br />\r
1263      * {VARCHAR(255)}\r
1264      * @param genfile The value of the column 'GenFile'. (Nullable)\r
1265      */\r
1266     public void setGenfile(String genfile) {\r
1267         _modifiedProperties.addPropertyName("genfile");\r
1268         this._genfile = genfile;\r
1269     }\r
1270 \r
1271     /** The column annotation for S2Dao. {LONGCHAR(2147483647)} */\r
1272     public static final String header1_COLUMN = "Header1";\r
1273 \r
1274     /**\r
1275      * Get the value of the column 'Header1'. <br />\r
1276      * {LONGCHAR(2147483647)}\r
1277      * @return The value of the column 'Header1'. (Nullable)\r
1278      */\r
1279     public String getHeader1() {\r
1280         return _header1;\r
1281     }\r
1282 \r
1283     /**\r
1284      * Set the value of the column 'Header1'. <br />\r
1285      * {LONGCHAR(2147483647)}\r
1286      * @param header1 The value of the column 'Header1'. (Nullable)\r
1287      */\r
1288     public void setHeader1(String header1) {\r
1289         _modifiedProperties.addPropertyName("header1");\r
1290         this._header1 = header1;\r
1291     }\r
1292 \r
1293     /** The column annotation for S2Dao. {LONGCHAR(2147483647)} */\r
1294     public static final String header2_COLUMN = "Header2";\r
1295 \r
1296     /**\r
1297      * Get the value of the column 'Header2'. <br />\r
1298      * {LONGCHAR(2147483647)}\r
1299      * @return The value of the column 'Header2'. (Nullable)\r
1300      */\r
1301     public String getHeader2() {\r
1302         return _header2;\r
1303     }\r
1304 \r
1305     /**\r
1306      * Set the value of the column 'Header2'. <br />\r
1307      * {LONGCHAR(2147483647)}\r
1308      * @param header2 The value of the column 'Header2'. (Nullable)\r
1309      */\r
1310     public void setHeader2(String header2) {\r
1311         _modifiedProperties.addPropertyName("header2");\r
1312         this._header2 = header2;\r
1313     }\r
1314 \r
1315     /** The column annotation for S2Dao. {VARCHAR(50)} */\r
1316     public static final String phase_COLUMN = "Phase";\r
1317 \r
1318     /**\r
1319      * Get the value of the column 'Phase'. <br />\r
1320      * {VARCHAR(50)}\r
1321      * @return The value of the column 'Phase'. (Nullable)\r
1322      */\r
1323     public String getPhase() {\r
1324         return _phase;\r
1325     }\r
1326 \r
1327     /**\r
1328      * Set the value of the column 'Phase'. <br />\r
1329      * {VARCHAR(50)}\r
1330      * @param phase The value of the column 'Phase'. (Nullable)\r
1331      */\r
1332     public void setPhase(String phase) {\r
1333         _modifiedProperties.addPropertyName("phase");\r
1334         this._phase = phase;\r
1335     }\r
1336 \r
1337     /** The column annotation for S2Dao. {VARCHAR(25)} */\r
1338     public static final String scope_COLUMN = "Scope";\r
1339 \r
1340     /**\r
1341      * Get the value of the column 'Scope'. <br />\r
1342      * {VARCHAR(25)}\r
1343      * @return The value of the column 'Scope'. (Nullable)\r
1344      */\r
1345     public String getScope() {\r
1346         return _scope;\r
1347     }\r
1348 \r
1349     /**\r
1350      * Set the value of the column 'Scope'. <br />\r
1351      * {VARCHAR(25)}\r
1352      * @param scope The value of the column 'Scope'. (Nullable)\r
1353      */\r
1354     public void setScope(String scope) {\r
1355         _modifiedProperties.addPropertyName("scope");\r
1356         this._scope = scope;\r
1357     }\r
1358 \r
1359     /** The column annotation for S2Dao. {LONGCHAR(2147483647)} */\r
1360     public static final String genoption_COLUMN = "GenOption";\r
1361 \r
1362     /**\r
1363      * Get the value of the column 'GenOption'. <br />\r
1364      * {LONGCHAR(2147483647)}\r
1365      * @return The value of the column 'GenOption'. (Nullable)\r
1366      */\r
1367     public String getGenoption() {\r
1368         return _genoption;\r
1369     }\r
1370 \r
1371     /**\r
1372      * Set the value of the column 'GenOption'. <br />\r
1373      * {LONGCHAR(2147483647)}\r
1374      * @param genoption The value of the column 'GenOption'. (Nullable)\r
1375      */\r
1376     public void setGenoption(String genoption) {\r
1377         _modifiedProperties.addPropertyName("genoption");\r
1378         this._genoption = genoption;\r
1379     }\r
1380 \r
1381     /** The column annotation for S2Dao. {LONGCHAR(2147483647)} */\r
1382     public static final String genlinks_COLUMN = "GenLinks";\r
1383 \r
1384     /**\r
1385      * Get the value of the column 'GenLinks'. <br />\r
1386      * {LONGCHAR(2147483647)}\r
1387      * @return The value of the column 'GenLinks'. (Nullable)\r
1388      */\r
1389     public String getGenlinks() {\r
1390         return _genlinks;\r
1391     }\r
1392 \r
1393     /**\r
1394      * Set the value of the column 'GenLinks'. <br />\r
1395      * {LONGCHAR(2147483647)}\r
1396      * @param genlinks The value of the column 'GenLinks'. (Nullable)\r
1397      */\r
1398     public void setGenlinks(String genlinks) {\r
1399         _modifiedProperties.addPropertyName("genlinks");\r
1400         this._genlinks = genlinks;\r
1401     }\r
1402 \r
1403     /** The column annotation for S2Dao. {INTEGER} */\r
1404     public static final String classifier_COLUMN = "Classifier";\r
1405 \r
1406     /**\r
1407      * Get the value of the column 'Classifier'. <br />\r
1408      * {INTEGER}\r
1409      * @return The value of the column 'Classifier'. (Nullable)\r
1410      */\r
1411     public java.lang.Integer getClassifier() {\r
1412         return _classifier;\r
1413     }\r
1414 \r
1415     /**\r
1416      * Set the value of the column 'Classifier'. <br />\r
1417      * {INTEGER}\r
1418      * @param classifier The value of the column 'Classifier'. (Nullable)\r
1419      */\r
1420     public void setClassifier(java.lang.Integer classifier) {\r
1421         _modifiedProperties.addPropertyName("classifier");\r
1422         this._classifier = classifier;\r
1423     }\r
1424 \r
1425     /** The column annotation for S2Dao. {UQ : VARCHAR(40)} */\r
1426     public static final String eaGuid_COLUMN = "ea_guid";\r
1427 \r
1428     /**\r
1429      * Get the value of the column 'ea_guid'. <br />\r
1430      * {UQ : VARCHAR(40)}\r
1431      * @return The value of the column 'ea_guid'. (Nullable)\r
1432      */\r
1433     public String getEaGuid() {\r
1434         return _eaGuid;\r
1435     }\r
1436 \r
1437     /**\r
1438      * Set the value of the column 'ea_guid'. <br />\r
1439      * {UQ : VARCHAR(40)}\r
1440      * @param eaGuid The value of the column 'ea_guid'. (Nullable)\r
1441      */\r
1442     public void setEaGuid(String eaGuid) {\r
1443         _modifiedProperties.addPropertyName("eaGuid");\r
1444         this._eaGuid = eaGuid;\r
1445     }\r
1446 \r
1447     /** The column annotation for S2Dao. {INTEGER} */\r
1448     public static final String parentid_COLUMN = "ParentID";\r
1449 \r
1450     /**\r
1451      * Get the value of the column 'ParentID'. <br />\r
1452      * {INTEGER}\r
1453      * @return The value of the column 'ParentID'. (Nullable)\r
1454      */\r
1455     public java.lang.Integer getParentid() {\r
1456         return _parentid;\r
1457     }\r
1458 \r
1459     /**\r
1460      * Set the value of the column 'ParentID'. <br />\r
1461      * {INTEGER}\r
1462      * @param parentid The value of the column 'ParentID'. (Nullable)\r
1463      */\r
1464     public void setParentid(java.lang.Integer parentid) {\r
1465         _modifiedProperties.addPropertyName("parentid");\r
1466         this._parentid = parentid;\r
1467     }\r
1468 \r
1469     /** The column annotation for S2Dao. {LONGCHAR(2147483647)} */\r
1470     public static final String runstate_COLUMN = "RunState";\r
1471 \r
1472     /**\r
1473      * Get the value of the column 'RunState'. <br />\r
1474      * {LONGCHAR(2147483647)}\r
1475      * @return The value of the column 'RunState'. (Nullable)\r
1476      */\r
1477     public String getRunstate() {\r
1478         return _runstate;\r
1479     }\r
1480 \r
1481     /**\r
1482      * Set the value of the column 'RunState'. <br />\r
1483      * {LONGCHAR(2147483647)}\r
1484      * @param runstate The value of the column 'RunState'. (Nullable)\r
1485      */\r
1486     public void setRunstate(String runstate) {\r
1487         _modifiedProperties.addPropertyName("runstate");\r
1488         this._runstate = runstate;\r
1489     }\r
1490 \r
1491     /** The column annotation for S2Dao. {VARCHAR(40)} */\r
1492     public static final String classifierGuid_COLUMN = "Classifier_guid";\r
1493 \r
1494     /**\r
1495      * Get the value of the column 'Classifier_guid'. <br />\r
1496      * {VARCHAR(40)}\r
1497      * @return The value of the column 'Classifier_guid'. (Nullable)\r
1498      */\r
1499     public String getClassifierGuid() {\r
1500         return _classifierGuid;\r
1501     }\r
1502 \r
1503     /**\r
1504      * Set the value of the column 'Classifier_guid'. <br />\r
1505      * {VARCHAR(40)}\r
1506      * @param classifierGuid The value of the column 'Classifier_guid'. (Nullable)\r
1507      */\r
1508     public void setClassifierGuid(String classifierGuid) {\r
1509         _modifiedProperties.addPropertyName("classifierGuid");\r
1510         this._classifierGuid = classifierGuid;\r
1511     }\r
1512 \r
1513     /** The column annotation for S2Dao. {INTEGER} */\r
1514     public static final String tpos_COLUMN = "TPos";\r
1515 \r
1516     /**\r
1517      * Get the value of the column 'TPos'. <br />\r
1518      * {INTEGER}\r
1519      * @return The value of the column 'TPos'. (Nullable)\r
1520      */\r
1521     public java.lang.Integer getTpos() {\r
1522         return _tpos;\r
1523     }\r
1524 \r
1525     /**\r
1526      * Set the value of the column 'TPos'. <br />\r
1527      * {INTEGER}\r
1528      * @param tpos The value of the column 'TPos'. (Nullable)\r
1529      */\r
1530     public void setTpos(java.lang.Integer tpos) {\r
1531         _modifiedProperties.addPropertyName("tpos");\r
1532         this._tpos = tpos;\r
1533     }\r
1534 \r
1535     /** The column annotation for S2Dao. {BIT : NotNull} */\r
1536     public static final String isroot_COLUMN = "IsRoot";\r
1537 \r
1538     /**\r
1539      * Get the value of the column 'IsRoot'. <br />\r
1540      * {BIT : NotNull}\r
1541      * @return The value of the column 'IsRoot'. (Nullable)\r
1542      */\r
1543     public Boolean getIsroot() {\r
1544         return _isroot;\r
1545     }\r
1546 \r
1547     /**\r
1548      * Set the value of the column 'IsRoot'. <br />\r
1549      * {BIT : NotNull}\r
1550      * @param isroot The value of the column 'IsRoot'. (Nullable)\r
1551      */\r
1552     public void setIsroot(Boolean isroot) {\r
1553         _modifiedProperties.addPropertyName("isroot");\r
1554         this._isroot = isroot;\r
1555     }\r
1556 \r
1557     /** The column annotation for S2Dao. {BIT : NotNull} */\r
1558     public static final String isleaf_COLUMN = "IsLeaf";\r
1559 \r
1560     /**\r
1561      * Get the value of the column 'IsLeaf'. <br />\r
1562      * {BIT : NotNull}\r
1563      * @return The value of the column 'IsLeaf'. (Nullable)\r
1564      */\r
1565     public Boolean getIsleaf() {\r
1566         return _isleaf;\r
1567     }\r
1568 \r
1569     /**\r
1570      * Set the value of the column 'IsLeaf'. <br />\r
1571      * {BIT : NotNull}\r
1572      * @param isleaf The value of the column 'IsLeaf'. (Nullable)\r
1573      */\r
1574     public void setIsleaf(Boolean isleaf) {\r
1575         _modifiedProperties.addPropertyName("isleaf");\r
1576         this._isleaf = isleaf;\r
1577     }\r
1578 \r
1579     /** The column annotation for S2Dao. {BIT : NotNull} */\r
1580     public static final String isspec_COLUMN = "IsSpec";\r
1581 \r
1582     /**\r
1583      * Get the value of the column 'IsSpec'. <br />\r
1584      * {BIT : NotNull}\r
1585      * @return The value of the column 'IsSpec'. (Nullable)\r
1586      */\r
1587     public Boolean getIsspec() {\r
1588         return _isspec;\r
1589     }\r
1590 \r
1591     /**\r
1592      * Set the value of the column 'IsSpec'. <br />\r
1593      * {BIT : NotNull}\r
1594      * @param isspec The value of the column 'IsSpec'. (Nullable)\r
1595      */\r
1596     public void setIsspec(Boolean isspec) {\r
1597         _modifiedProperties.addPropertyName("isspec");\r
1598         this._isspec = isspec;\r
1599     }\r
1600 \r
1601     /** The column annotation for S2Dao. {BIT : NotNull} */\r
1602     public static final String isactive_COLUMN = "IsActive";\r
1603 \r
1604     /**\r
1605      * Get the value of the column 'IsActive'. <br />\r
1606      * {BIT : NotNull}\r
1607      * @return The value of the column 'IsActive'. (Nullable)\r
1608      */\r
1609     public Boolean getIsactive() {\r
1610         return _isactive;\r
1611     }\r
1612 \r
1613     /**\r
1614      * Set the value of the column 'IsActive'. <br />\r
1615      * {BIT : NotNull}\r
1616      * @param isactive The value of the column 'IsActive'. (Nullable)\r
1617      */\r
1618     public void setIsactive(Boolean isactive) {\r
1619         _modifiedProperties.addPropertyName("isactive");\r
1620         this._isactive = isactive;\r
1621     }\r
1622 \r
1623     /** The column annotation for S2Dao. {VARCHAR(255)} */\r
1624     public static final String stateflags_COLUMN = "StateFlags";\r
1625 \r
1626     /**\r
1627      * Get the value of the column 'StateFlags'. <br />\r
1628      * {VARCHAR(255)}\r
1629      * @return The value of the column 'StateFlags'. (Nullable)\r
1630      */\r
1631     public String getStateflags() {\r
1632         return _stateflags;\r
1633     }\r
1634 \r
1635     /**\r
1636      * Set the value of the column 'StateFlags'. <br />\r
1637      * {VARCHAR(255)}\r
1638      * @param stateflags The value of the column 'StateFlags'. (Nullable)\r
1639      */\r
1640     public void setStateflags(String stateflags) {\r
1641         _modifiedProperties.addPropertyName("stateflags");\r
1642         this._stateflags = stateflags;\r
1643     }\r
1644 \r
1645     /** The column annotation for S2Dao. {VARCHAR(255)} */\r
1646     public static final String packageflags_COLUMN = "PackageFlags";\r
1647 \r
1648     /**\r
1649      * Get the value of the column 'PackageFlags'. <br />\r
1650      * {VARCHAR(255)}\r
1651      * @return The value of the column 'PackageFlags'. (Nullable)\r
1652      */\r
1653     public String getPackageflags() {\r
1654         return _packageflags;\r
1655     }\r
1656 \r
1657     /**\r
1658      * Set the value of the column 'PackageFlags'. <br />\r
1659      * {VARCHAR(255)}\r
1660      * @param packageflags The value of the column 'PackageFlags'. (Nullable)\r
1661      */\r
1662     public void setPackageflags(String packageflags) {\r
1663         _modifiedProperties.addPropertyName("packageflags");\r
1664         this._packageflags = packageflags;\r
1665     }\r
1666 \r
1667     /** The column annotation for S2Dao. {VARCHAR(50)} */\r
1668     public static final String multiplicity_COLUMN = "Multiplicity";\r
1669 \r
1670     /**\r
1671      * Get the value of the column 'Multiplicity'. <br />\r
1672      * {VARCHAR(50)}\r
1673      * @return The value of the column 'Multiplicity'. (Nullable)\r
1674      */\r
1675     public String getMultiplicity() {\r
1676         return _multiplicity;\r
1677     }\r
1678 \r
1679     /**\r
1680      * Set the value of the column 'Multiplicity'. <br />\r
1681      * {VARCHAR(50)}\r
1682      * @param multiplicity The value of the column 'Multiplicity'. (Nullable)\r
1683      */\r
1684     public void setMultiplicity(String multiplicity) {\r
1685         _modifiedProperties.addPropertyName("multiplicity");\r
1686         this._multiplicity = multiplicity;\r
1687     }\r
1688 \r
1689     /** The column annotation for S2Dao. {LONGCHAR(2147483647)} */\r
1690     public static final String styleex_COLUMN = "StyleEx";\r
1691 \r
1692     /**\r
1693      * Get the value of the column 'StyleEx'. <br />\r
1694      * {LONGCHAR(2147483647)}\r
1695      * @return The value of the column 'StyleEx'. (Nullable)\r
1696      */\r
1697     public String getStyleex() {\r
1698         return _styleex;\r
1699     }\r
1700 \r
1701     /**\r
1702      * Set the value of the column 'StyleEx'. <br />\r
1703      * {LONGCHAR(2147483647)}\r
1704      * @param styleex The value of the column 'StyleEx'. (Nullable)\r
1705      */\r
1706     public void setStyleex(String styleex) {\r
1707         _modifiedProperties.addPropertyName("styleex");\r
1708         this._styleex = styleex;\r
1709     }\r
1710 \r
1711     /** The column annotation for S2Dao. {VARCHAR(255)} */\r
1712     public static final String actionflags_COLUMN = "ActionFlags";\r
1713 \r
1714     /**\r
1715      * Get the value of the column 'ActionFlags'. <br />\r
1716      * {VARCHAR(255)}\r
1717      * @return The value of the column 'ActionFlags'. (Nullable)\r
1718      */\r
1719     public String getActionflags() {\r
1720         return _actionflags;\r
1721     }\r
1722 \r
1723     /**\r
1724      * Set the value of the column 'ActionFlags'. <br />\r
1725      * {VARCHAR(255)}\r
1726      * @param actionflags The value of the column 'ActionFlags'. (Nullable)\r
1727      */\r
1728     public void setActionflags(String actionflags) {\r
1729         _modifiedProperties.addPropertyName("actionflags");\r
1730         this._actionflags = actionflags;\r
1731     }\r
1732 \r
1733     /** The column annotation for S2Dao. {VARCHAR(255)} */\r
1734     public static final String eventflags_COLUMN = "EventFlags";\r
1735 \r
1736     /**\r
1737      * Get the value of the column 'EventFlags'. <br />\r
1738      * {VARCHAR(255)}\r
1739      * @return The value of the column 'EventFlags'. (Nullable)\r
1740      */\r
1741     public String getEventflags() {\r
1742         return _eventflags;\r
1743     }\r
1744 \r
1745     /**\r
1746      * Set the value of the column 'EventFlags'. <br />\r
1747      * {VARCHAR(255)}\r
1748      * @param eventflags The value of the column 'EventFlags'. (Nullable)\r
1749      */\r
1750     public void setEventflags(String eventflags) {\r
1751         _modifiedProperties.addPropertyName("eventflags");\r
1752         this._eventflags = eventflags;\r
1753     }\r
1754 \r
1755 }\r