case class BaseStatsComplexType(rating: Seq[RatingComplexType] = Nil, sportsProperty: Seq[SportsPropertyComplexType] = Nil, stats: Seq[GenericStatComplexType] = Nil, attributes: Map[String, DataRecord[Any]] = Map()) extends BaseStatsComplexTypable with Product with Serializable
The very basic stats type for persons and teams, Extended by base2stats and used directly by officalstats.
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- BaseStatsComplexType
- Serializable
- Serializable
- Product
- Equals
- BaseStatsComplexTypable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new BaseStatsComplexType(rating: Seq[RatingComplexType] = Nil, sportsProperty: Seq[SportsPropertyComplexType] = Nil, stats: Seq[GenericStatComplexType] = Nil, attributes: Map[String, DataRecord[Any]] = Map())
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- val attributes: Map[String, DataRecord[Any]]
-
lazy val
classValue: Option[String]
- Definition Classes
- BaseStatsComplexType → BaseStatsComplexTypable
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
-
lazy val
id: Option[String]
- Definition Classes
- BaseStatsComplexType → BaseStatsComplexTypable
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
-
val
rating: Seq[RatingComplexType]
- Definition Classes
- BaseStatsComplexType → BaseStatsComplexTypable
-
val
sportsProperty: Seq[SportsPropertyComplexType]
- Definition Classes
- BaseStatsComplexType → BaseStatsComplexTypable
-
val
stats: Seq[GenericStatComplexType]
- Definition Classes
- BaseStatsComplexType → BaseStatsComplexTypable
-
lazy val
style: Option[String]
- Definition Classes
- BaseStatsComplexType → BaseStatsComplexTypable
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )