com.retek.component.salesaudit.integration.resa
Class ResaRecord

java.lang.Object
  extended bycom.retek.component.salesaudit.integration.resa.ResaRecord
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
FheadRecord, FtailRecord, IdiscRecord, TcustRecord, TheadRecord, TitemRecord, TtailRecord, TtaxRecord, TtendRecord

public abstract class ResaRecord
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Field Summary
static java.lang.String RESA_NO
           
static java.lang.String RESA_YES
           
static java.lang.String SIGN_CODE_NEGATIVE
           
static java.lang.String SIGN_CODE_POSITIVE
           
 
Constructor Summary
protected ResaRecord()
           
 
Method Summary
 int getFileLineNumber()
           
abstract  java.lang.String getRecordType()
           
 void setFileLineNumber(int fileLineNumber)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

SIGN_CODE_POSITIVE

public static final java.lang.String SIGN_CODE_POSITIVE
See Also:
Constant Field Values

SIGN_CODE_NEGATIVE

public static final java.lang.String SIGN_CODE_NEGATIVE
See Also:
Constant Field Values

RESA_YES

public static final java.lang.String RESA_YES
See Also:
Constant Field Values

RESA_NO

public static final java.lang.String RESA_NO
See Also:
Constant Field Values
Constructor Detail

ResaRecord

protected ResaRecord()
Method Detail

getRecordType

public abstract java.lang.String getRecordType()

getFileLineNumber

public int getFileLineNumber()

setFileLineNumber

public void setFileLineNumber(int fileLineNumber)

toString

public java.lang.String toString()


Copyright © 2004 Retek Inc. All Rights Reserved. - Generated at Fri, 10/22/2004 07:28