public class AcCompartmentChannelGroup extends Object implements Serializable
| Constructor and Description |
|---|
AcCompartmentChannelGroup() |
| Modifier and Type | Method and Description |
|---|---|
void |
addChannel(AcCompartmentChannel channel) |
List<AcCompartmentChannel> |
getChannels() |
AcCompartment |
getCompartment() |
Long |
getId() |
Long |
getVersion() |
void |
removeChannel(AcCompartmentChannel channel) |
void |
setChannels(List<AcCompartmentChannel> channels) |
void |
setCompartment(AcCompartment compartment) |
void |
setId(Long id) |
void |
setVersion(Long version) |
public Long getId()
public void setId(Long id)
public Long getVersion()
public void setVersion(Long version)
public AcCompartment getCompartment()
public void setCompartment(AcCompartment compartment)
public List<AcCompartmentChannel> getChannels()
public void setChannels(List<AcCompartmentChannel> channels)
public void addChannel(AcCompartmentChannel channel)
public void removeChannel(AcCompartmentChannel channel)
Copyright © 2015. All Rights Reserved.