public STU_RELATION(STU_RELATION temp) { this.relship_id = temp.relship_id; this.relation_type = temp.relation_type; }
public STU_RELATION(RELLISTYPE type) { relation_type = type; }