- Timestamp:
- Jan 19, 2013, 4:35:35 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
AE/installer2/src/net/oni2/aeinstaller/backend/depot/model/TaxonomyTerm.java
r591 r636 13 13 private String description; 14 14 private String uri; 15 16 /**17 * Manually create a taxonomy term for internal use18 *19 * @param tid20 * ID21 * @param vid22 * VocabID23 * @param name24 * Term name25 */26 public TaxonomyTerm(int tid, int vid, String name) {27 this.tid = tid;28 this.vid = vid;29 this.name = name;30 this.description = "";31 this.uri = "";32 }33 15 34 16 /**
Note:
See TracChangeset
for help on using the changeset viewer.