cordapp
5.1.1
cordapp
/
net.corda.plugins
/
CordappData
Cordapp
Data
open
class
CordappData
@
Inject
constructor
(
objects
:
ObjectFactory
)
Content copied to clipboard
Constructors
Functions
Properties
Constructors
Cordapp
Data
Link copied to clipboard
@
Inject
fun
CordappData
(
objects
:
ObjectFactory
)
Content copied to clipboard
Functions
licence
Link copied to clipboard
fun
licence
(
value
:
String
?
)
Content copied to clipboard
name
Link copied to clipboard
fun
name
(
value
:
String
?
)
Content copied to clipboard
vendor
Link copied to clipboard
fun
vendor
(
value
:
String
?
)
Content copied to clipboard
version
Id
Link copied to clipboard
fun
versionId
(
value
:
Int
?
)
Content copied to clipboard
fun
versionId
(
value
:
String
?
)
Content copied to clipboard
relaxed type so users can specify Integer or String identifiers
Properties
licence
Link copied to clipboard
@get:
Optional
@get:
Input
val
licence
:
Property
<
String
>
Content copied to clipboard
name
Link copied to clipboard
@get:
Optional
@get:
Input
val
name
:
Property
<
String
>
Content copied to clipboard
vendor
Link copied to clipboard
@get:
Optional
@get:
Input
val
vendor
:
Property
<
String
>
Content copied to clipboard
version
Id
Link copied to clipboard
@get:
Optional
@get:
Input
val
versionId
:
Property
<
Int
>
Content copied to clipboard