Package org.jclouds.atmos.domain
Class DirectoryEntry
java.lang.Object
org.jclouds.atmos.domain.DirectoryEntry
- All Implemented Interfaces:
 Comparable<DirectoryEntry>
- Direct Known Subclasses:
 SystemMetadata
Metadata of a Atmos Online object
- 
Constructor Summary
ConstructorsConstructorDescriptionDirectoryEntry(String objectid, FileType type, String objname, long size) Deprecated.DirectoryEntry(String objectid, FileType type, String objname, long size, Date modifiedTime)  - 
Method Summary
 
- 
Constructor Details
- 
DirectoryEntry
Deprecated. - 
DirectoryEntry
 
 - 
 - 
Method Details
- 
getObjectID
 - 
getObjectName
 - 
getType
 - 
getSize
public long getSize() - 
getModifiedTime
 - 
compareTo
- Specified by:
 compareToin interfaceComparable<DirectoryEntry>
 - 
hashCode
public int hashCode() - 
equals
 - 
toString
 
 -