|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.gcube.common.searchservice.searchlibrary.resultset.elements.HeaderRef
public class HeaderRef
Placeholder for information on a header part
Constructor Summary | |
---|---|
HeaderRef(java.lang.String localName,
java.lang.String prev)
Creates a new HeaderRef |
|
HeaderRef(java.lang.String isHead,
java.lang.String localName,
java.lang.String prev,
java.lang.String next)
Creates a new HeaderRef |
Method Summary | |
---|---|
java.lang.String |
getIsHead()
Retrieves the is Head property |
java.lang.String |
getLocalName()
Retrieves the name of the file that holds this header |
java.lang.String |
getNext()
Retrieves the name of the file that holds the next header |
java.lang.String |
getPrev()
Retrieves the name of the file that holds the previous header |
void |
setIsHead(java.lang.String isHead)
Sets the isHead propety |
void |
setLocalName(java.lang.String localName)
Sets the name of the file that holds this header |
void |
setNext(java.lang.String next)
Sets the name of the file that holds the next header |
void |
setPrev(java.lang.String prev)
Sets the name of the file that holds the previous header |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public HeaderRef(java.lang.String isHead, java.lang.String localName, java.lang.String prev, java.lang.String next)
HeaderRef
isHead
- Indicates if this is the headlocalName
- The name of the file to hold the headerprev
- The previous header in the chainnext
- The next header in the chainpublic HeaderRef(java.lang.String localName, java.lang.String prev)
HeaderRef
localName
- The name of the file to hold the headerprev
- The previous header in the chainMethod Detail |
---|
public java.lang.String getIsHead()
public void setIsHead(java.lang.String isHead)
isHead
- The value to setpublic java.lang.String getLocalName()
public void setLocalName(java.lang.String localName)
localName
- The name of the filepublic java.lang.String getNext()
public void setNext(java.lang.String next)
next
- The name of the filepublic java.lang.String getPrev()
public void setPrev(java.lang.String prev)
prev
- The name of the file
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |