improve documentation
This commit is contained in:
parent
c70705a2e6
commit
06657f26bb
@ -59,9 +59,15 @@ public class HsOfficeCoopSharesTransactionEntity implements Stringifyable, HasUu
|
||||
@Column(name = "sharecount")
|
||||
private int shareCount;
|
||||
|
||||
/**
|
||||
* The ooking reference.
|
||||
*/
|
||||
@Column(name = "reference")
|
||||
private String reference;
|
||||
|
||||
/**
|
||||
* An optional arbitrary comment.
|
||||
*/
|
||||
@Column(name = "comment")
|
||||
private String comment;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user