Skip to content

PartKit

jmrowe edited this page Jan 22, 2012 · 4 revisions

PartKit

Variables

identifierFieldName = "kitId"

PartKit(val kitId: Identifier, val kitName: String, val parts: List[Part])

  • kitId: Identifier - Mandatory id required for DB storage
  • kitName: String - Mandatory short name for the part kit
  • parts: List[Part] - Mandatory list of parts in this kit

Methods

  • Add PartKit
  • Edit PartKit
  • Find the cost of a PartKit

Assumptions

General

kitName

parts

Clone this wiki locally