public class SaveFileEntry
extends java.lang.Object
implements java.io.Serializable, java.lang.Comparable
SaveFile.listEntries()
Modifier and Type | Method and Description |
---|---|
int |
compareTo(java.lang.Object obj)
Compares this object with the specified object for order.
|
boolean |
equals(java.lang.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.
|
java.lang.String |
getASPDevice()
Returns the auxiliary storage pool device name.
|
java.lang.String |
getDescription()
Returns the text description of the object.
|
java.lang.String |
getDLOName()
Returns the document library object (DLO) name.
|
java.lang.String |
getExtendedObjectAttribute()
Returns extended information about the object type.
|
java.lang.String |
getFolder()
Returns the name of the folder that was saved.
|
java.lang.String |
getLibrary()
Returns the name of the library from which the object is saved.
|
java.lang.String |
getName()
Returns the name of the object saved.
|
java.lang.String |
getOwner()
Returns the name of the object owner's user profile.
|
java.util.Date |
getSaveDate()
Returns the time at which the object was saved.
|
long |
getSize()
Returns the total size of the object in bytes.
|
java.lang.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.
|
java.lang.String |
toString()
Returns the String representation of this object.
|
public int compareTo(java.lang.Object obj)
compareTo
in interface java.lang.Comparable
java.lang.ClassCastException
- if obj is not an instance of SaveFileEntry.public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public java.lang.String getName()
public java.lang.String getLibrary()
public java.lang.String getType()
public java.lang.String getExtendedObjectAttribute()
public java.util.Date getSaveDate()
public long getSize()
public int getASP()
public boolean isDataSaved()
public java.lang.String getOwner()
public java.lang.String getDLOName()
public java.lang.String getFolder()
public java.lang.String getDescription()
public java.lang.String getASPDevice()
public int hashCode()
hashCode
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object