예제 #1
0
 // Initializer
 @Override
 public void initialize() {
   super.init();
   containerId = null;
   type = null;
   name = null;
   description = null;
   number = null;
   parent = null;
   collectionObjects = new HashSet<CollectionObject>();
   collectionObjectKids = new HashSet<CollectionObject>();
   storage = null;
   children = new HashSet<Container>();
 }
예제 #2
0
 /* (non-Javadoc)
  * @see edu.ku.brc.specify.datamodel.DataModelObjBase#initialize()
  */
 @Override
 public void initialize() {
   super.init();
   preparationAttributeId = null;
   attrDate = null;
   text24 = null;
   text3 = null;
   text4 = null;
   text5 = null;
   text6 = null;
   text7 = null;
   text8 = null;
   text9 = null;
   text26 = null;
   text10 = null;
   text11 = null;
   text12 = null;
   text13 = null;
   text14 = null;
   text15 = null;
   number4 = null;
   number5 = null;
   number6 = null;
   number7 = null;
   text16 = null;
   text17 = null;
   text18 = null;
   text25 = null;
   text22 = null;
   number8 = null;
   text23 = null;
   text19 = null;
   text20 = null;
   text21 = null;
   text1 = null;
   text2 = null;
   number1 = null;
   number2 = null;
   number3 = null;
   remarks = null;
   number9 = null;
   yesNo1 = null;
   yesNo2 = null;
   preparations = new HashSet<Preparation>();
 }