public class AbstractActivitiEvent extends Object implements TenantedEvent, Serializable
| Modifier and Type | Field and Description |
|---|---|
protected String |
id |
protected String |
networkId |
protected Long |
timestamp |
protected String |
type |
protected String |
username |
| Constructor and Description |
|---|
AbstractActivitiEvent() |
AbstractActivitiEvent(String type,
String username,
Long timestamp,
String networkId) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getId() |
String |
getNetworkId() |
Long |
getTimestamp() |
String |
getType() |
String |
getUsername() |
int |
hashCode() |
void |
setId(String id) |
void |
setNetworkId(String networkId) |
void |
setTimestamp(Long timestamp) |
void |
setType(String type) |
void |
setUsername(String username) |
protected String id
protected String type
protected String username
protected Long timestamp
protected String networkId
public String getUsername()
getUsername in interface Eventpublic Long getTimestamp()
getTimestamp in interface Eventpublic String getNetworkId()
getNetworkId in interface TenantedEventpublic void setId(String id)
public void setType(String type)
public void setUsername(String username)
public void setTimestamp(Long timestamp)
public void setNetworkId(String networkId)
Copyright © 2005–2018 Alfresco Software. All rights reserved.