org.openprovenance.model.printer
Class EdgeStyleMapEntry

java.lang.Object
  extended by org.openprovenance.model.printer.EdgeStyleMapEntry
All Implemented Interfaces:
org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode, org.jvnet.jaxb2_commons.lang.ToString

public class EdgeStyleMapEntry
extends Object
implements org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode, org.jvnet.jaxb2_commons.lang.ToString

Java class for EdgeStyleMapEntry complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="EdgeStyleMapEntry">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <attribute name="type" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="style" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="printRole" type="{http://www.w3.org/2001/XMLSchema}boolean" />
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  Boolean printRole
           
protected  String style
           
protected  String type
           
 
Constructor Summary
EdgeStyleMapEntry()
           
 
Method Summary
 boolean equals(Object object)
           
 void equals(Object object, EqualsBuilder equalsBuilder)
           
 String getStyle()
          Gets the value of the style property.
 String getType()
          Gets the value of the type property.
 int hashCode()
           
 void hashCode(HashCodeBuilder hashCodeBuilder)
           
 Boolean isPrintRole()
          Gets the value of the printRole property.
 void setPrintRole(Boolean value)
          Sets the value of the printRole property.
 void setStyle(String value)
          Sets the value of the style property.
 void setType(String value)
          Sets the value of the type property.
 String toString()
           
 void toString(ToStringBuilder toStringBuilder)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

type

protected String type

style

protected String style

printRole

protected Boolean printRole
Constructor Detail

EdgeStyleMapEntry

public EdgeStyleMapEntry()
Method Detail

getType

public String getType()
Gets the value of the type property.

Returns:
possible object is String

setType

public void setType(String value)
Sets the value of the type property.

Parameters:
value - allowed object is String

getStyle

public String getStyle()
Gets the value of the style property.

Returns:
possible object is String

setStyle

public void setStyle(String value)
Sets the value of the style property.

Parameters:
value - allowed object is String

isPrintRole

public Boolean isPrintRole()
Gets the value of the printRole property.

Returns:
possible object is Boolean

setPrintRole

public void setPrintRole(Boolean value)
Sets the value of the printRole property.

Parameters:
value - allowed object is Boolean

equals

public void equals(Object object,
                   EqualsBuilder equalsBuilder)
Specified by:
equals in interface org.jvnet.jaxb2_commons.lang.Equals

equals

public boolean equals(Object object)
Overrides:
equals in class Object

hashCode

public void hashCode(HashCodeBuilder hashCodeBuilder)
Specified by:
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCode

hashCode

public int hashCode()
Overrides:
hashCode in class Object

toString

public void toString(ToStringBuilder toStringBuilder)
Specified by:
toString in interface org.jvnet.jaxb2_commons.lang.ToString

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2010. All Rights Reserved.