class
Item extends AnyRef
Instance Constructors
-
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
-
final
def
!=(arg0: AnyRef): Boolean
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
final
def
==(arg0: AnyRef): Boolean
-
final
def
==(arg0: Any): Boolean
-
val
acceptCreditCard: Boolean
-
val
acceptGift: Boolean
-
val
affiliateRate: Double
-
val
affiliateUrl: Option[String]
-
final
def
asInstanceOf[T0]: T0
-
-
val
availability: Boolean
-
val
caption: String
-
val
catchcopy: String
-
def
clone(): AnyRef
-
val
code: String
-
val
endTime: Option[LocalDateTime]
-
final
def
eq(arg0: AnyRef): Boolean
-
def
equals(o: Any): Boolean
-
def
finalize(): Unit
-
val
genreId: Long
-
final
def
getClass(): java.lang.Class[_]
-
def
hashCode(): Int
-
-
val
includePostage: Boolean
-
val
includeTax: Boolean
-
final
def
isInstanceOf[T0]: Boolean
-
val
name: String
-
final
def
ne(arg0: AnyRef): Boolean
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
val
pointRate: Int
-
val
pointRateEndTime: Option[LocalDateTime]
-
val
pointRateStartTime: Option[LocalDateTime]
-
val
price: Long
-
val
reviewAverage: Double
-
val
reviewCount: Int
-
-
val
shopCode: String
-
val
shopName: String
-
val
shopOfTheYear: Boolean
-
val
shopUrl: String
-
val
startTime: Option[LocalDateTime]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
def
toString(): String
-
val
url: String
-
final
def
wait(): Unit
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit
Inherited from AnyRef
Inherited from Any