Ignore:
Timestamp:
May 1, 2009, 3:27:41 PM (15 years ago)
Author:
gav
Message:

Run generate-all on all controllers and views except Person and Authority.
Extensive work on Asset domain and application now compiles and runs well.
Update BootStrap? to suite.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/grails-app/domain/AssetExtendedAttribute.groovy

    r121 r122  
    22
    33    AssetType assetType
     4    AssetExtendedAttributeType assetExtendedAttributeType
    45
    5     String name
    6     String description = ""
    76    String value
    87    boolean isActive = true
     
    1716
    1817    String toString() {
    19         "${this.name}"
     18        "${this.value}"
    2019    }
    2120}
Note: See TracChangeset for help on using the changeset viewer.