org.jclouds.atmos.domain
Class DirectoryEntry

java.lang.Object
  extended by 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

Constructor Summary
DirectoryEntry(String objectid, FileType type, String objname)
           
 
Method Summary
 int compareTo(DirectoryEntry o)
           
 boolean equals(Object obj)
           
 String getObjectID()
           
 String getObjectName()
           
 FileType getType()
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DirectoryEntry

public DirectoryEntry(String objectid,
                      FileType type,
                      String objname)
Method Detail

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.