Changeset 68
- Timestamp:
- Dec 16, 2009, 5:13:40 PM (13 years ago)
- Location:
- trunk/grails-app/domain
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/grails-app/domain/Chip.groovy
r66 r68 1 1 /** 2 * The Chip entity.2 * The Chip Domain Class 3 3 * 4 * @author4 * What is this? 5 5 * 6 * @author Robert Kerkhoven 7 * @since 20091215 8 * @package Proteomics 6 9 * 10 * Revision information: 11 * $Rev$ 12 * $Author$ 13 * $Date$ 7 14 */ 8 15 class Chip { -
trunk/grails-app/domain/ChipAnnotation.groovy
r66 r68 1 1 /** 2 * The ChipAnnotation entity.2 * The ChipAnnotation Domain Class 3 3 * 4 * @author4 * What is this? 5 5 * 6 * @author Robert Kerkhoven 7 * @since 20091215 8 * @package Proteomics 6 9 * 10 * Revision information: 11 * $Rev$ 12 * $Author$ 13 * $Date$ 7 14 */ 8 15 class ChipAnnotation { -
trunk/grails-app/domain/Expression.groovy
r66 r68 1 1 /** 2 * The Expression entity.2 * The Expression Domain Class 3 3 * 4 * @author4 * What is this? 5 5 * 6 * @author Robert Kerkhoven 7 * @since 20091215 8 * @package Proteomics 6 9 * 10 * Revision information: 11 * $Rev$ 12 * $Author$ 13 * $Date$ 7 14 */ 8 15 class Expression {
Note: See TracChangeset
for help on using the changeset viewer.