Package org.apache.poi.hwpf.model
Class SavedByEntry
java.lang.Object
org.apache.poi.hwpf.model.SavedByEntry
A single entry in the
SavedByTable.- Author:
- Daniel Noll
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanCompares this object with another, for equality.inthashCode()Generates a hash code for consistency withequals(Object).toString()Returns a string for display.
-
Constructor Details
-
SavedByEntry
-
-
Method Details
-
getUserName
-
getSaveLocation
-
equals
Compares this object with another, for equality. -
hashCode
public int hashCode()Generates a hash code for consistency withequals(Object). -
toString
Returns a string for display.
-