Class CompatibilityEntry

java.lang.Object
com.independentsoft.office.word.CompatibilityEntry

public class CompatibilityEntry extends Object
The Class CompatibilityEntry.
  • Constructor Details

    • CompatibilityEntry

      public CompatibilityEntry()
      Instantiates a new compatibility entry.
  • Method Details

    • clone

      public CompatibilityEntry clone()
      Overrides:
      clone in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • getName

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

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

      public String getUri()
      Gets the uri.
      Returns:
      the uri
    • setUri

      public void setUri(String uri)
      Sets the uri.
      Parameters:
      uri - the new uri
    • getValue

      public String getValue()
      Gets the value.
      Returns:
      the value
    • setValue

      public void setValue(String value)
      Sets the value.
      Parameters:
      value - the new value