QuintalsOfIngredientDTO

final case class QuintalsOfIngredientDTO(quintals: Double, ingredient: String)
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

def toDomain: Either[String, QuintalsOfIngredient]
Extension method from dev.atedeg.mdm.restocking.dto

Inherited methods

def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product