code.data.RepoEntity
Aliases
Parameters
subClasses
superClasses
Any
java.lang.Object
Js Constructors
new code_data_RepoEntity
(
type,
//
java.lang.String
id,
//
java.lang.String
)
ApplyMethods
Methods
$bang$eq
(
x$1:
Any
)
:
boolean
$eq$eq
(
x$1:
Any
)
:
boolean
$hash$hash
()
:
int
addReferencedBy
(
other:
code.data.RepoEntity
)
:
boolean
addReferences
(
other:
code.data.RepoEntity
)
:
boolean
asInstanceOf
()
:
scala.Any.T0
eq
(
x$1:
java.lang.Object
)
:
boolean
equals
(
x$1:
Any
)
:
boolean
getClass
()
:
java.lang.Class
[
Any
]
getReferencedBy
()
:
scala.collection.immutable.List
[
code.data.RepoEntity
]
getReferences
()
:
scala.collection.immutable.List
[
code.data.RepoEntity
]
hashCode
()
:
int
id
()
:
java.lang.String
isInstanceOf
()
:
boolean
ne
(
x$1:
java.lang.Object
)
:
boolean
notify
()
:
Unit
notifyAll
()
:
Unit
removeReferencedBy
(
other:
code.data.RepoEntity
)
:
boolean
removeReferences
(
other:
code.data.RepoEntity
)
:
boolean
synchronized
(
x$1:
java.lang.Object.T0
)
:
java.lang.Object.T0
toString
()
:
java.lang.String
type
()
:
java.lang.String
wait
()
:
Unit
wait
(
x$1:
long
)
:
Unit
wait
(
x$1:
long
,
x$2:
int
)
:
Unit