|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.as400.access.SaveFileEntry
public class SaveFileEntry
Represents an entry in a save file.
Instances of this class are created by SaveFile.listEntries()
Method Summary | |
---|---|
int |
compareTo(Object obj)
Compares this object with the specified object for order. |
boolean |
equals(Object obj)
Determines whether this object is equal to another object. |
int |
getASP()
Returns the auxiliary storage pool (ASP) of the object when it was saved. |
String |
getASPDevice()
Returns the auxiliary storage pool device name. |
String |
getDescription()
Returns the text description of the object. |
String |
getDLOName()
Returns the document library object (DLO) name. |
String |
getExtendedObjectAttribute()
Returns extended information about the object type. |
String |
getFolder()
Returns the name of the folder that was saved. |
String |
getLibrary()
Returns the name of the library from which the object is saved. |
String |
getName()
Returns the name of the object saved. |
String |
getOwner()
Returns the name of the object owner's user profile. |
Date |
getSaveDate()
Returns the time at which the object was saved. |
long |
getSize()
Returns the total size of the object in bytes. |
String |
getType()
Returns the type of object. |
int |
hashCode()
Returns a hash code value for the object. |
boolean |
isDataSaved()
Indicates whether the data for this object was saved with the object. |
String |
toString()
Returns the String representation of this object. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Method Detail |
---|
public int compareTo(Object obj)
compareTo
in interface Comparable
ClassCastException
- if obj is not an instance of SaveFileEntry.public boolean equals(Object obj)
equals
in class Object
public String getName()
public String getLibrary()
public String getType()
public String getExtendedObjectAttribute()
public Date getSaveDate()
public long getSize()
public int getASP()
public boolean isDataSaved()
public String getOwner()
public String getDLOName()
public String getFolder()
public String getDescription()
public String getASPDevice()
public int hashCode()
hashCode
in class Object
public String toString()
toString
in class Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |