interpretationLikeCount property

  1. @Column(type: ColumnType.INTEGER, nullable: true)
int? interpretationLikeCount
getter/setter pair

Implementation

@Column(type: ColumnType.INTEGER, nullable: true)
int? interpretationLikeCount;