public class FrcDataComment
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
comment
Comments
|
protected double |
date
Date
|
private static long |
serialVersionUID |
Constructor and Description |
---|
FrcDataComment() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object that) |
java.lang.String |
getComment()
Gets the comment value for this FrcDataComment.
|
double |
getDate()
Gets the date value for this FrcDataComment.
|
int |
hashCode() |
void |
setComment(java.lang.String comment)
Sets the comment value for this FrcDataComment.
|
void |
setDate(double date)
Sets the date value for this FrcDataComment.
|
java.lang.String |
toString() |
FrcDataComment |
withComment(java.lang.String value) |
FrcDataComment |
withDate(double value) |
private static final long serialVersionUID
protected double date
protected java.lang.String comment
public double getDate()
public void setDate(double date)
date
- Comment datepublic java.lang.String getComment()
public void setComment(java.lang.String comment)
comment
- Descriptive textpublic FrcDataComment withDate(double value)
public FrcDataComment withComment(java.lang.String value)
public java.lang.String toString()
toString
in class java.lang.Object
public boolean equals(java.lang.Object that)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
Copyright © 2005-2016 Genesys Telecommunications Labs, Inc. All Rights Reserved.