public class HeaderRef extends Object
| Constructor and Description |
|---|
HeaderRef(String localName,
String prev)
Creates a new
HeaderRef |
HeaderRef(String isHead,
String localName,
String prev,
String next)
Creates a new
HeaderRef |
| Modifier and Type | Method and Description |
|---|---|
String |
getIsHead()
Retrieves the is Head property
|
String |
getLocalName()
Retrieves the name of the file that holds this header
|
String |
getNext()
Retrieves the name of the file that holds the next header
|
String |
getPrev()
Retrieves the name of the file that holds the previous header
|
void |
setIsHead(String isHead)
Sets the isHead propety
|
void |
setLocalName(String localName)
Sets the name of the file that holds this header
|
void |
setNext(String next)
Sets the name of the file that holds the next header
|
void |
setPrev(String prev)
Sets the name of the file that holds the previous header
|
public HeaderRef(String isHead, String localName, String prev, 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 String getIsHead()
public void setIsHead(String isHead)
isHead - The value to setpublic String getLocalName()
public void setLocalName(String localName)
localName - The name of the filepublic String getNext()
public void setNext(String next)
next - The name of the filepublic String getPrev()
public void setPrev(String prev)
prev - The name of the fileCopyright © 2014. All Rights Reserved.