de.schlund.pfixcore.example.bank.iwrapper
Class SelectAccount

java.lang.Object
  extended by de.schlund.pfixcore.generator.IWrapperImpl
      extended by de.schlund.pfixcore.example.bank.iwrapper.SelectAccount
All Implemented Interfaces:
IWrapper, Comparable<IWrapper>

public class SelectAccount
extends IWrapperImpl

THIS CLASS IS AUTOGENERATED! DO NOT EDIT IN ANY WAY!


Field Summary
 
Fields inherited from class de.schlund.pfixcore.generator.IWrapperImpl
errors, idxprms, order, params, prefix, req
 
Constructor Summary
SelectAccount()
           
 
Method Summary
 void addSCodeAccountNo(StatusCode scode)
           
 void addSCodeAccountNo(StatusCode scode, String[] args, String level)
           
 void addSCodeWithArgsAccountNo(StatusCode scode, String[] args)
          Deprecated. use addScodeAccountNo(scode, args, null)
 Long getAccountNo()
           
protected  void registerParams()
           
 void setAccountNo(Long v)
           
 void setStringValAccountNo(String v)
           
 
Methods inherited from class de.schlund.pfixcore.generator.IWrapperImpl
addSCode, compareTo, defineOrder, errorHappened, gimmeAllParamDefinitions, gimmeAllParams, gimmeAllParamsWithErrors, gimmeIndexedParamForKey, gimmeOrder, gimmeParamForKey, gimmePrefix, init, initLogging, load, loadFromStringValues, setStringValue, toString, tryErrorLogging, tryParamLogging
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SelectAccount

public SelectAccount()
Method Detail

registerParams

protected void registerParams()
Overrides:
registerParams in class IWrapperImpl

getAccountNo

public Long getAccountNo()

setStringValAccountNo

public void setStringValAccountNo(String v)

setAccountNo

public void setAccountNo(Long v)

addSCodeAccountNo

public void addSCodeAccountNo(StatusCode scode)

addSCodeAccountNo

public void addSCodeAccountNo(StatusCode scode,
                              String[] args,
                              String level)

addSCodeWithArgsAccountNo

@Deprecated
public void addSCodeWithArgsAccountNo(StatusCode scode,
                                                 String[] args)
Deprecated. use addScodeAccountNo(scode, args, null)



Copyright © 2012 United Internet. All Rights Reserved.