Class IdTitleComment

All Implemented Interfaces:
Serializable, Comment, Id<Integer>, IdTitle<Integer>, Title
Direct Known Subclasses:
BGServerFile, Dispatch, Group, Parameter, User

public class IdTitleComment extends IdTitle implements Comment
See Also:
  • Field Details

    • comment

      protected String comment
  • Constructor Details

    • IdTitleComment

      public IdTitleComment()
    • IdTitleComment

      public IdTitleComment(int id, String title, String comment)
  • Method Details