|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.epam.cmemdp.config.beans.Connection
public class Connection
Constructor Summary | |
---|---|
Connection()
|
Method Summary | |
---|---|
int |
compareTo(java.lang.Object o)
|
java.lang.String |
getFeed()
Gets the value of the feed property. |
java.lang.String |
getHostip()
Gets the value of the hostIp property. |
java.lang.String |
getId()
Gets the value of the id property. |
java.lang.String |
getIp()
Gets the value of the ip property. |
java.lang.String |
getPort()
Gets the value of the port property. |
java.lang.String |
getProtocol()
Gets the value of the protocol property. |
java.lang.String |
getSender()
|
java.lang.String |
getTarget()
|
Type |
getType()
Gets the value of the type property. |
void |
setFeed(java.lang.String value)
Sets the value of the feed property. |
void |
setHostip(java.lang.String value)
Sets the value of the hostIp property. |
void |
setId(java.lang.String value)
Sets the value of the id property. |
void |
setIp(java.lang.String value)
Sets the value of the ip property. |
void |
setPort(java.lang.String value)
Sets the value of the port property. |
void |
setProtocol(java.lang.String value)
Sets the value of the protocol property. |
void |
setSender(java.lang.String sender)
|
void |
setTarget(java.lang.String target)
|
void |
setType(Type value)
Sets the value of the type property. |
java.lang.String |
toShortString()
|
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public Connection()
Method Detail |
---|
public Type getType()
Type
public void setType(Type value)
value
- allowed object is
Type
public java.lang.String getProtocol()
String
public void setProtocol(java.lang.String value)
value
- allowed object is
String
public java.lang.String getIp()
String
public void setIp(java.lang.String value)
value
- allowed object is
String
public java.lang.String getHostip()
String
public void setHostip(java.lang.String value)
value
- allowed object is
String
public java.lang.String getPort()
public void setPort(java.lang.String value)
public java.lang.String getFeed()
String
public void setFeed(java.lang.String value)
value
- allowed object is
String
public java.lang.String getId()
String
public void setId(java.lang.String value)
value
- allowed object is
String
public java.lang.String getSender()
public java.lang.String getTarget()
public void setSender(java.lang.String sender)
public void setTarget(java.lang.String target)
public java.lang.String toString()
toString
in class java.lang.Object
public java.lang.String toShortString()
public int compareTo(java.lang.Object o)
compareTo
in interface java.lang.Comparable
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |