Package samples.rule
Class SimpleThingImpl
- java.lang.Object
-
- samples.rule.SimpleThingImpl
-
- All Implemented Interfaces:
SimpleThing
public class SimpleThingImpl extends java.lang.Object implements SimpleThing
-
-
Constructor Summary
Constructors Constructor Description SimpleThingImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getThingName()
-
-
-
Method Detail
-
getThingName
public java.lang.String getThingName()
- Specified by:
getThingName
in interfaceSimpleThing
-
-