|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sas.hls.recyclebin.RecycleBinItem
public class RecycleBinItem
A data object that represents an item in the recycle bin.
Constructor Summary | |
---|---|
RecycleBinItem(String identifier,
String objectType,
String path,
String deletedBy,
Date deletedDate,
long size,
String lastModifiedBy,
Date lastModified)
RecycleBinItem constructor |
Method Summary | |
---|---|
String |
getDeletedBy()
Get the user who deleted this object |
Date |
getDeletedDate()
Get the deleted date |
String |
getIdentifier()
Get the identifier of this object |
Date |
getLastModified()
Get the date this deleted object was last modified |
String |
getLastModifiedBy()
Get the userid of the user who last modified this deleted object |
String |
getObjectType()
Get the object type of this deleted object |
String |
getPath()
Get the path of this object |
long |
getSize()
Get the size of this deleted object (in bytes). |
String |
toString()
Return a string representation of the object. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public RecycleBinItem(String identifier, String objectType, String path, String deletedBy, Date deletedDate, long size, String lastModifiedBy, Date lastModified)
identifier
- objectType
- path
- deletedBy
- deletedDate
- size
- lastModifiedBy
- lastModified
- Method Detail |
---|
public String getIdentifier()
public String getPath()
public String getDeletedBy()
public Date getDeletedDate()
public String getObjectType()
public Date getLastModified()
public String getLastModifiedBy()
public long getSize()
public String toString()
toString
in class Object
Object.toString()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |