Package net.binis.codegen
Class TestModifyImpl.TestModifyModifyImpl
java.lang.Object
net.binis.codegen.TestModifyImpl.TestModifyModifyImpl
- All Implemented Interfaces:
Base.Fields<TestModify.Modify>,TestModify.Fields<TestModify.Modify>,TestModify.Modify
- Enclosing class:
- TestModifyImpl
protected class TestModifyImpl.TestModifyModifyImpl extends Object implements TestModify.Modify
-
Constructor Summary
Constructors Modifier Constructor Description protectedTestModifyModifyImpl() -
Method Summary
Modifier and Type Method Description TestModify.Modifyamount(double amount)TestModify.Modifydate(OffsetDateTime date)TestModifydone()TestModify.Modifyid(Long id)net.binis.codegen.collection.CodeList<Long,TestModify.Modify>items()TestModify.Modifyitems(List<Long> items)net.binis.codegen.collection.EmbeddedCodeCollection<SubModify.EmbeddedModify<SubModify.Modify>,SubModify,TestModify.Modify>subs()TestModify.Modifysubs(Set<SubModify> subs)TestModify.Modifytitle(String title)TestModify.Modifytype(TestEnum type)
-
Constructor Details
-
TestModifyModifyImpl
protected TestModifyModifyImpl()
-
-
Method Details
-
amount
- Specified by:
amountin interfaceTestModify.Fields<TestModify.Modify>
-
date
- Specified by:
datein interfaceBase.Fields<TestModify.Modify>
-
done
- Specified by:
donein interfaceTestModify.Modify
-
id
- Specified by:
idin interfaceBase.Fields<TestModify.Modify>
-
items
- Specified by:
itemsin interfaceTestModify.Modify
-
items
- Specified by:
itemsin interfaceTestModify.Modify
-
subs
- Specified by:
subsin interfaceTestModify.Modify
-
subs
public net.binis.codegen.collection.EmbeddedCodeCollection<SubModify.EmbeddedModify<SubModify.Modify>,SubModify,TestModify.Modify> subs()- Specified by:
subsin interfaceTestModify.Modify
-
title
- Specified by:
titlein interfaceTestModify.Fields<TestModify.Modify>
-
type
- Specified by:
typein interfaceBase.Fields<TestModify.Modify>
-