com.atomizesoftware.spin.models

MovableItem

abstract class MovableItem extends BaseModel

Linear Supertypes
BaseModel, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. MovableItem
  2. BaseModel
  3. AnyRef
  4. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new MovableItem(id: Long, itemStatusId: Long, dangerousCargo: Boolean, grossWeight: Option[BigDecimal] = None, weight: Option[BigDecimal] = None, weightUnit: Option[String] = None, locationId: Option[Long] = None, expectedDeliveryLocationId: Option[Long] = None, expectedDeliveryDate: Option[github.nscala_time.time.Imports.DateTime] = None, onLocationSince: Option[github.nscala_time.time.Imports.DateTime] = None, customsStatusId: Option[Long] = None, parentId: Option[Long] = None, deviceId: Option[Long] = None, freeJson: JValue = JNothing, movableItemType: Option[MovableItemType] = None, itemStatus: Option[ItemStatus] = None, location: Option[Location] = None, expectedDeliveryLocation: Option[Location] = None, customsStatus: Option[CustomsStatus] = None, parent: Option[Container] = None, device: Option[Device] = None, fieldsToUpdateInDatabase: Seq[String] = Seq())

Type Members

  1. abstract type T

    Definition Classes
    BaseModel

Abstract Value Members

  1. abstract def movableItemTypeId: Long

  2. abstract def updateThese(fields: Seq[String]): T

    Definition Classes
    MovableItemBaseModel

Concrete Value Members

  1. final def !=(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  4. val allFields: Seq[String]

    Definition Classes
    MovableItemBaseModel
  5. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  6. def chooseAllFieldsForUpdate: T

    Definition Classes
    BaseModel
  7. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. val customsStatus: Option[CustomsStatus]

  9. val customsStatusId: Option[Long]

  10. val dangerousCargo: Boolean

  11. val device: Option[Device]

  12. val deviceId: Option[Long]

  13. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  14. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  15. val expectedDeliveryDate: Option[github.nscala_time.time.Imports.DateTime]

  16. val expectedDeliveryLocation: Option[Location]

  17. val expectedDeliveryLocationId: Option[Long]

  18. def fieldsToTrack(currentValues: Seq[Any], copyValues: Seq[Any], oldFields: Seq[String]): Seq[String]

    Attributes
    protected
    Definition Classes
    BaseModel
  19. val fieldsToUpdateInDatabase: Seq[String]

    Definition Classes
    MovableItemBaseModel
  20. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  21. val freeJson: JValue

  22. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  23. val grossWeight: Option[BigDecimal]

  24. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  25. val id: Long

  26. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  27. val itemStatus: Option[ItemStatus]

  28. val itemStatusId: Long

  29. val location: Option[Location]

  30. val locationId: Option[Long]

  31. val movableItemType: Option[MovableItemType]

  32. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  33. final def notify(): Unit

    Definition Classes
    AnyRef
  34. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  35. val onLocationSince: Option[github.nscala_time.time.Imports.DateTime]

  36. val parent: Option[Container]

  37. val parentId: Option[Long]

  38. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  39. def toString(): String

    Definition Classes
    AnyRef → Any
  40. def updateAllFields: Boolean

    Definition Classes
    BaseModel
  41. def updateOnly(fields: Option[Seq[String]] = None): T

    Definition Classes
    BaseModel
  42. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  43. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  44. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  45. val weight: Option[BigDecimal]

  46. val weightUnit: Option[String]

Inherited from BaseModel

Inherited from AnyRef

Inherited from Any

Ungrouped