CObjectUId

data class CObjectUId(collectionUId: CollectionUId, type: String, name: String)

Concordant object unique identifier.

Constructors

CObjectUId
Link copied to clipboard
common
fun CObjectUId(collectionUId: CollectionUId, type: String, name: String)

Functions

component1
Link copied to clipboard
common
operator fun component1(): CollectionUId
component2
Link copied to clipboard
common
operator fun component2(): String
component3
Link copied to clipboard
common
operator fun component3(): String
copy
Link copied to clipboard
common
fun copy(collectionUId: CollectionUId, type: String, name: String): CObjectUId
equals
Link copied to clipboard
common
open operator override fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
common
open override fun hashCode(): Int
toString
Link copied to clipboard
common
open override fun toString(): String

Properties

collectionUId
Link copied to clipboard
common
val collectionUId: CollectionUId
name
Link copied to clipboard
common
val name: String
type
Link copied to clipboard
common
val type: String