org.apache.commons.ognl.test.objects
Class Simple

java.lang.Object
  extended by org.apache.commons.ognl.test.objects.Simple

public class Simple
extends Object


Constructor Summary
Simple()
           
Simple(Bean2 bean)
           
Simple(Bean3 bean)
           
Simple(Object[] values)
           
Simple(String stringValue, float floatValue, int intValue)
           
 
Method Summary
 boolean equals(Object other)
           
 Object[] getArray()
           
 BigDecimal getBigDecValue()
           
 BigInteger getBigIntValue()
           
 boolean getBooleanValue()
           
 String getDisplayValue(int val)
           
 float getFloatValue()
           
 int getIntValue()
           
 Messages getMessages()
           
 GetterMethods getMethodsTest()
           
 int getOne()
           
 Root getRootValue()
           
 String getStringValue()
           
 int getTestValue(int val)
           
 int getThree()
           
 int getTwo()
           
 boolean getValueIsTrue(Object currValue)
           
 boolean isDisabled()
           
 boolean isEditorDisabled()
           
 boolean isThisVarArgsWorking(Object... arguments)
           
 void setArray(Object[] values)
           
 void setBigDecValue(BigDecimal value)
           
 void setBigIntValue(BigInteger value)
           
 void setBooleanValue(boolean value)
           
 void setFloatValue(float value)
           
 void setIntValue(int value)
           
 void setStringValue(String value)
           
 void setValues(String stringValue, float floatValue, int intValue)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Simple

public Simple()

Simple

public Simple(Bean3 bean)

Simple

public Simple(Bean2 bean)

Simple

public Simple(Object[] values)

Simple

public Simple(String stringValue,
              float floatValue,
              int intValue)
Method Detail

setValues

public void setValues(String stringValue,
                      float floatValue,
                      int intValue)

getStringValue

public String getStringValue()

setStringValue

public void setStringValue(String value)

getFloatValue

public float getFloatValue()

setFloatValue

public void setFloatValue(float value)

getIntValue

public int getIntValue()

setIntValue

public void setIntValue(int value)

getValueIsTrue

public boolean getValueIsTrue(Object currValue)

getBooleanValue

public boolean getBooleanValue()

setBooleanValue

public void setBooleanValue(boolean value)

getBigIntValue

public BigInteger getBigIntValue()

setArray

public void setArray(Object[] values)

getArray

public Object[] getArray()

setBigIntValue

public void setBigIntValue(BigInteger value)

getBigDecValue

public BigDecimal getBigDecValue()

setBigDecValue

public void setBigDecValue(BigDecimal value)

getRootValue

public Root getRootValue()

getMessages

public Messages getMessages()

getOne

public int getOne()

getTwo

public int getTwo()

getThree

public int getThree()

getTestValue

public int getTestValue(int val)

isEditorDisabled

public boolean isEditorDisabled()

isDisabled

public boolean isDisabled()

getMethodsTest

public GetterMethods getMethodsTest()

getDisplayValue

public String getDisplayValue(int val)

equals

public boolean equals(Object other)
Overrides:
equals in class Object

isThisVarArgsWorking

public boolean isThisVarArgsWorking(Object... arguments)


Copyright © 1997-2013 The Apache Software Foundation. All Rights Reserved.