Package samples.suppressfield
Class SuppressField
java.lang.Object
samples.suppressfield.SuppressField
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate DomainObject
private static final Object
private static final int
private final boolean
private char
private final Object
private 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()
-