org.duracloud.services.fixity.domain
Class ContentLocation

java.lang.Object
  extended by org.duracloud.services.fixity.domain.ContentLocation

public class ContentLocation
extends java.lang.Object

Author:
Andrew Woods Date: Aug 6, 2010

Constructor Summary
ContentLocation(java.lang.String spaceId, java.lang.String contentId)
           
 
Method Summary
 boolean equals(java.lang.Object o)
           
 java.lang.String getContentId()
           
 java.lang.String getSpaceId()
           
 int hashCode()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ContentLocation

public ContentLocation(java.lang.String spaceId,
                       java.lang.String contentId)
Method Detail

getSpaceId

public java.lang.String getSpaceId()

getContentId

public java.lang.String getContentId()

equals

public boolean equals(java.lang.Object o)
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object


Copyright © 2009-2011 DuraSpace. All Rights Reserved.