@@ -12,7 +12,7 @@ namespace NHibernate.DomainModel
12
12
/// This class is autogenerated
13
13
/// </remark>
14
14
[ Serializable ]
15
- public class Baz : IComparable
15
+ public class Baz : INamed , IComparable
16
16
{
17
17
18
18
#region Fields
@@ -38,6 +38,7 @@ public class Baz : IComparable
38
38
private System . Collections . IDictionary _cachedMap ;
39
39
private System . Collections . IDictionary _stringGlarchMap ;
40
40
private System . Collections . IDictionary _anyToAny ;
41
+ private System . Collections . IList _manyToAny ;
41
42
private Iesi . Collections . ISet _fooSet ;
42
43
private Iesi . Collections . ISet _stringSet ;
43
44
private Iesi . Collections . ISet _topFoos ;
@@ -46,9 +47,9 @@ public class Baz : IComparable
46
47
private Iesi . Collections . ISet _sortablez ;
47
48
private System . Collections . IList _bag ;
48
49
private System . Collections . IList _fooBag ;
49
- private System . Collections . IList _bazez ;
50
50
private System . Collections . IList _idFooBag ;
51
51
private System . Collections . IList _byteBag ;
52
+ private System . Collections . IList _bazez ;
52
53
53
54
#endregion
54
55
@@ -314,7 +315,22 @@ public System.Collections.IDictionary AnyToAny
314
315
}
315
316
}
316
317
317
- /// <summary>
318
+ /// <summary>
319
+ /// Get/set for manyToAny
320
+ /// </summary>
321
+ public System . Collections . IList ManyToAny
322
+ {
323
+ get
324
+ {
325
+ return this . _manyToAny ;
326
+ }
327
+ set
328
+ {
329
+ this . _manyToAny = value ;
330
+ }
331
+ }
332
+
333
+ /// <summary>
318
334
/// Gets or sets the intArray
319
335
/// </summary>
320
336
public int [ ] IntArray
@@ -556,8 +572,8 @@ public void SetDefaults()
556
572
StringDateMap = new SortedList ( ) ;
557
573
StringDateMap . Add ( "now" , DateTime . Now ) ;
558
574
StringDateMap . Add ( "never" , null ) ;
559
- StringDateMap . Add ( "millenium " , new DateTime ( 2000 , 01 , 01 ) ) ;
560
- //StringDateMap.Add( "big bang ", new DateTime(0 ) );
575
+ StringDateMap . Add ( "big bang " , new DateTime ( 0L ) ) ;
576
+ //StringDateMap.Add( "millenium ", new DateTime( 2000, 01, 01 ) );
561
577
ArrayList list = new ArrayList ( ) ;
562
578
list . AddRange ( StringSet ) ;
563
579
StringList = list ;
0 commit comments