Package org.intermine.web.logic.config
Class HeaderConfigTitle.TitlePart
- java.lang.Object
-
- org.intermine.web.logic.config.HeaderConfigTitle.TitlePart
-
- Enclosing class:
- HeaderConfigTitle
public class HeaderConfigTitle.TitlePart extends java.lang.ObjectHolder for a path that appears in the title and any prefix and suffix values if they have been configured.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object obj)java.lang.StringgetPath()The path that should be in the title, with style removed.java.lang.StringgetPrefix()A prefix that may be an HTML tag to appear before this part in the title.java.lang.StringgetSuffix()A suffix that may be an HTML tag to appear after this part in the title.inthashCode()
-
-
-
Method Detail
-
getPath
public java.lang.String getPath()
The path that should be in the title, with style removed.- Returns:
- a path as a string
-
getPrefix
public java.lang.String getPrefix()
A prefix that may be an HTML tag to appear before this part in the title.- Returns:
- the prefix or an empty string
-
getSuffix
public java.lang.String getSuffix()
A suffix that may be an HTML tag to appear after this part in the title.- Returns:
- the suffix or an empty string
-
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
-