Package org.projectlombok.test
Class NullDataExample
- java.lang.Object
-
- org.projectlombok.test.NullDataExample
-
public class NullDataExample extends Object
-
-
Constructor Summary
Constructors Constructor Description NullDataExample()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancanEqual(Object other)booleanequals(Object o)StringgetDataOne()StringgetDataTwo()inthashCode()voidsetDataOne(String dataOne)voidsetDataTwo(String dataTwo)StringtoString()
-
-
-
Constructor Detail
-
NullDataExample
public NullDataExample()
-
-
Method Detail
-
getDataOne
public String getDataOne()
-
getDataTwo
public String getDataTwo()
-
setDataOne
public void setDataOne(String dataOne)
-
setDataTwo
public void setDataTwo(String dataTwo)
-
-