Module com.speedment.common.codegen
Interface HasComment<T extends HasComment<T>>
-
- Type Parameters:
T- The extending type
public interface HasComment<T extends HasComment<T>>A trait for models that can have a comment.- Since:
- 2.0
- Author:
- Emil Forslund
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Optional<String>getComment()If a comment is attached to this model, return it.TsetComment(String comment)Sets the comment of this model.
-