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 DomainObject
getDomainObject()
char
getMyChar()
static Object
getMyObject()
Object
getMySecondValue()
static int
getMyValue()
Boolean
getMyWrappedBoolean()
boolean
isMyBoolean()
-
-
-
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()
-
-