com.partnersoft.v3x.apps.Staker.accounting.SEDC
Class SEDCRecordFactory

java.lang.Object
  extended by com.partnersoft.v3x.apps.Staker.accounting.SEDC.SEDCRecordFactory

public class SEDCRecordFactory
extends java.lang.Object

Contains the FixedLengthRecordDefs for the SEDC format. Implements the Singleton pattern.


Method Summary
 int getFormatVersion()
           
 java.util.Map getRecordTypes()
           
static SEDCRecordFactory instance()
           
static void main(java.lang.String[] argv)
           
 FixedLengthRecordDef recordDefFor(java.lang.Object ob)
           
 void setFormatVersion(int formatVersion)
           
 void setRecordTypes(java.util.Map newTypes)
           
static SEDCRecordFactory singleton()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

instance

public static SEDCRecordFactory instance()

singleton

public static SEDCRecordFactory singleton()

main

public static void main(java.lang.String[] argv)

recordDefFor

public FixedLengthRecordDef recordDefFor(java.lang.Object ob)

getRecordTypes

public java.util.Map getRecordTypes()

setRecordTypes

public void setRecordTypes(java.util.Map newTypes)

getFormatVersion

public int getFormatVersion()

setFormatVersion

public void setFormatVersion(int formatVersion)