package catalog
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- catalog
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
- case class Catalog(id: CatalogId, code: CatalogCode, title: String, metadata: JsonObject, modified: TimeStamp, version: Int, items: Int) extends Product with Serializable
- type CatalogCode = Type
- type CatalogId = Type
- case class CatalogItem(id: CatalogItemId, catalogId: CatalogId, code: CatalogItemCode, title: String, archived: Boolean, metadata: JsonObject, created: TimeStamp, modified: TimeStamp, version: Int) extends Product with Serializable
- type CatalogItemCode = Type
- type CatalogItemId = Type
Value Members
- object Catalog extends Serializable
- object CatalogCode
- object CatalogId
- object CatalogItem extends Serializable
- object CatalogItemCode
- object CatalogItemId