DummyLinearStateSchemaV2

Second version of a cash contract ORM schema that extends the common VaultLinearState abstract schema

Types

Link copied to clipboard
class PersistentDummyLinearState(var participants: MutableSet<AbstractParty>? = null, var linearString: String?, var linearNumber: Long, var linearTimestamp: Instant, var linearBoolean: Boolean, val uid: UniqueIdentifier) : CommonSchemaV1.LinearState

Properties

Link copied to clipboard
Link copied to clipboard
open val migrationResource: String? = null

Optional classpath resource containing the database changes for the mappedTypes

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String