Package net.binis.codegen
Class TestMockEntity
java.lang.Object
net.binis.codegen.TestMockEntity
- All Implemented Interfaces:
net.binis.codegen.modifier.Modifiable<TestMock.Modify>,TestMock
@Generated(value="TestMockEntityPrototype", comments="TestMock") public class TestMockEntity extends Object implements TestMock, net.binis.codegen.modifier.Modifiable<TestMock.Modify>
-
Nested Class Summary
Nested Classes Modifier and Type Class Description protected classTestMockEntity.TestMockEntityModifyImplNested classes/interfaces inherited from interface net.binis.codegen.TestMock
TestMock.Fields<T>, TestMock.Modify -
Field Summary
Fields Modifier and Type Field Description protected StringactionLinkprotected StringbuttonTextprotected Stringcodeprotected Stringdescriptionprotected Stringname -
Constructor Summary
Constructors Constructor Description TestMockEntity() -
Method Summary
Modifier and Type Method Description StringgetActionLink()StringgetButtonText()StringgetCode()StringgetDescription()StringgetName()voidsetActionLink(String actionLink)voidsetButtonText(String buttonText)voidsetCode(String code)voidsetDescription(String description)voidsetName(String name)TestMock.Modifywith()
-
Field Details
-
Constructor Details
-
TestMockEntity
public TestMockEntity()
-
-
Method Details
-
getActionLink
- Specified by:
getActionLinkin interfaceTestMock
-
getButtonText
- Specified by:
getButtonTextin interfaceTestMock
-
getCode
-
getDescription
- Specified by:
getDescriptionin interfaceTestMock
-
getName
-
setActionLink
- Specified by:
setActionLinkin interfaceTestMock
-
setButtonText
- Specified by:
setButtonTextin interfaceTestMock
-
setCode
-
setDescription
- Specified by:
setDescriptionin interfaceTestMock
-
setName
-
with
- Specified by:
within interfacenet.binis.codegen.modifier.Modifiable<TestMock.Modify>- Specified by:
within interfaceTestMock
-