Package net.binis.codegen
Class SubModifyImpl.EmbeddedSubModifyModifyImpl<T>
java.lang.Object
net.binis.codegen.SubModifyImpl.EmbeddedSubModifyModifyImpl<T>
- All Implemented Interfaces:
Base.Fields<SubModify.EmbeddedModify<T>>,SubModify.EmbeddedModify<T>,SubModify.Fields<SubModify.EmbeddedModify<T>>
- Enclosing class:
- SubModifyImpl
protected static class SubModifyImpl.EmbeddedSubModifyModifyImpl<T> extends Object implements SubModify.EmbeddedModify<T>
-
Field Summary
Fields Modifier and Type Field Description protected SubModifyImplentityprotected Tparent -
Constructor Summary
Constructors Modifier Constructor Description protectedEmbeddedSubModifyModifyImpl(T parent, SubModifyImpl entity) -
Method Summary
Modifier and Type Method Description net.binis.codegen.collection.EmbeddedCodeCollection<SubModify.EmbeddedModify<T>,SubModify,T>and()SubModify.EmbeddedModify<T>date(OffsetDateTime date)SubModify.EmbeddedModify<T>id(Long id)SubModify.EmbeddedModify<T>subAmount(double subAmount)SubModify.EmbeddedModify<T>subtitle(String subtitle)SubModify.EmbeddedModify<T>tag(Object tag)SubModify.EmbeddedModify<T>type(TestEnum type)
-
Field Details
-
Constructor Details
-
Method Details
-
and
public net.binis.codegen.collection.EmbeddedCodeCollection<SubModify.EmbeddedModify<T>,SubModify,T> and()- Specified by:
andin interfaceSubModify.EmbeddedModify<T>
-
date
- Specified by:
datein interfaceBase.Fields<T>
-
id
- Specified by:
idin interfaceBase.Fields<T>
-
subAmount
- Specified by:
subAmountin interfaceSubModify.Fields<T>
-
subtitle
- Specified by:
subtitlein interfaceSubModify.Fields<T>
-
tag
- Specified by:
tagin interfaceSubModify.Fields<T>
-
type
- Specified by:
typein interfaceBase.Fields<T>
-