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.UserMessageReturns the description.com.onwbp.base.text.UserMessagegetLabel()Returns the label.voidsetDescription(com.onwbp.base.text.UserMessage description) Specifies the description.voidsetLabel(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.
-