MessageCatalogue

works.iterative.sqldb.mysql.MessageCatalogue
See theMessageCatalogue companion object
case class MessageCatalogue(id: Option[Long], messageKey: String, language: String, messageText: String, description: Option[String], createdAt: Instant, updatedAt: Instant, createdBy: Option[String], updatedBy: Option[String])

Attributes

Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def toDomain: MessageCatalogueData

Converts this database row to domain model

Converts this database row to domain model

Attributes

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product