Interface ChangeableResourceDescriptor
- All Superinterfaces:
PluginDataContainer,ResourceDescriptor,UserAttributeContainer
/**
This interface extends
ResourceDescriptor by the means to change
its attributes.- Author:
- Ulrich Kreher
-
Method Summary
Modifier and TypeMethodDescriptionvoidsetDescription(String description) Sets the description of the resource (descriptor).voidSets the name of the resource (descriptor).Methods inherited from interface de.aristaflow.adept2.model.common.PluginDataContainer
getPluginData, getPluginDatas, getSupportedPluginsMethods inherited from interface de.aristaflow.adept2.model.common.ResourceDescriptor
getDescription, getID, getName, getRevision, getStateMethods inherited from interface de.aristaflow.adept2.model.common.UserAttributeContainer
getUserAttributes, getUserAttributeValue, removeUserAttributeValue, setUserAttributeValue
-
Method Details
-
setName
Sets the name of the resource (descriptor).- Parameters:
name- The name of the resource (descriptor).
-
setDescription
Sets the description of the resource (descriptor).- Parameters:
description- The description of the resource (descriptor).
-