Synergy Home Page

au.edu.swin.synergy.lib.io
Class BDataElement

java.lang.Object
  |
  +--au.edu.swin.synergy.lib.io.BDataElement

public class BDataElement
extends Object

Author:
John Newbigin
Requirement/analysis/design Reference:
 
Copyright Belongs To:
Synergy Software
See Also:

Constructor Summary
BDataElement()
           
 
Method Summary
 int getInteger()
           
 String getKey()
           
 String getValue()
           
 void setIntger(int fValue)
           
 void setKey(String fKey)
           
 void setString(String line)
           
 void setValue(String fValue)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BDataElement

public BDataElement()
Method Detail

setString

public void setString(String line)

getKey

public String getKey()

getValue

public String getValue()

getInteger

public int getInteger()

setValue

public void setValue(String fValue)

setIntger

public void setIntger(int fValue)

setKey

public void setKey(String fKey)

Synergy Home Page