Interface GeneralDigitalAssetSpec
- All Known Implementing Classes:
DigitalAssetSpec
,RemoteDigitalAssetSpec
public interface GeneralDigitalAssetSpec
Defines the specification of the new digital asset.
- Since:
- 1.6.0
-
Method Summary
Modifier and TypeMethodDescriptioncom.onwbp.base.text.UserMessage
Returns the description.com.onwbp.base.text.UserMessage
getLabel()
Returns the label.void
setDescription
(com.onwbp.base.text.UserMessage description) Specifies the description.void
setLabel
(com.onwbp.base.text.UserMessage label) Specifies the label.
-
Method Details
-
getLabel
com.onwbp.base.text.UserMessage getLabel()Returns the label. -
setLabel
void setLabel(com.onwbp.base.text.UserMessage label) Specifies the label. -
getDescription
com.onwbp.base.text.UserMessage getDescription()Returns the description. -
setDescription
void setDescription(com.onwbp.base.text.UserMessage description) Specifies the description.
-