Package org.projectlombok.test
Class AnotherDataExample
- java.lang.Object
-
- org.projectlombok.test.AnotherDataExample
-
- All Implemented Interfaces:
Useful
public class AnotherDataExample extends Object implements Useful
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
AnotherDataExample.Coin
-
Constructor Summary
Constructors Constructor Description AnotherDataExample(DataExample dataExample, String moreInformation)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected boolean
canEqual(Object other)
void
doSomething()
boolean
equals(Object o)
DataExample
getDataExample()
String
getMoreInformation()
int
hashCode()
String
toString()
-
-
-
Constructor Detail
-
AnotherDataExample
public AnotherDataExample(DataExample dataExample, String moreInformation)
-
-
Method Detail
-
doSomething
public void doSomething()
- Specified by:
doSomething
in interfaceUseful
-
getDataExample
public DataExample getDataExample()
-
getMoreInformation
public String getMoreInformation()
-
-