Package samples.suppressfield
Class SuppressField
- java.lang.Object
-
- samples.suppressfield.SuppressField
-
public class SuppressField extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description private DomainObject
domainObject
private static java.lang.Object
MY_OBJECT
private static int
MY_VALUE
private boolean
myBoolean
private char
myChar
private java.lang.Object
mySecondValue
private java.lang.Boolean
myWrappedBoolean
-
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 java.lang.Object
getMyObject()
java.lang.Object
getMySecondValue()
static int
getMyValue()
java.lang.Boolean
getMyWrappedBoolean()
boolean
isMyBoolean()
-
-
-
Field Detail
-
MY_VALUE
private static final int MY_VALUE
- See Also:
- Constant Field Values
-
MY_OBJECT
private static final java.lang.Object MY_OBJECT
-
myBoolean
private final boolean myBoolean
- See Also:
- Constant Field Values
-
myWrappedBoolean
private final java.lang.Boolean myWrappedBoolean
-
mySecondValue
private final java.lang.Object mySecondValue
-
domainObject
private DomainObject domainObject
-
myChar
private char myChar
-
-
Method Detail
-
getMySecondValue
public java.lang.Object getMySecondValue()
-
getDomainObject
public DomainObject getDomainObject()
-
getMyValue
public static int getMyValue()
-
getMyObject
public static java.lang.Object getMyObject()
-
isMyBoolean
public boolean isMyBoolean()
-
getMyWrappedBoolean
public java.lang.Boolean getMyWrappedBoolean()
-
getMyChar
public char getMyChar()
-
-