public class TraceHasAttributeEntity
extends java.lang.Object
| Constructor and Description |
|---|
TraceHasAttributeEntity() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
AttributeEntity |
getAttributeByAttributeId() |
byte[] |
getAttributeId() |
TraceEntity |
getTraceByTraceId() |
java.lang.String |
getTraceId() |
java.lang.String |
getValue() |
int |
hashCode() |
void |
setAttributeByAttributeId(AttributeEntity attributeByAttributeId) |
void |
setAttributeId(byte[] attributeId) |
void |
setTraceByTraceId(TraceEntity traceByTraceId) |
void |
setTraceId(java.lang.String traceId) |
void |
setValue(java.lang.String value) |
public java.lang.String getTraceId()
public void setTraceId(java.lang.String traceId)
public byte[] getAttributeId()
public void setAttributeId(byte[] attributeId)
public java.lang.String getValue()
public void setValue(java.lang.String value)
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic AttributeEntity getAttributeByAttributeId()
public void setAttributeByAttributeId(AttributeEntity attributeByAttributeId)
public TraceEntity getTraceByTraceId()
public void setTraceByTraceId(TraceEntity traceByTraceId)