com.atlassian.confluence.api.model.journal
Class JournalIdentifier

java.lang.Object
  extended by com.atlassian.confluence.api.model.journal.JournalIdentifier

@PublicApi
public class JournalIdentifier
extends Object

Identifier that contains journal name.

Since:
5.6

Constructor Summary
JournalIdentifier(String journalName)
          Create a new journal identifier
 
Method Summary
 boolean equals(Object o)
           
 String getJournalName()
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

JournalIdentifier

public JournalIdentifier(String journalName)
Create a new journal identifier

Parameters:
journalName - journal name consisting of at least 1 and and most 255 characters from the following groups:
  • Lower-case letters from english alphabet (a-z)
  • Digits (0-9)
  • Underscore or dot (_ or .)
Method Detail

getJournalName

public String getJournalName()

equals

public boolean equals(Object o)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2003–2015 Atlassian. All rights reserved.