final class Part extends AnyRef

Source
model.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Part
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new Part(eTag: String, partNumber: Int)

Value Members

  1. val eTag: String
  2. def equals(other: Any): Boolean
    Definition Classes
    Part → AnyRef → Any
  3. def getETag: String

    Java API

  4. def getPartNumber: Int

    Java API

  5. def hashCode(): Int
    Definition Classes
    Part → AnyRef → Any
  6. val partNumber: Int
  7. def toString(): String
    Definition Classes
    Part → AnyRef → Any
  8. def withETag(value: String): Part
  9. def withPartNumber(value: Int): Part