LaColla.core.data
Class Event
java.lang.Object
LaColla.core.data.Event
- All Implemented Interfaces:
- java.io.Serializable, java.lang.Cloneable
- Direct Known Subclasses:
- EventNewGroup
public class Event
- extends java.lang.Object
- implements java.lang.Cloneable, java.io.Serializable
- Author:
- Xavier
Created on 04-oct-2004 by Xavier into LaColla.core.data
- See Also:
- Serialized Form
Constructor Summary |
Event()
|
Event(java.lang.String userId,
java.lang.String applicationId,
java.lang.String groupId,
java.lang.String eventId,
Timestamp timestamp,
java.lang.String objectId,
int eventType,
java.lang.String event,
java.lang.String componentId)
|
Methods inherited from class java.lang.Object |
getClass, hashCode, notify, notifyAll, wait, wait, wait |
Event
public Event()
Event
public Event(java.lang.String userId,
java.lang.String applicationId,
java.lang.String groupId,
java.lang.String eventId,
Timestamp timestamp,
java.lang.String objectId,
int eventType,
java.lang.String event,
java.lang.String componentId)
- Parameters:
userId
- applicationId
- groupId
- eventId
- timestamp
- objectId
- eventType
- event
- componentId
-
getApplicationId
public java.lang.String getApplicationId()
- Returns:
- Returns the applicationId.
setApplicationId
public void setApplicationId(java.lang.String applicationId)
- Parameters:
applicationId
- The applicationId to set.
getComponentId
public java.lang.String getComponentId()
- Returns:
- Returns the componentId.
setComponentId
public void setComponentId(java.lang.String componentId)
- Parameters:
componentId
- The componentId to set.
getEvent
public java.lang.String getEvent()
- Returns:
- Returns the event.
setEvent
public void setEvent(java.lang.String event)
- Parameters:
event
- The event to set.
getEventId
public java.lang.String getEventId()
- Returns:
- Returns the eventId.
setEventId
public void setEventId(java.lang.String eventId)
- Parameters:
eventId
- The eventId to set.
getEventType
public int getEventType()
- Returns:
- Returns the eventType.
setEventType
public void setEventType(int eventType)
- Parameters:
eventType
- The eventType to set.
getGroupId
public java.lang.String getGroupId()
- Returns:
- Returns the groupId.
setGroupId
public void setGroupId(java.lang.String groupId)
- Parameters:
groupId
- The groupId to set.
getObjectId
public java.lang.String getObjectId()
- Returns:
- Returns the objectId.
setObjectId
public void setObjectId(java.lang.String objectId)
- Parameters:
objectId
- The objectId to set.
getTimestamp
public Timestamp getTimestamp()
- Returns:
- Returns the timestamp.
setTimestamp
public void setTimestamp(Timestamp timestamp)
- Parameters:
timestamp
- The timestamp to set.
getUserId
public java.lang.String getUserId()
- Returns:
- Returns the userId.
setUserId
public void setUserId(java.lang.String userId)
- Parameters:
userId
- The userId to set.
getObjectSize
public long getObjectSize()
- Returns:
- Returns the objectSize.
setObjectSize
public void setObjectSize(long objectSize)
- Parameters:
objectSize
- The objectSize to set.
getGroupInfo
public GroupInfo getGroupInfo()
- Returns:
- Returns the groupInfo.
setGroupInfo
public void setGroupInfo(GroupInfo groupInfo)
- Parameters:
groupInfo
- The groupInfo to set.
getMemberInfo
public java.lang.String getMemberInfo()
- Returns:
- Returns the memberInfo.
setMemberInfo
public void setMemberInfo(java.lang.String memberInfo)
- Parameters:
memberInfo
- The memberInfo to set.
getLocation
public java.lang.String getLocation()
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equals
in class java.lang.Object
isModifyState
public boolean isModifyState()
isInformative
public boolean isInformative()
getDesciptiveTypeOfEvent
public java.lang.String getDesciptiveTypeOfEvent()
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
clone
public java.lang.Object clone()
- Overrides:
clone
in class java.lang.Object