public class CalAvailabilityPatternHeader
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 |
description |
private int |
patternId |
Constructor and Description |
---|
CalAvailabilityPatternHeader() |
CalAvailabilityPatternHeader(int patternId,
java.lang.String description) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getDescription()
Gets the description value for this CalAvailabilityPatternHeader.
|
int |
getPatternId()
Gets the patternId value for this CalAvailabilityPatternHeader.
|
int |
hashCode() |
void |
setDescription(java.lang.String description)
Sets the description value for this CalAvailabilityPatternHeader.
|
void |
setPatternId(int patternId)
Sets the patternId value for this CalAvailabilityPatternHeader.
|
private int patternId
private java.lang.String description
private java.lang.Object __equalsCalc
private boolean __hashCodeCalc
public CalAvailabilityPatternHeader()
public CalAvailabilityPatternHeader(int patternId, java.lang.String description)
public int getPatternId()
public void setPatternId(int patternId)
patternId
- public java.lang.String getDescription()
public void setDescription(java.lang.String description)
description
- public 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.