public class Channel extends Object implements com.epam.xml.common.Findable
| Constructor and Description |
|---|
Channel() |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(Object o) |
Connections |
getConnections()
Gets the value of the connections property.
|
String |
getId()
Gets the value of the id property.
|
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(String value)
Sets the value of the id property.
|
void |
setLabel(String value)
Sets the value of the label property.
|
void |
setProducts(Products value)
Sets the value of the products property.
|
String |
toString() |
public Products getProducts()
Productspublic void setProducts(Products value)
value - allowed object is
Productspublic Connections getConnections()
Connectionspublic void setConnections(Connections value)
value - allowed object is
Connectionspublic void setId(String value)
value - allowed object is
Bytepublic String getLabel()
Stringpublic void setLabel(String value)
value - allowed object is
Stringpublic int compareTo(Object o)
compareTo in interface ComparableCopyright © 2000–2025 EPAM Systems. All rights reserved.