Changeset 31
- Timestamp:
- Oct 26, 2009, 3:17:02 PM (14 years ago)
- Location:
- trunk/grails-app/domain
- Files:
-
- 17 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/grails-app/domain/Data.groovy
- Property svn:keywords set to Rev Author Date
r17 r31 1 1 /** 2 * Data Domain Class 3 * @Author Prasad Gajula 4 * @Since 20091019 2 * Species Domain 3 * 4 * @author email2gajula@gmail.com 5 * @since 20091019 5 6 * 6 7 * Revision information: 7 * $Rev :8 * $Author :9 * $Date :8 * $Rev$ 9 * $Author$ 10 * $Date$ 10 11 */ 12 11 13 12 14 class Data { -
trunk/grails-app/domain/DataType.groovy
- Property svn:keywords set to Rev Author Date
r17 r31 1 /** 2 * Species Domain 3 * 4 * @author email2gajula@gmail.com 5 * @since 20091019 6 * 7 * Revision information: 8 * $Rev$ 9 * $Author$ 10 * $Date$ 11 */ 12 1 13 class DataType { 2 14 -
trunk/grails-app/domain/Experiment.groovy
- Property svn:keywords set to Rev Author Date
r17 r31 1 /** 2 * Species Domain 3 * 4 * @author email2gajula@gmail.com 5 * @since 20091019 6 * 7 * Revision information: 8 * $Rev$ 9 * $Author$ 10 * $Date$ 11 */ 12 1 13 class Experiment { 2 14 -
trunk/grails-app/domain/ExperimentSample.groovy
- Property svn:keywords set to Rev Author Date
r17 r31 1 2 /** 3 * Species Domain 4 * 5 * @author email2gajula@gmail.com 6 * @since 20091019 7 * 8 * Revision information: 9 * $Rev$ 10 * $Author$ 11 * $Date$ 12 */ 13 1 14 class ExperimentSample { 2 15 -
trunk/grails-app/domain/MetaData.groovy
- Property svn:keywords set to Rev Author Date
r17 r31 1 /** 2 * Species Domain 3 * 4 * @author email2gajula@gmail.com 5 * @since 20091019 6 * 7 * Revision information: 8 * $Rev$ 9 * $Author$ 10 * $Date$ 11 */ 12 1 13 class MetaData { 2 14 -
trunk/grails-app/domain/MetaField.groovy
- Property svn:keywords set to Rev Author Date
r17 r31 1 /** 2 * Species Domain 3 * 4 * @author email2gajula@gmail.com 5 * @since 20091019 6 * 7 * Revision information: 8 * $Rev$ 9 * $Author$ 10 * $Date$ 11 */ 12 1 13 class MetaField { 2 14 -
trunk/grails-app/domain/MetaFieldGroup.groovy
- Property svn:keywords set to Rev Author Date
r17 r31 1 /** 2 * Species Domain 3 * 4 * @author email2gajula@gmail.com 5 * @since 20091019 6 * 7 * Revision information: 8 * $Rev$ 9 * $Author$ 10 * $Date$ 11 */ 12 1 13 class MetaFieldGroup { 2 14 -
trunk/grails-app/domain/MetaFieldOption.groovy
- Property svn:keywords set to Rev Author Date
r17 r31 1 /** 2 * Species Domain 3 * 4 * @author email2gajula@gmail.com 5 * @since 20091019 6 * 7 * Revision information: 8 * $Rev$ 9 * $Author$ 10 * $Date$ 11 */ 12 1 13 class MetaFieldOption { 2 14 -
trunk/grails-app/domain/MetaFieldType.groovy
- Property svn:keywords set to Rev Author Date
r17 r31 1 /** 2 * Species Domain 3 * 4 * @author email2gajula@gmail.com 5 * @since 20091019 6 * 7 * Revision information: 8 * $Rev$ 9 * $Author$ 10 * $Date$ 11 */ 12 1 13 class MetaFieldType { 2 14 -
trunk/grails-app/domain/MetaObject.groovy
- Property svn:keywords set to Rev Author Date
r17 r31 1 /** 2 * Species Domain 3 * 4 * @author email2gajula@gmail.com 5 * @since 20091019 6 * 7 * Revision information: 8 * $Rev$ 9 * $Author$ 10 * $Date$ 11 */ 12 1 13 class MetaObject { 2 14 -
trunk/grails-app/domain/MetaTemplate.groovy
- Property svn:keywords set to Rev Author Date
r17 r31 1 /** 2 * Species Domain 3 * 4 * @author email2gajula@gmail.com 5 * @since 20091019 6 * 7 * Revision information: 8 * $Rev$ 9 * $Author$ 10 * $Date$ 11 */ 12 1 13 class MetaTemplate { 2 14 -
trunk/grails-app/domain/MetaTemplateMetaField.groovy
- Property svn:keywords set to Rev Author Date
r17 r31 1 /** 2 * Species Domain 3 * 4 * @author email2gajula@gmail.com 5 * @since 20091019 6 * 7 * Revision information: 8 * $Rev$ 9 * $Author$ 10 * $Date$ 11 */ 12 1 13 class MetaTemplateMetaField { 2 14 -
trunk/grails-app/domain/Sample.groovy
- Property svn:keywords set to Rev Author Date
r17 r31 1 /** 2 * Species Domain 3 * 4 * @author email2gajula@gmail.com 5 * @since 20091019 6 * 7 * Revision information: 8 * $Rev$ 9 * $Author$ 10 * $Date$ 11 */ 12 1 13 class Sample { 2 14 -
trunk/grails-app/domain/SampleType.groovy
- Property svn:keywords set to Rev Author Date
r17 r31 1 /** 2 * Species Domain 3 * 4 * @author email2gajula@gmail.com 5 * @since 20091019 6 * 7 * Revision information: 8 * $Rev$ 9 * $Author$ 10 * $Date$ 11 */ 12 1 13 class SampleType { 2 14 -
trunk/grails-app/domain/Source.groovy
- Property svn:keywords set to Rev Author Date
r17 r31 1 /** 2 * Species Domain 3 * 4 * @author email2gajula@gmail.com 5 * @since 20091019 6 * 7 * Revision information: 8 * $Rev$ 9 * $Author$ 10 * $Date$ 11 */ 12 1 13 class Source { 2 14 -
trunk/grails-app/domain/Strain.groovy
- Property svn:keywords set to Rev Author Date
r17 r31 1 /** 2 * Species Domain 3 * 4 * @author email2gajula@gmail.com 5 * @since 20091019 6 * 7 * Revision information: 8 * $Rev$ 9 * $Author$ 10 * $Date$ 11 */ 12 1 13 class Strain { 2 14 -
trunk/grails-app/domain/StudyTypeMetaTemplate.groovy
- Property svn:keywords set to Rev Author Date
r17 r31 1 /** 2 * Species Domain 3 * 4 * @author email2gajula@gmail.com 5 * @since 20091019 6 * 7 * Revision information: 8 * $Rev$ 9 * $Author$ 10 * $Date$ 11 */ 12 1 13 class StudyTypeMetaTemplate { 2 14
Note: See TracChangeset
for help on using the changeset viewer.