|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.as400.access.SaveFileEntry
Represents an entry in a save file.
Instances of this class are created by SaveFile.listEntries()
Method Summary | |
---|---|
int |
compareTo(Object otherObj)
Compares this object with the specified object for order. |
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. |
boolean |
isDataSaved()
Indicates whether the data for this object was saved with the object. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public int compareTo(Object otherObj)
compareTo
in interface Comparable
ClassCastException
- if otherObj is not an instance of SaveFileEntry.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()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |