public class FrcDataComment
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
private java.lang.Object |
__equalsCalc |
private boolean |
__hashCodeCalc |
private java.lang.String |
comment |
private double |
date |
Constructor and Description |
---|
FrcDataComment() |
FrcDataComment(double date,
java.lang.String comment) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
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.
|
private double date
private java.lang.String comment
private java.lang.Object __equalsCalc
private boolean __hashCodeCalc
public FrcDataComment()
public FrcDataComment(double date, 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 boolean equals(java.lang.Object obj)
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.