de.sagd.u4etx.cis.params
Class AbstractRequestParam

java.lang.Object
  |
  +--de.sagd.u4etx.cis.params.AbstractRequestParam
All Implemented Interfaces:
IRequestParam
Direct Known Subclasses:
AbstractAlphanumericRequestParam, AbstractBinaryRequestParam

public abstract class AbstractRequestParam
extends java.lang.Object
implements IRequestParam


Field Summary
protected  byte[] abSetting
           
 
Constructor Summary
protected AbstractRequestParam()
           
protected AbstractRequestParam(byte[] abSetting)
           
 
Method Summary
abstract  byte[] getValue()
           
protected  void setValue(byte[] abSetting)
           
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

abSetting

protected byte[] abSetting
Constructor Detail

AbstractRequestParam

protected AbstractRequestParam()

AbstractRequestParam

protected AbstractRequestParam(byte[] abSetting)
Method Detail

setValue

protected void setValue(byte[] abSetting)

getValue

public abstract byte[] getValue()
Specified by:
getValue in interface IRequestParam