Class ReviewNotes

java.lang.Object
com.bhn.risk.common.SmartObject<ReviewNotes>
com.bhn.risk.order.domain.ReviewNotes
All Implemented Interfaces:
Comparable<ReviewNotes>

public class ReviewNotes extends com.bhn.risk.common.SmartObject<ReviewNotes> implements Comparable<ReviewNotes>
Notes pertaining to the review activity of the order.
Version:
$Id: $Id
Author:
mjyot01
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
     
     
    com.bhn.risk.domain.ReviewUser
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    Default ordering will be reverse chronological order

    Methods inherited from class com.bhn.risk.common.SmartObject

    addSerializableClass, addSerializableClass, addSerializableClass, copy, createMapper, equals, fromString, fromString, hashCode, toExposedString, toString, toString, toString

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • Field Details

    • notes

      public String notes
    • user

      public com.bhn.risk.domain.ReviewUser user
    • createdTimestamp

      public ZonedDateTime createdTimestamp
  • Constructor Details

    • ReviewNotes

      public ReviewNotes()
  • Method Details