Class SavedByEntry

java.lang.Object
org.apache.poi.hwpf.model.SavedByEntry

@Internal public final class SavedByEntry extends Object
A single entry in the SavedByTable.
  • Constructor Details

    • SavedByEntry

      public SavedByEntry(String userName, String saveLocation)
  • Method Details

    • getUserName

      public String getUserName()
    • getSaveLocation

      public String getSaveLocation()
    • equals

      public boolean equals(Object other)
      Compares this object with another, for equality.
      Overrides:
      equals in class Object
      Parameters:
      other - the object to compare to this one.
      Returns:
      true iff the other object is equal to this one.
    • hashCode

      public int hashCode()
      Generates a hash code for consistency with equals(Object).
      Overrides:
      hashCode in class Object
      Returns:
      the hash code.
    • toString

      public String toString()
      Returns a string for display.
      Overrides:
      toString in class Object
      Returns:
      the string.