Changeset 31


Ignore:
Timestamp:
Oct 26, 2009, 3:17:02 PM (14 years ago)
Author:
gajula
Message:

Added Keyword Expansion *.groovy

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  
    11/**
    2  * Data Domain Class
    3  * @Author  Prasad Gajula
    4  * @Since   20091019
     2 * Species Domain
     3 *
     4 * @author      email2gajula@gmail.com
     5 * @since       20091019
    56 *
    67 * Revision information:
    7  * $Rev:
    8  * $Author:
    9  * $Date:
     8 * $Rev$
     9 * $Author$
     10 * $Date$
    1011 */
     12
    1113
    1214class 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
    113class DataType {
    214
  • 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
    113class Experiment {
    214
  • 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
    114class ExperimentSample {
    215
  • 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
    113class MetaData {
    214
  • 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
    113class MetaField {
    214
  • 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
    113class MetaFieldGroup {
    214
  • 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
    113class MetaFieldOption {
    214
  • 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
    113class MetaFieldType {
    214
  • 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
    113class MetaObject {
    214
  • 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
    113class MetaTemplate {
    214
  • 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
    113class MetaTemplateMetaField {
    214
  • 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
    113class Sample {
    214
  • 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
    113class SampleType {
    214
  • 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
    113class Source {
    214
  • 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
    113class Strain {
    214
  • 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
    113class StudyTypeMetaTemplate {
    214
Note: See TracChangeset for help on using the changeset viewer.