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 boolean
canEqual(Object other)
boolean
equals(Object o)
String
getDataOne()
String
getDataTwo()
int
hashCode()
void
setDataOne(String dataOne)
void
setDataTwo(String dataTwo)
String
toString()
-
-
-
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)
-
-