com.atlassian.confluence.api.model.content.id
Class AttachmentContentId

java.lang.Object
  extended by com.atlassian.confluence.api.model.content.id.ContentId
      extended by com.atlassian.confluence.api.model.content.id.AttachmentContentId
All Implemented Interfaces:
java.lang.Comparable

@Internal
public class AttachmentContentId
extends ContentId

Represents the id of an Attachment.


Field Summary
 
Fields inherited from class com.atlassian.confluence.api.model.content.id.ContentId
UNSET
 
Method Summary
 int compareTo(java.lang.Object o)
           
 boolean equals(java.lang.Object other)
           
 int hashCode()
           
 java.lang.String serialise()
           
 
Methods inherited from class com.atlassian.confluence.api.model.content.id.ContentId
asLong, deserialise, isSet, of, toString, valueOf
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Method Detail

serialise

public java.lang.String serialise()
Overrides:
serialise in class ContentId

equals

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

hashCode

public int hashCode()
Overrides:
hashCode in class ContentId

compareTo

public int compareTo(java.lang.Object o)
Specified by:
compareTo in interface java.lang.Comparable
Overrides:
compareTo in class ContentId


Copyright © 2003-2014 Atlassian. All Rights Reserved.