protected TestGEObjectDescriptor(Class type, String name) {
super(type, name);
PropertyDescriptor propDescr = null;
propDescr = addSimple("name", String.class, "SGE_STRING", CullConstants.CQ_name, true, false, true);
propDescr = addSimple("long", Long.TYPE, "AULNG_Type", CullConstants.CQ_seq_no, true, false, true);
propDescr = addSimple("double", Double.TYPE, "SGE_DOUBLE", CullConstants.JAT_oticket, false, false, true);
//LIST