case class BreedingMetaData(bullIdentifier: Option[Long], bullEarTag: Option[String], bullName: Option[String], bullNumber: Option[Long], inseminationNumber: Option[Int], breedingType: Option[BreedingType], reproductionType: Option[Int], genderSorted: Option[GenderSorting]) extends TimelineEventMetadata with Product with Serializable
Breeding event metadata.
- bullIdentifier
Identifier of the bull used for breeding from the MmmooOgle system
- bullEarTag
Ear tag number of the bull
- bullName
Official name of the bull
- bullNumber
Number of the bull from the breeding organization or when the bull is at the farm; the farm number of the bull
- inseminationNumber
Insemination attempt number
- breedingType
Breeding type bases on ICAR enums
- reproductionType
Reproduction type code, default is 1
- genderSorted
Description of gender-sorted semen, based on ICAR enums
- Source
- TimelineEvent.scala
- Alphabetic
- By Inheritance
- BreedingMetaData
- Serializable
- Product
- Equals
- TimelineEventMetadata
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Instance Constructors
- new BreedingMetaData(bullIdentifier: Option[Long], bullEarTag: Option[String], bullName: Option[String], bullNumber: Option[Long], inseminationNumber: Option[Int], breedingType: Option[BreedingType], reproductionType: Option[Int], genderSorted: Option[GenderSorting])
- bullIdentifier
Identifier of the bull used for breeding from the MmmooOgle system
- bullEarTag
Ear tag number of the bull
- bullName
Official name of the bull
- bullNumber
Number of the bull from the breeding organization or when the bull is at the farm; the farm number of the bull
- inseminationNumber
Insemination attempt number
- breedingType
Breeding type bases on ICAR enums
- reproductionType
Reproduction type code, default is 1
- genderSorted
Description of gender-sorted semen, based on ICAR enums
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 breedingType: Option[BreedingType]
- val bullEarTag: Option[String]
- val bullIdentifier: Option[Long]
- val bullName: Option[String]
- val bullNumber: Option[Long]
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- val genderSorted: Option[GenderSorting]
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- val inseminationNumber: Option[Int]
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- val reproductionType: Option[Int]
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated
(Since version 9)