Package com.bhn.risk.order.domain
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
FieldsModifier and TypeFieldDescriptioncom.bhn.risk.domain.ReviewUser -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintcompareTo(ReviewNotes notes) Default ordering will be reverse chronological orderMethods inherited from class com.bhn.risk.common.SmartObject
addSerializableClass, addSerializableClass, addSerializableClass, copy, createMapper, equals, fromString, fromString, hashCode, toExposedString, toString, toString, toString
-
Field Details
-
notes
-
user
public com.bhn.risk.domain.ReviewUser user -
createdTimestamp
-
-
Constructor Details
-
ReviewNotes
public ReviewNotes()
-
-
Method Details
-
compareTo
Default ordering will be reverse chronological order- Specified by:
compareToin interfaceComparable<ReviewNotes>- Overrides:
compareToin classcom.bhn.risk.common.SmartObject<ReviewNotes>
-