public class EventHasAttributeEntity
extends java.lang.Object
| Constructor and Description |
|---|
EventHasAttributeEntity() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
AttributeEntity |
getAttributeByAttributeId() |
byte[] |
getAttributeId() |
EventEntity |
getEventByEventId() |
byte[] |
getEventId() |
java.lang.String |
getValue() |
int |
hashCode() |
void |
setAttributeByAttributeId(AttributeEntity attributeByAttributeId) |
void |
setAttributeId(byte[] attributeId) |
void |
setEventByEventId(EventEntity eventByEventId) |
void |
setEventId(byte[] eventId) |
void |
setValue(java.lang.String value) |
public byte[] getEventId()
public void setEventId(byte[] eventId)
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 EventEntity getEventByEventId()
public void setEventByEventId(EventEntity eventByEventId)