|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.siebel.rf.offline.data.negotiableinstrumentbox.NegotiableInstrumentBox
The NegotiableInstrumentBox persisted class
Field Summary | |
java.lang.String |
branchCode
|
java.lang.String |
cashBoxId
|
java.lang.String |
companyCode
|
java.lang.String |
currency
|
static java.util.HashMap |
MAPPING
|
java.lang.String |
negotiableInstrumentBoxId
|
java.lang.String |
negotiableInstrumentType
|
static java.util.ArrayList |
PK_ATTRBUTES
|
java.lang.Long |
totalNumberOfNegotiableInstruments
|
java.lang.String |
virtual
|
Constructor Summary | |
NegotiableInstrumentBox()
|
Method Summary | |
boolean |
equals(java.lang.Object object)
Compares the object. |
java.util.Vector |
getAllNegotiableInstrumentsForNegotiableInstrumentBox()
Returns all NegotiableInstruments for a NegotiableInstrumentBox. |
java.lang.String |
getBranchCode()
Returns branchCode |
java.lang.String |
getCashBoxId()
Returns cashBoxId |
java.lang.String |
getCompanyCode()
Returns companyCode |
java.lang.String |
getCurrency()
Returns currency |
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 |
getTableName()
Returns tableName of NegotiableInstrumentBox |
java.lang.Long |
getTotalNumberOfNegotiableInstruments()
Returns totalNumberOfNegotiableInstruments |
java.lang.String |
getVirtual()
Returns virtual |
void |
setBranchCode(java.lang.String branchCode)
Sets branchCode |
void |
setCashBoxId(java.lang.String cashBoxId)
Sets cashBoxId |
void |
setCompanyCode(java.lang.String companyCode)
Sets companyCode |
void |
setCurrency(java.lang.String currency)
Sets currency |
void |
setNegotiableInstrumentBoxId(java.lang.String negotiableInstrumentBoxId)
Sets negotiableInstrumentBoxId |
void |
setNegotiableInstrumentType(java.lang.String negotiableInstrumentType)
Sets negotiableInstrumentType |
void |
setTotalNumberOfNegotiableInstruments(java.lang.Long totalNumberOfNegotiableInstruments)
Sets totalNumberOfNegotiableInstruments |
void |
setVirtual(java.lang.String virtual)
Sets virtual |
com.bankframe.bo.DataPacket |
toDataPacket()
Creates dataPacket for NegotiableInstrumentBox |
java.lang.String |
toString()
Converts DataPacket to String. |
void |
updateForIncoming()
Increments totalNumberOfNegotiableInstruments by 1. |
void |
updateForOutgoing()
Decrements totalNumberOfNegotiableInstruments by 1. |
Methods inherited from class java.lang.Object |
getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public java.lang.String companyCode
public java.lang.String branchCode
public java.lang.String negotiableInstrumentBoxId
public java.lang.String cashBoxId
public java.lang.String currency
public java.lang.String negotiableInstrumentType
public java.lang.Long totalNumberOfNegotiableInstruments
public java.lang.String virtual
public static java.util.HashMap MAPPING
public static java.util.ArrayList PK_ATTRBUTES
Constructor Detail |
public NegotiableInstrumentBox()
Method Detail |
public java.lang.String getCompanyCode()
public java.lang.String getBranchCode()
public java.lang.String getNegotiableInstrumentBoxId()
public java.lang.String getCashBoxId()
public java.lang.String getCurrency()
public java.lang.String getNegotiableInstrumentType()
public java.lang.Long getTotalNumberOfNegotiableInstruments()
public java.lang.String getVirtual()
public void setCompanyCode(java.lang.String companyCode)
companyCode
- Stringpublic void setBranchCode(java.lang.String branchCode)
branchCode
- Stringpublic void setNegotiableInstrumentBoxId(java.lang.String negotiableInstrumentBoxId)
negotiableInstrumentBoxId
- Stringpublic void setCashBoxId(java.lang.String cashBoxId)
cashBoxId
- Stringpublic void setCurrency(java.lang.String currency)
currency
- Stringpublic void setNegotiableInstrumentType(java.lang.String negotiableInstrumentType)
negotiableInstrumentType
- Stringpublic void setTotalNumberOfNegotiableInstruments(java.lang.Long totalNumberOfNegotiableInstruments)
totalNumberOfNegotiableInstruments
- Integerpublic void setVirtual(java.lang.String virtual)
virtual
- Stringpublic java.util.HashMap getMapping()
getMapping
in interface Persisted
public java.util.ArrayList getPKAttributes()
getPKAttributes
in interface Persisted
public java.lang.String getTableName()
getTableName
in interface Persisted
public com.bankframe.bo.DataPacket toDataPacket()
toDataPacket
in interface Persisted
public java.lang.String toString()
toString
in class java.lang.Object
public boolean equals(java.lang.Object object)
equals
in class java.lang.Object
object
- Objectpublic java.util.Vector getAllNegotiableInstrumentsForNegotiableInstrumentBox() throws com.bankframe.ejb.ProcessingErrorException, com.bankframe.validation.ValidationException
com.bankframe.ejb.ProcessingErrorException
- This exception is thrown if processing failscom.bankframe.validation.ValidationException
- This exception is thrown if validation failspublic void updateForOutgoing() throws com.bankframe.ejb.ProcessingErrorException, com.bankframe.validation.ValidationException
com.bankframe.ejb.ProcessingErrorException
- This exception is thrown if processing fails.com.bankframe.validation.ValidationException
- This exception is thrown if validation fails.public void updateForIncoming() throws com.bankframe.validation.ValidationException
com.bankframe.validation.ValidationException
- This exception is thrown if validation fails.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |