public class

IdAndTypeResourceIdentifier

extends Object
implements ResourceIdentifier
java.lang.Object
   ↳ com.atlassian.confluence.content.render.xhtml.model.resource.identifiers.IdAndTypeResourceIdentifier

Class Overview

Resource identifier containing the the id and type of a resource. Typically, the id will be the unique database id for a particular content type.

Summary

Public Constructors
IdAndTypeResourceIdentifier(long id, ContentTypeEnum type)
Public Methods
boolean equals(Object o)
long getId()
ContentTypeEnum getType()
int hashCode()
String toString()
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public IdAndTypeResourceIdentifier (long id, ContentTypeEnum type)

Public Methods

public boolean equals (Object o)

public long getId ()

public ContentTypeEnum getType ()

public int hashCode ()

public String toString ()