Package org.openprovenance.prov.dot
Class AccountColorMapEntry
- java.lang.Object
-
- org.openprovenance.prov.dot.AccountColorMapEntry
-
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>
-
-
Constructor Summary
Constructors Constructor Description AccountColorMapEntry()
-
Method Summary
Modifier and Type Method Description booleanequals(Object object)voidequals(Object object, EqualsBuilder equalsBuilder)StringgetColor()Gets the value of the color property.StringgetName()Gets the value of the name property.inthashCode()voidhashCode(HashCodeBuilder hashCodeBuilder)voidsetColor(String value)Sets the value of the color property.voidsetName(String value)Sets the value of the name property.StringtoString()voidtoString(ToStringBuilder toStringBuilder)
-
-
-
Method Detail
-
getName
public String getName()
Gets the value of the name property.- Returns:
- possible object is
String
-
setName
public void setName(String value)
Sets the value of the name property.- Parameters:
value- allowed object isString
-
getColor
public String getColor()
Gets the value of the color property.- Returns:
- possible object is
String
-
setColor
public void setColor(String value)
Sets the value of the color property.- Parameters:
value- allowed object isString
-
equals
public void equals(Object object, EqualsBuilder equalsBuilder)
-
hashCode
public void hashCode(HashCodeBuilder hashCodeBuilder)
-
toString
public void toString(ToStringBuilder toStringBuilder)
-
-