|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--AbstractBean
|
+--com.javelin.fpml.schemes.SchemeBean
|
+--com.javelin.fpml.schemes.AveragingMethodBean
AveragingMethodBean.java
null
AveragingMethod,
Serialized Form| Field Summary | |
protected java.lang.Integer |
averagingMethodKey
|
protected AveragingMethodValidator |
validator
|
| Fields inherited from class com.javelin.fpml.schemes.SchemeBean |
code, description, schemeKey, source |
| Constructor Summary | |
AveragingMethodBean()
Construct the Default AveragingMethodBean. |
|
| Method Summary | |
java.lang.Object |
clone()
Clone dependent beans. |
void |
detach()
|
java.lang.Integer |
getAveragingMethodKey()
Get the Averaging Method Key. |
protected AveragingMethodValidator |
getAveragingMethodValidator()
|
java.lang.Class |
getInterface()
|
void |
listRelations(java.util.Vector list,
int type)
List the related beans. |
void |
setAveragingMethodKey(java.lang.Integer averagingMethodKey)
Set the Averaging Method Key. |
java.lang.String |
toString()
|
| Methods inherited from class com.javelin.fpml.schemes.SchemeBean |
getCode, getDescription, getSchemeKey, getSchemeValidator, getSource, setCode, setDescription, setSchemeKey, setSource |
| Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface com.javelin.fpml.schemes.Scheme |
getCode, getDescription, getSchemeKey, getSource, setCode, setDescription, setSchemeKey, setSource |
| Field Detail |
protected java.lang.Integer averagingMethodKey
protected AveragingMethodValidator validator
| Constructor Detail |
public AveragingMethodBean()
| Method Detail |
public java.lang.Class getInterface()
getInterface in class SchemeBeancom.javelin.beans.Bean.getInterface()public java.lang.Integer getAveragingMethodKey()
AveragingMethod
getAveragingMethodKey in interface AveragingMethodAveragingMethod.getAveragingMethodKey()
public void setAveragingMethodKey(java.lang.Integer averagingMethodKey)
throws ValidationException
AveragingMethod
setAveragingMethodKey in interface AveragingMethodaveragingMethodKey - The value to set.
ValidationExceptionAveragingMethod.setAveragingMethodKey( java.lang.Integer averagingMethodKey )protected AveragingMethodValidator getAveragingMethodValidator()
public java.lang.String toString()
toString in class SchemeBeanObject.toString()
public void listRelations(java.util.Vector list,
int type)
throws ValidationException
ValidationException
public void detach()
throws ValidationException
detach in class SchemeBeanValidationExceptioncom.javelin.beans.Beane#detach()public java.lang.Object clone()
clone in interface AveragingMethodclone in class SchemeBean
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||