public class HeaderRef
extends java.lang.Object
| Constructor and Description |
|---|
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 |
| Modifier and Type | Method and Description |
|---|---|
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
|
public HeaderRef(java.lang.String isHead,
java.lang.String localName,
java.lang.String prev,
java.lang.String next)
HeaderRefisHead - 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)
HeaderReflocalName - The name of the file to hold the headerprev - The previous header in the chainpublic 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