|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.cagrid.tools.events.Event
public class Event
| Constructor Summary | |
|---|---|
Event()
|
|
Event(long eventId,
java.lang.String eventType,
java.lang.String message,
long occurredAt,
java.lang.String reportingPartyId,
java.lang.String targetId)
|
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object obj)
|
static org.apache.axis.encoding.Deserializer |
getDeserializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
Get Custom Deserializer |
long |
getEventId()
Gets the eventId value for this Event. |
java.lang.String |
getEventType()
Gets the eventType value for this Event. |
java.lang.String |
getMessage()
Gets the message value for this Event. |
long |
getOccurredAt()
Gets the occurredAt value for this Event. |
java.lang.String |
getReportingPartyId()
Gets the reportingPartyId value for this Event. |
static org.apache.axis.encoding.Serializer |
getSerializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
Get Custom Serializer |
java.lang.String |
getTargetId()
Gets the targetId value for this Event. |
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object |
int |
hashCode()
|
void |
setEventId(long eventId)
Sets the eventId value for this Event. |
void |
setEventType(java.lang.String eventType)
Sets the eventType value for this Event. |
void |
setMessage(java.lang.String message)
Sets the message value for this Event. |
void |
setOccurredAt(long occurredAt)
Sets the occurredAt value for this Event. |
void |
setReportingPartyId(java.lang.String reportingPartyId)
Sets the reportingPartyId value for this Event. |
void |
setTargetId(java.lang.String targetId)
Sets the targetId value for this Event. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Event()
public Event(long eventId,
java.lang.String eventType,
java.lang.String message,
long occurredAt,
java.lang.String reportingPartyId,
java.lang.String targetId)
| Method Detail |
|---|
public long getEventId()
public void setEventId(long eventId)
eventId - public java.lang.String getTargetId()
public void setTargetId(java.lang.String targetId)
targetId - public java.lang.String getReportingPartyId()
public void setReportingPartyId(java.lang.String reportingPartyId)
reportingPartyId - public java.lang.String getEventType()
public void setEventType(java.lang.String eventType)
eventType - public long getOccurredAt()
public void setOccurredAt(long occurredAt)
occurredAt - public java.lang.String getMessage()
public void setMessage(java.lang.String message)
message - public boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||