com.siebel.rf.offline.data.negotiableinstrument
Class NegotiableInstrument

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

public class NegotiableInstrument
extends java.lang.Object
implements Persisted

The NegotiableInstrument persisted class


Field Summary
 java.lang.String batchId
           
 java.lang.String beneficiaryName
           
 java.lang.String branchCode
           
 java.lang.String cashBoxId
           
 java.lang.String chequebookNumber
           
 java.lang.String companyCode
           
 java.lang.String currency
           
 java.lang.String denomination
           
 java.lang.String destinationAccountNumber
           
 java.lang.String destinationBranchCode
           
 java.lang.Double documentAmount
           
 java.lang.String documentType
           
 java.lang.String effectiveDate
           
 java.lang.String instrumentStatus
           
 java.lang.String issuingAccountNumber
           
 java.lang.String issuingBranchCode
           
 java.lang.String lodgedDate
           
static java.util.HashMap MAPPING
           
 java.lang.String negotiableInstrumentBoxId
           
 java.lang.String negotiableInstrumentType
           
static java.util.ArrayList PK_ATTRBUTES
           
 java.lang.String purchaseDate
           
 java.lang.String serialNumber
           
 java.lang.String stopDate
           
 java.lang.String stopReason
           
 java.lang.Boolean supplierIndicator
           
 
Constructor Summary
NegotiableInstrument()
           
 
Method Summary
 boolean equals(java.lang.Object object)
          Compares object.
 java.lang.String getBatchId()
          Returns batchId
 java.lang.String getBeneficiaryName()
          Returns beneficiaryName
 java.lang.String getBranchCode()
          Returns branchCode
 java.lang.String getCashBoxId()
          Returns cashBoxId
 java.lang.String getChequebookNumber()
          Returns chequebookNumber
 java.lang.String getCompanyCode()
          Returns companyCode
 java.lang.String getCurrency()
          Returns currency
 java.lang.String getDenomination()
          Returns denomination
 java.lang.String getDestinationAccountNumber()
          Returns destinationAccountNumber
 java.lang.String getDestinationBranchCode()
          Returns destinationBranchCode
 java.lang.Double getDocumentAmount()
          Returns documentAmount
 java.lang.String getDocumentType()
          Returns documentType
 java.lang.String getEffectiveDate()
          Returns effectiveDate
 java.lang.String getInstrumentStatus()
          Returns instrumentStatus
 java.lang.String getIssuingAccountNumber()
          Returns issuingAccountNumber
 java.lang.String getIssuingBranchCode()
          Returns issuingBranchCode
 java.lang.String getLodgedDate()
          Returns lodgedDate
 java.util.HashMap getMapping()
          Returns attributes vs.
 java.lang.String getNegotiableInstrumentBoxId()
          Returns negotiableInstrumentBoxId
 java.lang.String getNegotiableInstrumentType()
          Returns negotiableInstrumentType
 java.util.ArrayList getPKAttributes()
          Returns collection of primary key attributes
 java.lang.String getPurchaseDate()
          Returns purchaseDate
 java.lang.String getSerialNumber()
          Returns serialNumber
 java.lang.String getStopDate()
          Returns stopDate
 java.lang.String getStopReason()
          Returns stopReason
 java.lang.Boolean getSupplierIndicator()
          Returns supplierIndicator
 java.lang.String getTableName()
          Returns tableName of NegotiableInstrument
 void setBatchId(java.lang.String batchId)
          Sets batchId
 void setBeneficiaryName(java.lang.String beneficiaryName)
          Sets beneficiaryName
 void setBranchCode(java.lang.String branchCode)
          Sets branchCode
 void setCashBoxId(java.lang.String cashBoxId)
          Sets cashBoxId
 void setChequebookNumber(java.lang.String chequebookNumber)
          Sets chequebookNumber
 void setCompanyCode(java.lang.String companyCode)
          Sets companyCode
 void setCurrency(java.lang.String currency)
          Sets currency
 void setdenomination(java.lang.String denomination)
          Sets denomination
 void setDestinationAccountNumber(java.lang.String destinationAccountNumber)
          Sets destinationAccountNumber
 void setDestinationBranchCode(java.lang.String destinationBranchCode)
          Sets destinationBranchCode
 void setDocumentAmount(java.lang.Double documentAmount)
          Sets documentAmount
 void setDocumentType(java.lang.String documentType)
          Sets documentType
 void setEffectiveDate(java.lang.String effectiveDate)
          Sets effectiveDate
 void setInstrumentStatus(java.lang.String instrumentStatus)
          Sets instrumentStatus
 void setIssuingAccountNumber(java.lang.String issuingAccountNumber)
          Sets issuingAccountNumber
 void setIssuingBranchCode(java.lang.String issuingBranchCode)
          Sets issuingBranchCode
 void setLodgedDate(java.lang.String lodgedDate)
          Sets lodgedDate
 void setNegotiableInstrumentBoxId(java.lang.String negotiableInstrumentBoxId)
          Sets negotiableInstrumentBoxId
 void setNegotiableInstrumentType(java.lang.String negotiableInstrumentType)
          Sets negotiableInstrumentType
 void setPurchaseDate(java.lang.String purchaseDate)
          Sets purchaseDate
 void setSerialNumber(java.lang.String serialNumber)
          Sets serialNumber
 void setStopDate(java.lang.String stopDate)
          Sets stopDate
 void setStopReason(java.lang.String stopReason)
          Sets stopReason
 void setSupplierIndicator(java.lang.Boolean supplierIndicator)
          Sets supplierIndicator
 com.bankframe.bo.DataPacket toDataPacket()
          Creates dataPacket for NegotiableInstrument
 java.lang.String toString()
          Converts DataPacket to String.
 
Methods inherited from class java.lang.Object
getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

companyCode

public java.lang.String companyCode

serialNumber

public java.lang.String serialNumber

issuingBranchCode

public java.lang.String issuingBranchCode

issuingAccountNumber

public java.lang.String issuingAccountNumber

negotiableInstrumentType

public java.lang.String negotiableInstrumentType

branchCode

public java.lang.String branchCode

cashBoxId

public java.lang.String cashBoxId

currency

public java.lang.String currency

documentAmount

public java.lang.Double documentAmount

documentType

public java.lang.String documentType

instrumentStatus

public java.lang.String instrumentStatus

beneficiaryName

public java.lang.String beneficiaryName

effectiveDate

public java.lang.String effectiveDate

lodgedDate

public java.lang.String lodgedDate

destinationBranchCode

public java.lang.String destinationBranchCode

destinationAccountNumber

public java.lang.String destinationAccountNumber

stopReason

public java.lang.String stopReason

stopDate

public java.lang.String stopDate

chequebookNumber

public java.lang.String chequebookNumber

batchId

public java.lang.String batchId

denomination

public java.lang.String denomination

purchaseDate

public java.lang.String purchaseDate

negotiableInstrumentBoxId

public java.lang.String negotiableInstrumentBoxId

supplierIndicator

public java.lang.Boolean supplierIndicator

MAPPING

public static java.util.HashMap MAPPING

PK_ATTRBUTES

public static java.util.ArrayList PK_ATTRBUTES
Constructor Detail

NegotiableInstrument

public NegotiableInstrument()
Method Detail

getCompanyCode

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

getSerialNumber

public java.lang.String getSerialNumber()
Returns serialNumber
Returns:
the value of serialNumber

getIssuingBranchCode

public java.lang.String getIssuingBranchCode()
Returns issuingBranchCode
Returns:
the value of issuingBranchCode

getIssuingAccountNumber

public java.lang.String getIssuingAccountNumber()
Returns issuingAccountNumber
Returns:
the value of issuingAccountNumber

getNegotiableInstrumentType

public java.lang.String getNegotiableInstrumentType()
Returns negotiableInstrumentType
Returns:
the value of negotiableInstrumentType

getBranchCode

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

getCashBoxId

public java.lang.String getCashBoxId()
Returns cashBoxId
Returns:
the value of cashBoxId

getCurrency

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

getDocumentAmount

public java.lang.Double getDocumentAmount()
Returns documentAmount
Returns:
the value of documentAmount

getDocumentType

public java.lang.String getDocumentType()
Returns documentType
Returns:
the value of documentType

getInstrumentStatus

public java.lang.String getInstrumentStatus()
Returns instrumentStatus
Returns:
the value of instrumentStatus

getBeneficiaryName

public java.lang.String getBeneficiaryName()
Returns beneficiaryName
Returns:
the value of beneficiaryName

getEffectiveDate

public java.lang.String getEffectiveDate()
Returns effectiveDate
Returns:
the value of effectiveDate

getLodgedDate

public java.lang.String getLodgedDate()
Returns lodgedDate
Returns:
the value of lodgedDate

getDestinationBranchCode

public java.lang.String getDestinationBranchCode()
Returns destinationBranchCode
Returns:
the value of destinationBranchCode

getDestinationAccountNumber

public java.lang.String getDestinationAccountNumber()
Returns destinationAccountNumber
Returns:
the value of destinationAccountNumber

getStopReason

public java.lang.String getStopReason()
Returns stopReason
Returns:
the value of stopReason

getStopDate

public java.lang.String getStopDate()
Returns stopDate
Returns:
the value of stopDate

getChequebookNumber

public java.lang.String getChequebookNumber()
Returns chequebookNumber
Returns:
the value of chequebookNumber

getBatchId

public java.lang.String getBatchId()
Returns batchId
Returns:
the value of batchId

getDenomination

public java.lang.String getDenomination()
Returns denomination
Returns:
the value of denomination

getPurchaseDate

public java.lang.String getPurchaseDate()
Returns purchaseDate
Returns:
the value of purchaseDate

getNegotiableInstrumentBoxId

public java.lang.String getNegotiableInstrumentBoxId()
Returns negotiableInstrumentBoxId
Returns:
the value of negotiableInstrumentBoxId

getSupplierIndicator

public java.lang.Boolean getSupplierIndicator()
Returns supplierIndicator
Returns:
the value of supplierIndicator

setCompanyCode

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

setSerialNumber

public void setSerialNumber(java.lang.String serialNumber)
Sets serialNumber
Parameters:
serialNumber - String

setIssuingBranchCode

public void setIssuingBranchCode(java.lang.String issuingBranchCode)
Sets issuingBranchCode
Parameters:
issuingBranchCode - String

setIssuingAccountNumber

public void setIssuingAccountNumber(java.lang.String issuingAccountNumber)
Sets issuingAccountNumber
Parameters:
issuingAccountNumber - String

setNegotiableInstrumentType

public void setNegotiableInstrumentType(java.lang.String negotiableInstrumentType)
Sets negotiableInstrumentType
Parameters:
negotiableInstrumentType - String

setBranchCode

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

setCashBoxId

public void setCashBoxId(java.lang.String cashBoxId)
Sets cashBoxId
Parameters:
cashBoxId - String

setCurrency

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

setDocumentAmount

public void setDocumentAmount(java.lang.Double documentAmount)
Sets documentAmount
Parameters:
documentAmount - Double

setDocumentType

public void setDocumentType(java.lang.String documentType)
Sets documentType
Parameters:
documentType - String

setInstrumentStatus

public void setInstrumentStatus(java.lang.String instrumentStatus)
Sets instrumentStatus
Parameters:
instrumentStatus - String

setBeneficiaryName

public void setBeneficiaryName(java.lang.String beneficiaryName)
Sets beneficiaryName
Parameters:
beneficiaryName - String

setEffectiveDate

public void setEffectiveDate(java.lang.String effectiveDate)
Sets effectiveDate
Parameters:
effectiveDate - String

setLodgedDate

public void setLodgedDate(java.lang.String lodgedDate)
Sets lodgedDate
Parameters:
lodgedDate - String

setDestinationBranchCode

public void setDestinationBranchCode(java.lang.String destinationBranchCode)
Sets destinationBranchCode
Parameters:
destinationBranchCode - String

setDestinationAccountNumber

public void setDestinationAccountNumber(java.lang.String destinationAccountNumber)
Sets destinationAccountNumber
Parameters:
destinationAccountNumber - String

setStopReason

public void setStopReason(java.lang.String stopReason)
Sets stopReason
Parameters:
stopReason - String

setStopDate

public void setStopDate(java.lang.String stopDate)
Sets stopDate
Parameters:
stopDate - String

setChequebookNumber

public void setChequebookNumber(java.lang.String chequebookNumber)
Sets chequebookNumber
Parameters:
chequebookNumber - String

setBatchId

public void setBatchId(java.lang.String batchId)
Sets batchId
Parameters:
batchId - String

setdenomination

public void setdenomination(java.lang.String denomination)
Sets denomination
Parameters:
denomination - String

setPurchaseDate

public void setPurchaseDate(java.lang.String purchaseDate)
Sets purchaseDate
Parameters:
purchaseDate - String

setNegotiableInstrumentBoxId

public void setNegotiableInstrumentBoxId(java.lang.String negotiableInstrumentBoxId)
Sets negotiableInstrumentBoxId
Parameters:
negotiableInstrumentBoxId - String

setSupplierIndicator

public void setSupplierIndicator(java.lang.Boolean supplierIndicator)
Sets supplierIndicator
Parameters:
supplierIndicator - Boolean

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 tableName of NegotiableInstrument
Specified by:
getTableName in interface Persisted
Returns:
the table name

toDataPacket

public com.bankframe.bo.DataPacket toDataPacket()
Creates dataPacket for NegotiableInstrument
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