public class EventHasAttributeEntityPK
extends java.lang.Object
implements java.io.Serializable
| Constructor and Description |
|---|
EventHasAttributeEntityPK() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
byte[] |
getAttributeId() |
byte[] |
getEventId() |
int |
hashCode() |
void |
setAttributeId(byte[] attributeId) |
void |
setEventId(byte[] eventId) |
public byte[] getEventId()
public void setEventId(byte[] eventId)
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