toggle menu
Social-Network
0.1.0-archeo+31d6ff7
common
switch theme
search in API
commons
/
social.common.ddd
/
Entity
Entity
open
class
Entity
<
I
:
ID
<
*
>
>
(
val
id
:
I
)
class to identify a DDD object as Entity
Inheritors
AggregateRoot
Members
Constructors
Entity
Link copied to clipboard
constructor
(
id
:
I
)
Properties
id
Link copied to clipboard
open
val
id
:
I
Functions
equals
Link copied to clipboard
open
operator override
fun
equals
(
other
:
Any
?
)
:
Boolean
hash
Code
Link copied to clipboard
open
override
fun
hashCode
(
)
:
Int
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String