Interface ChangeableResourceDescriptor

All Superinterfaces:
PluginDataContainer, ResourceDescriptor, UserAttributeContainer

public interface ChangeableResourceDescriptor extends ResourceDescriptor
/** This interface extends ResourceDescriptor by the means to change its attributes.
Author:
Ulrich Kreher
  • Method Details

    • setName

      void setName(String name)
      Sets the name of the resource (descriptor).
      Parameters:
      name - The name of the resource (descriptor).
    • setDescription

      void setDescription(String description)
      Sets the description of the resource (descriptor).
      Parameters:
      description - The description of the resource (descriptor).