public class Component extends Object
| Constructor and Description |
|---|
Component() |
Component(String stationCode,
String location,
String channelCode,
int subChannelId,
double weight) |
| Modifier and Type | Method and Description |
|---|---|
String |
getChannelCode() |
String |
getLocation() |
String |
getStationCode() |
int |
getSubChannelId() |
double |
getWeight() |
void |
setChannelCode(String channelCode) |
void |
setLocation(String location) |
void |
setStationCode(String stationCode) |
void |
setSubChannelId(int subChannelId) |
void |
setWeight(double weight) |
public String getStationCode()
public void setStationCode(String stationCode)
public String getLocation()
public void setLocation(String location)
public String getChannelCode()
public void setChannelCode(String channelCode)
public int getSubChannelId()
public void setSubChannelId(int subChannelId)
public double getWeight()
public void setWeight(double weight)
Copyright © 2018. All rights reserved.