|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.talend.esb.sam.common.event.Originator
public class Originator
The Class Originator.
| Constructor Summary | |
|---|---|
Originator()
Instantiates a new originator. |
|
Originator(String processId,
String ip,
String hostname,
String customId,
String principal)
Instantiates a new originator. |
|
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
|
String |
getCustomId()
Gets the custom id. |
String |
getHostname()
Gets the hostname. |
String |
getIp()
Gets the ip address. |
String |
getPrincipal()
Gets the principal. |
String |
getProcessId()
Gets the process id. |
int |
hashCode()
|
void |
setCustomId(String customId)
Sets the custom id. |
void |
setHostname(String hostname)
Sets the hostname. |
void |
setIp(String ip)
Sets the ip address. |
void |
setPrincipal(String principal)
Sets the principal. |
void |
setProcessId(String processId)
Sets the process id. |
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public Originator(String processId,
String ip,
String hostname,
String customId,
String principal)
processId - the process idip - the ip addresshostname - the hostnamecustomId - the custom idprincipal - the principalpublic Originator()
| Method Detail |
|---|
public String getProcessId()
public void setProcessId(String processId)
processId - the new process idpublic String getIp()
public void setIp(String ip)
ip - the new ip addresspublic String getHostname()
public void setHostname(String hostname)
hostname - the new hostnamepublic String getCustomId()
public void setCustomId(String customId)
customId - the new custom idpublic String getPrincipal()
public void setPrincipal(String principal)
principal - the new principalpublic int hashCode()
hashCode in class Objectpublic boolean equals(Object obj)
equals in class Objectpublic String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||