package gZFS;

import java.util.Hashtable;

public class zraid {

	public Hashtable<String,zProperties> zProperties = new Hashtable<String, zProperties>();
	zraid(){
	
		Hashtable<Object,Object> permitValueName = new Hashtable<Object,Object>();
		permitValueName.clear();
		zProperties zPropertyName = new zProperties();
		zPropertyName.setNameProperty("name");
		zPropertyName.setLabelProperty("Name");
		zPropertyName.setType("noupdateable");
		zPropertyName.setValue("");
		zPropertyName.setPermitValue(null);
		//zPropertyzName.setPropertyOf("volandfs");
		zProperties.put("name", zPropertyName);
		
		Hashtable<Object,Object> permitValuePoolName = new Hashtable<Object,Object>();
		permitValuePoolName.clear();
		zProperties zPropertyPoolName = new zProperties();
		zPropertyPoolName.setNameProperty("poolname");
		zPropertyPoolName.setLabelProperty("PoolName");
		zPropertyPoolName.setType("noupdateable");
		zPropertyPoolName.setValue("");
		zPropertyPoolName.setPermitValue(null);
		//zPropertyzPoolName.setPropertyOf("volandfs");
		zProperties.put("poolname", zPropertyPoolName);
		
		Hashtable<Object,Object> permitValueRaidID = new Hashtable<Object,Object>();
		permitValueRaidID.clear();
		zProperties zPropertyRaidID = new zProperties();
		zPropertyRaidID.setNameProperty("raidid");
		zPropertyRaidID.setLabelProperty("RaidID");
		zPropertyRaidID.setType("noupdateable");
		zPropertyRaidID.setValue("");
		zPropertyRaidID.setPermitValue(null);
		//zPropertyzRaidID.setPropertyOf("volandfs");
		zProperties.put("raidid", zPropertyRaidID);
		
		Hashtable<Object,Object> permitValueRaidType = new Hashtable<Object,Object>();
		permitValueRaidType.clear();
		zProperties zPropertyRaidType = new zProperties();
		zPropertyRaidType.setNameProperty("raidtype");
		zPropertyRaidType.setLabelProperty("RaidType");
		zPropertyRaidType.setType("noupdateable");
		zPropertyRaidType.setValue("");
		zPropertyRaidType.setPermitValue(null);
		//zPropertyzRaidType.setPropertyOf("volandfs");
		zProperties.put("raidtype", zPropertyRaidType);
		
		
		
	}
	
	
	
	
	
	
	
}
