Changeset 436 for trunk/grails-app/domain
- Timestamp:
- Mar 8, 2010, 4:37:12 PM (15 years ago)
- Location:
- trunk/grails-app/domain
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/grails-app/domain/Manufacturer.groovy
r402 r436 6 6 7 7 static hasMany = [contacts: Contact, 8 addresses: Address, 9 inventoryItems: InventoryItem] 8 addresses: Address] 10 9 11 static belongsTo = [InventoryItem]10 // static belongsTo = [] 12 11 13 12 static constraints = { -
trunk/grails-app/domain/Supplier.groovy
r402 r436 6 6 7 7 static hasMany = [contacts: Contact, 8 addresses: Address, 9 inventoryItems: InventoryItem] 8 addresses: Address] 10 9 11 static belongsTo = [InventoryItem]10 // static belongsTo = [] 12 11 13 12 static constraints = {
Note: See TracChangeset
for help on using the changeset viewer.