edu.vt.marian.Document
Class MarcFixField

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

public class MarcFixField
extends java.lang.Object

class name: MarcFixField class description: this class represnets a fix field in us marc record user can assume a fix field is composed of asn integer id and a string data

uses the services of class(es): designer(s): Jianxin Zhao (jxzhao@csgrad.cs.vt.edu) implementator(s): Jianxin(Jason) Zhao (jxzhao@csgrad.cs.vt.edu) finished time: known bugs: JDK version: 1.1.5 side effects:


Constructor Summary
MarcFixField(int fieldId, java.lang.String dataStr, edu.vt.marian.common.Debug d)
          method description: this constructor will create a MarcFixField object from the parameters id and data uses the services of class(es): input parameter(s): id --- this will be the id of this object data -- this will be the data of this object debug -- used for debugging output parameter(s): none return value: none
 
Method Summary
 java.lang.String get_data()
          method description: this will return the data of this object uses the services of class(es): input parameter(s): none output parameter(s): none return value: the data of this object as a string
 int get_id()
          method description: this will return the id of this object uses the services of class(es): input parameter(s): none output parameter(s): none return value: the id of this object as an integer
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MarcFixField

public MarcFixField(int fieldId,
                    java.lang.String dataStr,
                    edu.vt.marian.common.Debug d)
method description: this constructor will create a MarcFixField object from the parameters id and data

uses the services of class(es): input parameter(s): id --- this will be the id of this object data -- this will be the data of this object debug -- used for debugging output parameter(s): none return value: none

Method Detail

get_id

public int get_id()
method description: this will return the id of this object

uses the services of class(es): input parameter(s): none output parameter(s): none return value: the id of this object as an integer


get_data

public java.lang.String get_data()
method description: this will return the data of this object

uses the services of class(es): input parameter(s): none output parameter(s): none return value: the data of this object as a string