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