public class DirectoryEntry extends Object implements Comparable<DirectoryEntry>
Constructor and Description |
---|
DirectoryEntry(String objectid,
FileType type,
String objname,
long size)
Deprecated.
|
DirectoryEntry(String objectid,
FileType type,
String objname,
long size,
Date modifiedTime) |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(DirectoryEntry o) |
boolean |
equals(Object obj) |
Date |
getModifiedTime() |
String |
getObjectID() |
String |
getObjectName() |
long |
getSize() |
FileType |
getType() |
int |
hashCode() |
String |
toString() |
@Deprecated public DirectoryEntry(String objectid, FileType type, String objname, long size)
public String getObjectID()
public String getObjectName()
public FileType getType()
public long getSize()
public Date getModifiedTime()
public int compareTo(DirectoryEntry o)
compareTo
in interface Comparable<DirectoryEntry>
Copyright © 2009-2018 The Apache Software Foundation. All Rights Reserved.