Changeset 122 for trunk/grails-app/domain/AssetExtendedAttribute.groovy
- Timestamp:
- May 1, 2009, 3:27:41 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/grails-app/domain/AssetExtendedAttribute.groovy
r121 r122 2 2 3 3 AssetType assetType 4 AssetExtendedAttributeType assetExtendedAttributeType 4 5 5 String name6 String description = ""7 6 String value 8 7 boolean isActive = true … … 17 16 18 17 String toString() { 19 "${this. name}"18 "${this.value}" 20 19 } 21 20 }
Note: See TracChangeset
for help on using the changeset viewer.