__setTheBuilding(p_Building);
}
//## auto_generated
public Building newTheBuilding(RiJThread p_thread) {
theBuilding = new Building(p_thread);
theBuilding._setItsGui(this);
animInstance().notifyRelationAdded("theBuilding", theBuilding);
return theBuilding;
}