rwsscala.ichiba

Item

class Item extends AnyRef

Source
Item.scala
Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Hide All
  2. Show all
  1. Item
  2. AnyRef
  3. Any
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Item(name: String, catchcopy: String, code: String, price: Long, caption: String, url: String, affiliateUrl: Option[String], imageStatus: ItemImageStatus, availability: Boolean, includeTax: Boolean, includePostage: Boolean, acceptCreditCard: Boolean, shopOfTheYear: Boolean, shipOverseaStatus: ShipOverseaStatus, asurakuStatus: AsurakuStatus, affiliateRate: Double, startTime: Option[LocalDateTime], endTime: Option[LocalDateTime], reviewCount: Int, reviewAverage: Double, pointRate: Int, pointRateStartTime: Option[LocalDateTime], pointRateEndTime: Option[LocalDateTime], acceptGift: Boolean, shopName: String, shopCode: String, shopUrl: String, genreId: Long)

Value Members

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

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

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

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

    Definition Classes
    Any
  6. val acceptCreditCard: Boolean

  7. val acceptGift: Boolean

  8. val affiliateRate: Double

  9. val affiliateUrl: Option[String]

  10. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  11. val asurakuStatus: AsurakuStatus

  12. val availability: Boolean

  13. val caption: String

  14. val catchcopy: String

  15. def clone(): AnyRef

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  16. val code: String

  17. val endTime: Option[LocalDateTime]

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

    Definition Classes
    AnyRef
  19. def equals(o: Any): Boolean

    Definition Classes
    Item → AnyRef → Any
  20. def finalize(): Unit

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  21. val genreId: Long

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

    Definition Classes
    AnyRef → Any
  23. def hashCode(): Int

    Definition Classes
    Item → AnyRef → Any
  24. val imageStatus: ItemImageStatus

  25. val includePostage: Boolean

  26. val includeTax: Boolean

  27. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  28. val name: String

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

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

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

    Definition Classes
    AnyRef
  32. val pointRate: Int

  33. val pointRateEndTime: Option[LocalDateTime]

  34. val pointRateStartTime: Option[LocalDateTime]

  35. val price: Long

  36. val reviewAverage: Double

  37. val reviewCount: Int

  38. val shipOverseaStatus: ShipOverseaStatus

  39. val shopCode: String

  40. val shopName: String

  41. val shopOfTheYear: Boolean

  42. val shopUrl: String

  43. val startTime: Option[LocalDateTime]

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

    Definition Classes
    AnyRef
  45. def toString(): String

    Definition Classes
    Item → AnyRef → Any
  46. val url: String

  47. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws()

Inherited from AnyRef

Inherited from Any