public class AttrComponentValueImp
extends java.lang.Object
AttrComponentValueImp
.Modifier and Type | Field and Description |
---|---|
private int |
attrTypeId |
private java.lang.Object |
attrValue |
private java.lang.String |
attrValueFormatted |
private long |
componentId |
private int |
id |
private java.lang.String |
largeTextAttrValue |
private java.lang.Number |
numericAttrValue |
private long |
projectId |
Constructor and Description |
---|
AttrComponentValueImp() |
Modifier and Type | Method and Description |
---|---|
void |
copyFrom(AttrComponentValue attrComponentValue) |
void |
copyTo(AttrComponentValue attrComponentValue) |
boolean |
equals(java.lang.Object o) |
int |
hashCode() |
private int id
private long componentId
private long projectId
private int attrTypeId
private java.lang.Object attrValue
private java.lang.String attrValueFormatted
private java.lang.Number numericAttrValue
private java.lang.String largeTextAttrValue
public void copyTo(AttrComponentValue attrComponentValue)
public void copyFrom(AttrComponentValue attrComponentValue)
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object