improve documentation

This commit is contained in:
Michael Hoennig 2024-01-24 13:24:53 +01:00
parent c70705a2e6
commit 06657f26bb

View File

@ -59,9 +59,15 @@ public class HsOfficeCoopSharesTransactionEntity implements Stringifyable, HasUu
@Column(name = "sharecount") @Column(name = "sharecount")
private int shareCount; private int shareCount;
/**
* The ooking reference.
*/
@Column(name = "reference") @Column(name = "reference")
private String reference; private String reference;
/**
* An optional arbitrary comment.
*/
@Column(name = "comment") @Column(name = "comment")
private String comment; private String comment;