Interface GeneralDigitalAssetSpec
-
- All Known Implementing Classes:
DigitalAssetSpec,RemoteDigitalAssetSpec
public interface GeneralDigitalAssetSpecDefines the specification of the new digital asset.- Since:
- 1.6.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description com.onwbp.base.text.UserMessagegetDescription()Returns 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 Detail
-
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.
-
-