public class TraceHasAttributeEntityPK
extends java.lang.Object
implements java.io.Serializable
| Constructor and Description |
|---|
TraceHasAttributeEntityPK() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
byte[] |
getAttributeId() |
byte[] |
getTraceId() |
int |
hashCode() |
void |
setAttributeId(byte[] attributeId) |
void |
setTraceId(byte[] traceId) |
public byte[] getTraceId()
public void setTraceId(byte[] traceId)
public byte[] getAttributeId()
public void setAttributeId(byte[] attributeId)
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Object