com.siebel.rf.offline.data.branchcurrencytotalssnapshot
Class BranchCurrencyTotalsSnapshot

java.lang.Object
  |
  +--com.siebel.rf.offline.data.branchcurrencytotalssnapshot.BranchCurrencyTotalsSnapshot
All Implemented Interfaces:
Persisted

public class BranchCurrencyTotalsSnapshot
extends java.lang.Object
implements Persisted

The BranchCurrencyTotalsSnapshot persisted class


Field Summary
 java.lang.String branchCode
           
 java.lang.Double coinTotal
           
 java.lang.String companyCode
           
 java.lang.String currency
           
 java.lang.String date
           
static java.util.HashMap MAPPING
           
 java.lang.Double notesTotal
           
static java.util.ArrayList PK_ATTRBUTES
           
 java.lang.Double runningTotal
           
 java.lang.String snapshotType
           
 
Constructor Summary
BranchCurrencyTotalsSnapshot()
           
 
Method Summary
 boolean equals(java.lang.Object object)
          Compares object
 java.lang.String getBranchCode()
          Returns branchCode
 java.lang.Double getCoinTotal()
          Returns coinTotal
 java.lang.String getCompanyCode()
          Returns companyCode
 java.lang.String getCurrency()
          Returns currency
 java.lang.String getDate()
          Returns date
 java.util.HashMap getMapping()
          Returns attributes vs.
 java.lang.Double getNotesTotal()
          Returns notesTotal
 java.util.ArrayList getPKAttributes()
          Returns collection of primary key attributes
 java.lang.Double getRunningTotal()
          Returns runningTotal
 java.lang.String getSnapshotType()
          Returns snapshotType
 java.lang.String getTableName()
          Returns table name of BranchCurrencyTotalSnapshot
 void setBranchCode(java.lang.String branchCode)
          Sets branchCode
 void setCoinTotal(java.lang.Double coinTotal)
          Sets coinTotal
 void setCompanyCode(java.lang.String companyCode)
          Sets companyCode
 void setCurrency(java.lang.String currency)
          Sets currency
 void setDate(java.lang.String date)
          Sets date
 void setNotesTotal(java.lang.Double notesTotal)
          Sets notesTotal
 void setRunningTotal(java.lang.Double runningTotal)
          Sets runningTotal
 void setSnapshotType(java.lang.String snapshotType)
          Sets snapshotType
 com.bankframe.bo.DataPacket toDataPacket()
          Creates dataPacket for BranchCurrencyTotalSnapshot
 java.lang.String toString()
          Converts DataPacket to String
 
Methods inherited from class java.lang.Object
getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

branchCode

public java.lang.String branchCode

companyCode

public java.lang.String companyCode

currency

public java.lang.String currency

runningTotal

public java.lang.Double runningTotal

notesTotal

public java.lang.Double notesTotal

coinTotal

public java.lang.Double coinTotal

snapshotType

public java.lang.String snapshotType

date

public java.lang.String date

MAPPING

public static java.util.HashMap MAPPING

PK_ATTRBUTES

public static java.util.ArrayList PK_ATTRBUTES
Constructor Detail

BranchCurrencyTotalsSnapshot

public BranchCurrencyTotalsSnapshot()
Method Detail

getBranchCode

public java.lang.String getBranchCode()
Returns branchCode
Returns:
the value of branchCode

getCompanyCode

public java.lang.String getCompanyCode()
Returns companyCode
Returns:
the value of companyCode

getCurrency

public java.lang.String getCurrency()
Returns currency
Returns:
the value of currency

getRunningTotal

public java.lang.Double getRunningTotal()
Returns runningTotal
Returns:
the value of runningTotal

getNotesTotal

public java.lang.Double getNotesTotal()
Returns notesTotal
Returns:
the value of notesTotal

getCoinTotal

public java.lang.Double getCoinTotal()
Returns coinTotal
Returns:
the value of coinTotal

getSnapshotType

public java.lang.String getSnapshotType()
Returns snapshotType
Returns:
the value of snapshotType

getDate

public java.lang.String getDate()
Returns date
Returns:
the value of date

setBranchCode

public void setBranchCode(java.lang.String branchCode)
Sets branchCode
Parameters:
branchCode - String

setCompanyCode

public void setCompanyCode(java.lang.String companyCode)
Sets companyCode
Parameters:
companyCode - String

setCurrency

public void setCurrency(java.lang.String currency)
Sets currency
Parameters:
currency - String

setRunningTotal

public void setRunningTotal(java.lang.Double runningTotal)
Sets runningTotal
Parameters:
runningTotal - Double

setNotesTotal

public void setNotesTotal(java.lang.Double notesTotal)
Sets notesTotal
Parameters:
notesTotal - Double

setCoinTotal

public void setCoinTotal(java.lang.Double coinTotal)
Sets coinTotal
Parameters:
coinTotal - Double

setSnapshotType

public void setSnapshotType(java.lang.String snapshotType)
Sets snapshotType
Parameters:
snapshotType - String

setDate

public void setDate(java.lang.String date)
Sets date
Parameters:
date - String

getMapping

public java.util.HashMap getMapping()
Returns attributes vs. table column name mapping
Specified by:
getMapping in interface Persisted
Returns:
the attributes vs. table column name mapping

getPKAttributes

public java.util.ArrayList getPKAttributes()
Returns collection of primary key attributes
Specified by:
getPKAttributes in interface Persisted
Returns:
the collection of primary key attributes

getTableName

public java.lang.String getTableName()
Returns table name of BranchCurrencyTotalSnapshot
Specified by:
getTableName in interface Persisted
Returns:
the table name

toDataPacket

public com.bankframe.bo.DataPacket toDataPacket()
Creates dataPacket for BranchCurrencyTotalSnapshot
Specified by:
toDataPacket in interface Persisted
Returns:
dataPacket

toString

public java.lang.String toString()
Converts DataPacket to String
Overrides:
toString in class java.lang.Object
Returns:
String after converting the DataPacket to String

equals

public boolean equals(java.lang.Object object)
Compares object
Overrides:
equals in class java.lang.Object
Parameters:
object - Object
Returns:
boolean after comparing the object