com.atlassian.confluence.content.render.xhtml.model.resource.identifiers
Class ContentEntityResourceIdentifier

java.lang.Object
  extended by com.atlassian.confluence.content.render.xhtml.model.resource.identifiers.ContentEntityResourceIdentifier
All Implemented Interfaces:
AttachmentContainerResourceIdentifier, ResourceIdentifier

public class ContentEntityResourceIdentifier
extends java.lang.Object
implements ResourceIdentifier, AttachmentContainerResourceIdentifier


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

Constructor Detail

ContentEntityResourceIdentifier

public ContentEntityResourceIdentifier(long contentId)
Method Detail

getContentId

public long 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 © 2003-2014 Atlassian. All Rights Reserved.