com.partnersoft.io.formats.binary
Class BinaryFixedWidthField

java.lang.Object
  extended by com.partnersoft.io.formats.binary.BinaryFixedWidthField

public class BinaryFixedWidthField
extends java.lang.Object

A binary, fixed-width field.

Author:
Paul Reavis Copyright 2001 Partner Software, Inc.

Field Summary
 java.lang.String description
           
 BinaryFixedWidthFieldFormat format
           
 java.lang.String name
           
 int start
           
 int width
           
 
Constructor Summary
BinaryFixedWidthField()
           
 
Method Summary
 java.lang.String getDescription()
           
 BinaryFixedWidthFieldFormat getFormat()
           
 java.lang.String getName()
           
 int getStart()
           
 int getWidth()
           
 void setDescription(java.lang.String newDescription)
           
 void setFormat(BinaryFixedWidthFieldFormat newFormat)
           
 void setName(java.lang.String newName)
           
 void setStart(int newStart)
           
 void setWidth(int newWidth)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

public java.lang.String name

description

public java.lang.String description

start

public int start

width

public int width

format

public BinaryFixedWidthFieldFormat format
Constructor Detail

BinaryFixedWidthField

public BinaryFixedWidthField()
Method Detail

getName

public java.lang.String getName()

setName

public void setName(java.lang.String newName)

getDescription

public java.lang.String getDescription()

setDescription

public void setDescription(java.lang.String newDescription)

getStart

public int getStart()

setStart

public void setStart(int newStart)

getWidth

public int getWidth()

setWidth

public void setWidth(int newWidth)

getFormat

public BinaryFixedWidthFieldFormat getFormat()

setFormat

public void setFormat(BinaryFixedWidthFieldFormat newFormat)