Class CisTransactionNote
- java.lang.Object
-
- com.hybris.cis.client.fraud.models.CisTransactionNote
-
public class CisTransactionNote extends java.lang.ObjectClass to record all the pertinent information that is returned regarding a fraudulant transaction and the notes history that corresponds.
-
-
Constructor Summary
Constructors Constructor Description CisTransactionNote()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetCommenter()java.util.DategetDate()java.lang.StringgetNote()voidsetCommenter(java.lang.String commenter)voidsetDate(java.util.Date date)voidsetNote(java.lang.String note)
-
-
-
Method Detail
-
getDate
public java.util.Date getDate()
-
setDate
public void setDate(java.util.Date date)
-
getCommenter
public java.lang.String getCommenter()
-
setCommenter
public void setCommenter(java.lang.String commenter)
-
getNote
public java.lang.String getNote()
-
setNote
public void setNote(java.lang.String note)
-
-