public ClassInfo()
 {
     this.original = new CommittedCIZoneInfo(this
                                             , null, null, 0);
     this.committed = new CommittedCIZoneInfo(this
                                              , null, null, 0);
     this.uncommitted = new CIZoneInfo(this, null
                                       , null, 0);
     this.previousClassOID = null;
     this.nextClassOID     = null;
     this.blockSize        = -1;
     this.position         = -1;
     this.maxAttributeId   = -1;
     this.classCategory    = CategoryUserClass;
     this.history          = new NeoDatis.Tool.Wrappers.List.OdbArrayList <object>();
 }
		public ClassInfo()
		{
			this.original = new CommittedCIZoneInfo(this
				, null, null, 0);
			this.committed = new CommittedCIZoneInfo(this
				, null, null, 0);
			this.uncommitted = new CIZoneInfo(this, null
				, null, 0);
			this.previousClassOID = null;
			this.nextClassOID = null;
			this.blockSize = -1;
			this.position = -1;
			this.maxAttributeId = -1;
			this.classCategory = CategoryUserClass;
			this.history = new NeoDatis.Tool.Wrappers.List.OdbArrayList<object>();
		}