Package org.apache.poi.hwpf.model
Class SavedByEntry
- java.lang.Object
-
- org.apache.poi.hwpf.model.SavedByEntry
-
@Internal public final class SavedByEntry extends Object
A single entry in theSavedByTable.
-
-
Constructor Summary
Constructors Constructor Description SavedByEntry(String userName, String saveLocation)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object other)Compares this object with another, for equality.StringgetSaveLocation()StringgetUserName()inthashCode()Generates a hash code for consistency withequals(Object).StringtoString()Returns a string for display.
-
-
-
Method Detail
-
getUserName
public String getUserName()
-
getSaveLocation
public String getSaveLocation()
-
equals
public boolean equals(Object other)
Compares this object with another, for equality.
-
hashCode
public int hashCode()
Generates a hash code for consistency withequals(Object).
-
-