Ignore:
Timestamp:
Apr 17, 2009, 12:17:55 AM (15 years ago)
Author:
gav
Message:

First commit of Asset domain, including domain-classes, controllers, views and bootstrap.

Location:
trunk/grails-app/domain
Files:
8 added
1 edited

Legend:

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

    r116 r118  
    11class Asset {
     2    LifePlan lifeplan
     3    AssetType assetType
    24    String name
    35    String description = ""
     6    String locationLongText = ""
     7    Integer riskPriorityNumber
     8    String modelNumber = ""
     9    String serialNumber = ""
     10    Integer purchaseCost = 0
     11    Date manufacturedDate = new Date()
     12   
    413    boolean isActive = true
    514
     
    918//
    1019//     static constraints = {
    11 //
    1220//     }
    1321
Note: See TracChangeset for help on using the changeset viewer.