|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.epam.cmemdp.config.beans.Channel
public class Channel
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 |
---|
public Channel()
Method Detail |
---|
public Products getProducts()
Products
public void setProducts(Products value)
value
- allowed object is
Products
public Connections getConnections()
Connections
public void setConnections(Connections value)
value
- allowed object is
Connections
public java.lang.String getId()
Byte
public void setId(java.lang.String value)
value
- allowed object is
Byte
public java.lang.String getLabel()
String
public void setLabel(java.lang.String value)
value
- allowed object is
String
public java.lang.String toString()
toString
in class java.lang.Object
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 |