com.atlassian.crucible.spi.data
Class CustomFieldData
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
CustomFieldData
public CustomFieldData()
CustomFieldData
public CustomFieldData(int configVersion,
java.lang.String value)
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