Public Member Functions | |
SourceDefinition (String name) | |
SourceDefinition (String name, String description, String hostName, Integer connectionTimeout, Integer responsibleId) | |
String | getSourceId () |
String | getName () |
void | setName (String newName) |
String | getDescription () |
void | setDescription (String newDescription) |
Integer | getConnectionTimeout () |
void | setConnectionTimeout (Integer newConnectionTimeout) |
Integer | getResponsiblePersonId () |
void | setResponsiblePersonId (Integer newResponsibleId) |
String | getHostName () |
void | setHostName (String newHostName) |
String | toString () |
boolean | equals (Object obj) |
int | hashCode () |
Private Attributes | |
String | name |
String | description |
Integer | connectionTimeout |
Integer | responsibleId |
String | hostName |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|