org.jclouds.atmos.domain
Class DirectoryEntry
java.lang.Object
org.jclouds.atmos.domain.DirectoryEntry
- All Implemented Interfaces:
- Comparable<DirectoryEntry>
- Direct Known Subclasses:
- SystemMetadata
public class DirectoryEntry
- extends Object
- implements Comparable<DirectoryEntry>
Metadata of a Atmos Online object
- Author:
- Adrian Cole
DirectoryEntry
public DirectoryEntry(String objectid,
FileType type,
String objname)
getObjectID
public String getObjectID()
getObjectName
public String getObjectName()
getType
public FileType getType()
compareTo
public int compareTo(DirectoryEntry o)
- Specified by:
compareTo
in interface Comparable<DirectoryEntry>
hashCode
public int hashCode()
- Overrides:
hashCode
in class Object
equals
public boolean equals(Object obj)
- Overrides:
equals
in class Object
toString
public String toString()
- Overrides:
toString
in class Object
Copyright © 2009-2011 jclouds. All Rights Reserved.