Project

General

Profile

« Previous | Next » 

Revision 0ed0ef35

Added by Andreas Müller almost 16 years ago

specimen

View differences:

cdmlib-model/src/main/java/eu/etaxonomy/cdm/model/agent/Institution.java
32 32
	static Logger logger = Logger.getLogger(Institution.class);
33 33
	private String code;
34 34
	private String name;
35
	private Set<InstitutionType> types = new HashSet();
35
	private Set<InstitutionType> types = new HashSet<InstitutionType>();
36 36
	private Institution isPartOf;
37 37
	private Contact contact;
38 38

  
39
	/**
40
	 * Factory method
41
	 * @return
42
	 */
43
	public static Institution NewInstance(){
44
		return new Institution();
45
	}
46
	
47
	
39 48
	/** 
40 49
	 * Class constructor
41 50
	 */
42 51
	public Institution() {
43 52
		super();
44
		// TODO Auto-generated constructor stub
45 53
	}
46 54

  
47 55
	/** 

Also available in: Unified diff