Interface GeneralDigitalAssetSpec
- 
- All Known Implementing Classes:
- DigitalAssetSpec,- RemoteDigitalAssetSpec
 
 public interface GeneralDigitalAssetSpecDefines the specification of the new digital asset.- Since:
- 1.6.0
 
- 
- 
Method SummaryAll 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- 
getLabelcom.onwbp.base.text.UserMessage getLabel() Returns the label.
 - 
setLabelvoid setLabel(com.onwbp.base.text.UserMessage label) Specifies the label.
 - 
getDescriptioncom.onwbp.base.text.UserMessage getDescription() Returns the description.
 - 
setDescriptionvoid setDescription(com.onwbp.base.text.UserMessage description) Specifies the description.
 
- 
 
-