All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class edu.vt.marian.Document.PresentableMarcFixField

java.lang.Object
   |
   +----edu.vt.marian.Document.MarcFixField
           |
           +----edu.vt.marian.Document.PresentableMarcFixField

public class PresentableMarcFixField
extends MarcFixField
The presentatble version of a fixed field in a US MARC record.

NOTE: At this point adds no functionality to the superclass. Intended to support presentFull() when presentFull() gives an "administrator's" presentation instead of a transport presentation.


Constructor Index

 o PresentableMarcFixField(int, EntityMap, Debug)
Create a PresentableMarcFixField object with no data.
 o PresentableMarcFixField(int, String, EntityMap, Debug)
Create a PresentableMarcFixField object from the parameters id and data .

Constructors

 o PresentableMarcFixField
 public PresentableMarcFixField(int fieldID,
                                EntityMap xMap,
                                Debug d)
Create a PresentableMarcFixField object with no data.

Parameters:
id - --- this will be the id of this object
debug - -- used for debugging
 o PresentableMarcFixField
 public PresentableMarcFixField(int fieldID,
                                String dataStr,
                                EntityMap xMap,
                                Debug d)
Create a PresentableMarcFixField object from the parameters id and data .

Parameters:
id - --- this will be the id of this object
data - -- this will be the data of this object
debug - -- used for debugging

All Packages  Class Hierarchy  This Package  Previous  Next  Index