org.jclouds.atmos.domain
Class SystemMetadata

java.lang.Object
  extended by org.jclouds.atmos.domain.DirectoryEntry
      extended by org.jclouds.atmos.domain.SystemMetadata
All Implemented Interfaces:
Comparable<DirectoryEntry>

public class SystemMetadata
extends DirectoryEntry

Metadata of a Atmos Online object

Author:
Adrian Cole

Constructor Summary
SystemMetadata(byte[] contentmd5, Date atime, Date ctime, String gid, Date itime, Date mtime, int nlink, String objectid, String objname, String policyname, long size, FileType type, String uid)
           
 
Method Summary
 boolean equals(Object obj)
           
 byte[] getContentMD5()
           
 String getGroupID()
           
 int getHardLinkCount()
           
 Date getInceptionTime()
           
 Date getLastAccessTime()
           
 Date getLastMetadataModification()
           
 Date getLastUserDataModification()
           
 String getPolicyName()
           
 long getSize()
           
 String getUserID()
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class org.jclouds.atmos.domain.DirectoryEntry
compareTo, getObjectID, getObjectName, getType
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SystemMetadata

public SystemMetadata(@Nullable
                      byte[] contentmd5,
                      Date atime,
                      Date ctime,
                      String gid,
                      Date itime,
                      Date mtime,
                      int nlink,
                      String objectid,
                      String objname,
                      String policyname,
                      long size,
                      FileType type,
                      String uid)
Method Detail

getGroupID

public String getGroupID()

getHardLinkCount

public int getHardLinkCount()

getInceptionTime

public Date getInceptionTime()

getLastAccessTime

public Date getLastAccessTime()

getLastMetadataModification

public Date getLastMetadataModification()

getLastUserDataModification

public Date getLastUserDataModification()

getPolicyName

public String getPolicyName()

getSize

public long getSize()

getUserID

public String getUserID()

getContentMD5

public byte[] getContentMD5()

hashCode

public int hashCode()
Overrides:
hashCode in class DirectoryEntry

equals

public boolean equals(Object obj)
Overrides:
equals in class DirectoryEntry

toString

public String toString()
Overrides:
toString in class DirectoryEntry


Copyright © 2009-2012 jclouds. All Rights Reserved.