|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.poi.hwpf.model.SavedByEntry
public class SavedByEntry
A single entry in the SavedByTable
.
Constructor Summary | |
---|---|
SavedByEntry(java.lang.String userName,
java.lang.String saveLocation)
|
Method Summary | |
---|---|
boolean |
equals(java.lang.Object other)
Compares this object with another, for equality. |
java.lang.String |
getSaveLocation()
|
java.lang.String |
getUserName()
|
int |
hashCode()
Generates a hash code for consistency with equals(Object) . |
java.lang.String |
toString()
Returns a string for display. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public SavedByEntry(java.lang.String userName, java.lang.String saveLocation)
Method Detail |
---|
public java.lang.String getUserName()
public java.lang.String getSaveLocation()
public boolean equals(java.lang.Object other)
equals
in class java.lang.Object
other
- the object to compare to this one.
true
iff the other object is equal to this one.public int hashCode()
equals(Object)
.
hashCode
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |