public class AccountColorMapEntry extends Object implements Equals, HashCode, ToString
Java class for AccountColorMapEntry complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AccountColorMapEntry">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="color" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
color |
protected String |
name |
| Constructor and Description |
|---|
AccountColorMapEntry() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object object) |
void |
equals(Object object,
org.apache.commons.lang.builder.EqualsBuilder equalsBuilder) |
String |
getColor()
Gets the value of the color property.
|
String |
getName()
Gets the value of the name property.
|
int |
hashCode() |
void |
hashCode(org.apache.commons.lang.builder.HashCodeBuilder hashCodeBuilder) |
void |
setColor(String value)
Sets the value of the color property.
|
void |
setName(String value)
Sets the value of the name property.
|
String |
toString() |
void |
toString(org.apache.commons.lang.builder.ToStringBuilder toStringBuilder) |
public String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic String getColor()
Stringpublic void setColor(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.