Package samples.suppressfield
Class SuppressField
- java.lang.Object
-
- samples.suppressfield.SuppressField
-
public class SuppressField extends Object
-
-
Constructor Summary
Constructors Constructor Description SuppressField()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description DomainObjectgetDomainObject()chargetMyChar()static ObjectgetMyObject()ObjectgetMySecondValue()static intgetMyValue()BooleangetMyWrappedBoolean()booleanisMyBoolean()
-
-
-
Method Detail
-
getMySecondValue
public Object getMySecondValue()
-
getDomainObject
public DomainObject getDomainObject()
-
getMyValue
public static int getMyValue()
-
getMyObject
public static Object getMyObject()
-
isMyBoolean
public boolean isMyBoolean()
-
getMyWrappedBoolean
public Boolean getMyWrappedBoolean()
-
getMyChar
public char getMyChar()
-
-