Class Comment
java.lang.Object
es.kukenan.smartfi.microservice.backoffice.repository.entity.Comment
Comment entity object.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate StringComment client.private StringComment identification.private LocalDateTimeInsert date.private UserInsert user.private StringComment message.private FloatComment client score by user.private LocalDateTimeUpdate date.private UserUpdate user. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
id
Comment identification. -
clientId
Comment client. -
ppScore
Comment client score by user. -
message
Comment message. -
insertDate
Insert date. -
insertUser
Insert user. -
updateDate
Update date. -
updateUser
Update user.
-
-
Constructor Details
-
Comment
public Comment()
-