com.epam.cmemdp.config.beans
Class Channel

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

public class Channel
extends java.lang.Object
implements Findable


Constructor Summary
Channel()
           
 
Method Summary
 int compareTo(java.lang.Object o)
           
 Connections getConnections()
          Gets the value of the connections property.
 java.lang.String getId()
          Gets the value of the id property.
 java.lang.String getLabel()
          Gets the value of the label property.
 Products getProducts()
          Gets the value of the products property.
 void setConnections(Connections value)
          Sets the value of the connections property.
 void setId(java.lang.String value)
          Sets the value of the id property.
 void setLabel(java.lang.String value)
          Sets the value of the label property.
 void setProducts(Products value)
          Sets the value of the products property.
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Channel

public Channel()
Method Detail

getProducts

public Products getProducts()
Gets the value of the products property.

Returns:
possible object is Products

setProducts

public void setProducts(Products value)
Sets the value of the products property.

Parameters:
value - allowed object is Products

getConnections

public Connections getConnections()
Gets the value of the connections property.

Returns:
possible object is Connections

setConnections

public void setConnections(Connections value)
Sets the value of the connections property.

Parameters:
value - allowed object is Connections

getId

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

Returns:
possible object is Byte

setId

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

Parameters:
value - allowed object is Byte

getLabel

public java.lang.String getLabel()
Gets the value of the label property.

Returns:
possible object is String

setLabel

public void setLabel(java.lang.String value)
Sets the value of the label property.

Parameters:
value - allowed object is String

toString

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

compareTo

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


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