public class BasicNodeEventImpl extends RepositoryEventImpl implements BasicNodeEvent
| Modifier and Type | Field and Description |
|---|---|
protected String |
name |
protected String |
nodeId |
protected String |
nodeType |
protected String |
siteId |
client, networkId, txnId| Constructor and Description |
|---|
BasicNodeEventImpl() |
BasicNodeEventImpl(long sequenceNumber,
String type,
String txnId,
String networkId,
long timestamp,
String username,
Client client) |
BasicNodeEventImpl(long sequenceNumber,
String type,
String txnId,
String networkId,
long timestamp,
String username,
String nodeId,
String siteId,
String nodeType,
String name,
Client client) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getName() |
String |
getNodeId() |
String |
getNodeType() |
String |
getSiteId() |
int |
hashCode() |
void |
setName(String name) |
void |
setNodeId(String nodeId) |
void |
setNodeType(String nodeType) |
void |
setSiteId(String siteId) |
getClient, getNetworkId, getTxnId, setClient, setNetworkId, setTxnId, toStringgetId, getSeqNumber, getTimestamp, getType, getUsername, setId, setSeqNumber, setTimestamp, setType, setUsernameclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetTxnIdgetNetworkIdgetClientgetId, getTimestamp, getType, getUsernameprotected String nodeId
protected String siteId
protected String nodeType
protected String name
public BasicNodeEventImpl()
public BasicNodeEventImpl(long sequenceNumber,
String type,
String txnId,
String networkId,
long timestamp,
String username,
Client client)
public String getNodeId()
getNodeId in interface BasicNodeEventpublic String getNodeType()
getNodeType in interface BasicNodeEventpublic String getName()
getName in interface BasicNodeEventpublic void setName(String name)
setName in interface BasicNodeEventpublic void setNodeId(String nodeId)
setNodeId in interface BasicNodeEventpublic void setSiteId(String siteId)
setSiteId in interface BasicNodeEventpublic void setNodeType(String nodeType)
setNodeType in interface BasicNodeEventpublic int hashCode()
hashCode in class RepositoryEventImplpublic boolean equals(Object obj)
equals in class RepositoryEventImplCopyright © 2005–2018 Alfresco Software. All rights reserved.