com.epam.cmemdp.config.beans
Class Connection

java.lang.Object
  extended by com.epam.cmemdp.config.beans.Connection
All Implemented Interfaces:
Findable, java.lang.Comparable

public class Connection
extends java.lang.Object
implements Findable


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

Connection

public Connection()
Method Detail

getType

public Type getType()
Gets the value of the type property.

Returns:
possible object is Type

setType

public void setType(Type value)
Sets the value of the type property.

Parameters:
value - allowed object is Type

getProtocol

public java.lang.String getProtocol()
Gets the value of the protocol property.

Returns:
possible object is String

setProtocol

public void setProtocol(java.lang.String value)
Sets the value of the protocol property.

Parameters:
value - allowed object is String

getIp

public java.lang.String getIp()
Gets the value of the ip property.

Returns:
possible object is String

setIp

public void setIp(java.lang.String value)
Sets the value of the ip property.

Parameters:
value - allowed object is String

getHostip

public java.lang.String getHostip()
Gets the value of the hostIp property.

Returns:
possible object is String

setHostip

public void setHostip(java.lang.String value)
Sets the value of the hostIp property.

Parameters:
value - allowed object is String

getPort

public java.lang.String getPort()
Gets the value of the port property.


setPort

public void setPort(java.lang.String value)
Sets the value of the port property.


getFeed

public java.lang.String getFeed()
Gets the value of the feed property.

Returns:
possible object is String

setFeed

public void setFeed(java.lang.String value)
Sets the value of the feed property.

Parameters:
value - allowed object is String

getId

public java.lang.String getId()
Gets the value of the id property.

Returns:
possible object is String

setId

public void setId(java.lang.String value)
Sets the value of the id property.

Parameters:
value - allowed object is String

getSender

public java.lang.String getSender()

getTarget

public java.lang.String getTarget()

setSender

public void setSender(java.lang.String sender)

setTarget

public void setTarget(java.lang.String target)

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

toShortString

public java.lang.String toShortString()

compareTo

public int compareTo(java.lang.Object o)
Specified by:
compareTo in interface java.lang.Comparable


Copyright © 2000-2014 EPAM Systems. All Rights Reserved.