Class SuppressField
java.lang.Object
samples.suppressfield.SuppressField
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate DomainObjectprivate static final Objectprivate static final intprivate final booleanprivate charprivate final Objectprivate final Boolean -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
MY_VALUE
private static final int MY_VALUE- See Also:
-
MY_OBJECT
-
myBoolean
private final boolean myBoolean- See Also:
-
myWrappedBoolean
-
mySecondValue
-
domainObject
-
myChar
private char myChar
-
-
Constructor Details
-
SuppressField
public SuppressField()
-
-
Method Details
-
getMySecondValue
-
getDomainObject
-
getMyValue
public static int getMyValue() -
getMyObject
-
isMyBoolean
public boolean isMyBoolean() -
getMyWrappedBoolean
-
getMyChar
public char getMyChar()
-