public class ActivityMapEntry extends Object implements Equals, HashCode, ToString
Java class for ActivityMapEntry complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ActivityMapEntry">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="value" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="display" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
display |
protected String |
value |
| Constructor and Description |
|---|
ActivityMapEntry() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object object) |
void |
equals(Object object,
org.apache.commons.lang.builder.EqualsBuilder equalsBuilder) |
String |
getDisplay()
Gets the value of the display property.
|
String |
getValue()
Gets the value of the value property.
|
int |
hashCode() |
void |
hashCode(org.apache.commons.lang.builder.HashCodeBuilder hashCodeBuilder) |
void |
setDisplay(String value)
Sets the value of the display property.
|
void |
setValue(String value)
Sets the value of the value property.
|
String |
toString() |
void |
toString(org.apache.commons.lang.builder.ToStringBuilder toStringBuilder) |
public String getValue()
Stringpublic void setValue(String value)
value - allowed object is
Stringpublic String getDisplay()
Stringpublic void setDisplay(String value)
value - allowed object is
Stringpublic void equals(Object object, org.apache.commons.lang.builder.EqualsBuilder equalsBuilder)
public void hashCode(org.apache.commons.lang.builder.HashCodeBuilder hashCodeBuilder)
public void toString(org.apache.commons.lang.builder.ToStringBuilder toStringBuilder)
Copyright © 2015. All rights reserved.