|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--AbstractBean
|
+--com.javelin.fpml.shared.CalculationAgentBean
CalculationAgentBean.java
null
CalculationAgent,
Serialized Form| Field Summary | |
protected java.util.Vector |
calculationAgentCalculationAgentPartyReferences
|
protected java.lang.Integer |
calculationAgentKey
|
protected CalculationAgentParty |
calculationAgentParty
|
protected Trade |
trade
|
protected CalculationAgentValidator |
validator
|
| Constructor Summary | |
CalculationAgentBean()
Construct the Default CalculationAgentBean. |
|
| Method Summary | |
void |
addCalculationAgentCalculationAgentPartyReference(CalculationAgentCalculationAgentPartyReference calculationAgentCalculationAgentPartyReference)
Add the CalculationAgentCalculationAgentPartyReference dependent on this table. |
java.lang.Object |
clone()
Clone dependent beans. |
void |
detach()
|
java.util.Iterator |
getCalculationAgentCalculationAgentPartyReferences()
Get the Set of CalculationAgentCalculationAgentPartyReferences dependent on this table. |
java.lang.Integer |
getCalculationAgentKey()
Get the Calculation Agent Key. |
CalculationAgentParty |
getCalculationAgentParty()
Get the Calculation Agent Party. |
protected CalculationAgentValidator |
getCalculationAgentValidator()
|
java.lang.Class |
getInterface()
|
Trade |
getTradeCalculationAgent()
Get the TradeCalculationAgent dependent on this table. |
void |
listRelations(java.util.Vector list,
int type)
List the related beans. |
void |
removeCalculationAgentCalculationAgentPartyReference(CalculationAgentCalculationAgentPartyReference calculationAgentCalculationAgentPartyReference)
Remove the CalculationAgentCalculationAgentPartyReference dependent on this table. |
void |
removeCalculationAgentCalculationAgentPartyReferences()
Remove all the CalculationAgentCalculationAgentPartyReferences |
void |
setCalculationAgentCalculationAgentPartyReferences(java.util.Iterator calculationAgentCalculationAgentPartyReferences)
Set the Set of CalculationAgentCalculationAgentPartyReferences dependent on this table. |
void |
setCalculationAgentKey(java.lang.Integer calculationAgentKey)
Set the Calculation Agent Key. |
void |
setCalculationAgentParty(CalculationAgentParty calculationAgentParty)
Set the Calculation Agent Party. |
void |
setTradeCalculationAgent(Trade trade)
Set the TradeCalculationAgent dependent on this table. |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
protected java.lang.Integer calculationAgentKey
protected transient CalculationAgentParty calculationAgentParty
protected transient java.util.Vector calculationAgentCalculationAgentPartyReferences
protected Trade trade
protected CalculationAgentValidator validator
| Constructor Detail |
public CalculationAgentBean()
| Method Detail |
public java.lang.Class getInterface()
com.javelin.beans.Bean.getInterface()
public Trade getTradeCalculationAgent()
throws ValidationException
CalculationAgent
getTradeCalculationAgent in interface CalculationAgentValidationExceptioncom.javelin.fpml.shared.getTradeCalculationAgent()
public void setTradeCalculationAgent(Trade trade)
throws ValidationException
CalculationAgent
setTradeCalculationAgent in interface CalculationAgentValidationExceptioncom.javelin.fpml.shared.setTradeCalculationAgent()
public java.util.Iterator getCalculationAgentCalculationAgentPartyReferences()
throws ValidationException
CalculationAgent
getCalculationAgentCalculationAgentPartyReferences in interface CalculationAgentValidationExceptioncom.javelin.fpml.shared.getCalculationAgentCalculationAgentPartyReferences()
public void setCalculationAgentCalculationAgentPartyReferences(java.util.Iterator calculationAgentCalculationAgentPartyReferences)
throws ValidationException
CalculationAgent
setCalculationAgentCalculationAgentPartyReferences in interface CalculationAgentcalculationAgentCalculationAgentPartyReferences - A list of CalculationAgentCalculationAgentPartyReferences.
ValidationExceptioncom.javelin.fpml.shared.setCalculationAgentCalculationAgentPartyReferences()
public void addCalculationAgentCalculationAgentPartyReference(CalculationAgentCalculationAgentPartyReference calculationAgentCalculationAgentPartyReference)
throws ValidationException
CalculationAgent
addCalculationAgentCalculationAgentPartyReference in interface CalculationAgentValidationExceptionCalculationAgent.addCalculationAgentCalculationAgentPartyReference( com.javelin.fpml.shared.CalculationAgentCalculationAgentPartyReference )
public void removeCalculationAgentCalculationAgentPartyReference(CalculationAgentCalculationAgentPartyReference calculationAgentCalculationAgentPartyReference)
throws ValidationException
CalculationAgent
removeCalculationAgentCalculationAgentPartyReference in interface CalculationAgentValidationExceptionCalculationAgent.removeCalculationAgentCalculationAgentPartyReference( com.javelin.fpml.shared.CalculationAgentCalculationAgentPartyReference )
public void removeCalculationAgentCalculationAgentPartyReferences()
throws ValidationException
CalculationAgent
removeCalculationAgentCalculationAgentPartyReferences in interface CalculationAgentValidationExceptionCalculationAgent.removeCalculationAgentCalculationAgentPartyReferences()public java.lang.Integer getCalculationAgentKey()
CalculationAgent
getCalculationAgentKey in interface CalculationAgentCalculationAgent.getCalculationAgentKey()
public void setCalculationAgentKey(java.lang.Integer calculationAgentKey)
throws ValidationException
CalculationAgent
setCalculationAgentKey in interface CalculationAgentcalculationAgentKey - The value to set.
ValidationExceptionCalculationAgent.setCalculationAgentKey( java.lang.Integer calculationAgentKey )public CalculationAgentParty getCalculationAgentParty()
CalculationAgent
getCalculationAgentParty in interface CalculationAgentCalculationAgent.getCalculationAgentParty()
public void setCalculationAgentParty(CalculationAgentParty calculationAgentParty)
throws ValidationException
CalculationAgent
setCalculationAgentParty in interface CalculationAgentcalculationAgentParty - The value to set.
ValidationExceptionCalculationAgent.setCalculationAgentParty( CalculationAgentParty calculationAgentParty )protected CalculationAgentValidator getCalculationAgentValidator()
public java.lang.String toString()
Object.toString()
public void listRelations(java.util.Vector list,
int type)
throws ValidationException
ValidationException
public void detach()
throws ValidationException
ValidationExceptioncom.javelin.beans.Beane#detach()public java.lang.Object clone()
clone in interface CalculationAgent
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||