Module com.speedment.common.codegen
Interface HasName<T extends HasName<T>>
-
- Type Parameters:
T- the extending type
- All Known Subinterfaces:
Annotation,Class,ClassOrInterface<T>,Enum,EnumConstant,Field,File,Interface,InterfaceField,InterfaceMethod,JavadocTag,Method
- All Known Implementing Classes:
DefaultJavadocTag
public interface HasName<T extends HasName<T>>A trait for models that have a name.- Since:
- 2.0
- Author:
- Emil Forslund
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetName()Returns the name of this model.TsetName(String name)Sets the name of this model.
-