com.atlassian.crucible.spi.data
Class CustomFieldData

java.lang.Object
  extended by com.atlassian.crucible.spi.data.CustomFieldData

public class CustomFieldData
extends java.lang.Object

Contains the attributes of a custom field, excluding the name, which is present as the key of the Map containing the field


Constructor Summary
CustomFieldData()
           
CustomFieldData(int configVersion, java.lang.String value)
           
 
Method Summary
 boolean equals(java.lang.Object o)
           
 int getConfigVersion()
           
 java.lang.String getValue()
           
 int hashCode()
           
 void setConfigVersion(int configVersion)
           
 void setValue(java.lang.String value)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CustomFieldData

public CustomFieldData()

CustomFieldData

public CustomFieldData(int configVersion,
                       java.lang.String value)
Method Detail

getConfigVersion

public int getConfigVersion()

setConfigVersion

public void setConfigVersion(int configVersion)

getValue

public java.lang.String getValue()

setValue

public void setValue(java.lang.String value)

equals

public boolean equals(java.lang.Object o)
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object