Class DescriptorMetaData

java.lang.Object
org.apache.uima.taeconfigurator.model.DescriptorMetaData

public class DescriptorMetaData extends Object
Instances of this class model the varients of getting and setting metadata.
  • Constructor Details

    • DescriptorMetaData

      public DescriptorMetaData(MultiPageEditor editor)
      Instantiates a new descriptor meta data.
      Parameters:
      editor - the editor
  • Method Details

    • getName

      public String getName()
      Gets the name.
      Returns:
      the name
    • setName

      public void setName(String name)
      Sets the name.
      Parameters:
      name - the new name
    • getVersion

      public String getVersion()
      Gets the version.
      Returns:
      the version
    • setVersion

      public void setVersion(String name)
      Sets the version.
      Parameters:
      name - the new version
    • getVendor

      public String getVendor()
      Gets the vendor.
      Returns:
      the vendor
    • setVendor

      public void setVendor(String name)
      Sets the vendor.
      Parameters:
      name - the new vendor
    • getDescription

      public String getDescription()
      Gets the description.
      Returns:
      the description
    • setDescription

      public void setDescription(String name)
      Sets the description.
      Parameters:
      name - the new description