|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.ow2.jasmine.jadort.api.entities.topology.ConnectorBean
public class ConnectorBean
Bean that represents a URL-based connector
| Constructor Summary | |
|---|---|
ConnectorBean()
|
|
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
|
String |
getConnectorUrl()
Getter of the connector url |
Integer |
getId()
Get the connector id |
String |
getPassword()
Getter of the password |
String |
getUsername()
Getter of the username |
void |
setConnectorUrl(String connectorUrl)
Setter of the connector url |
void |
setId(Integer id)
Set the connector id |
void |
setPassword(String password)
Setter of the password |
void |
setUsername(String username)
Setter of the username |
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ConnectorBean()
| Method Detail |
|---|
public Integer getId()
public void setId(Integer id)
id - the connector idpublic String getConnectorUrl()
public void setConnectorUrl(String connectorUrl)
connectorUrl - connector urlpublic String getUsername()
public void setUsername(String username)
username - the usernamepublic String getPassword()
public void setPassword(String password)
password - the passwordpublic String toString()
toString in class Objectpublic boolean equals(Object obj)
equals in class Objectobj is a ConnectorBean and the
getId() is the same for both objects, false
otherwise.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||