com.atlassian.confluence.core
Interface Addressable

All Known Implementing Classes:
Attachment, ContentEntityObject, Label

public interface Addressable

Any addressable object has a URL and title.


Method Summary
 long getId()
           
 String getRealTitle()
           
 String getType()
           
 String getUrlPath()
           
 

Method Detail

getId

public long getId()

getType

public String getType()

getRealTitle

public String getRealTitle()

getUrlPath

public String getUrlPath()


Confluence is developed by Atlassian.