Skip to content

Missing toString() from XEntityModel generated classes #151

Description

@alb-i986

Please add a toString method in the generated classes like DefectEntityModel, CommentEntityModel, etc.

It's as simple as:

@Override
public String toString() {
  return getWrappedEntityModel().toString();
}

Related to #102.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions