public class VolumeGroupContainer extends Container implements VolumeGroup
Constructor and Description |
---|
VolumeGroupContainer() |
Modifier and Type | Method and Description |
---|---|
String |
id() |
void |
id(String newId) |
boolean |
idPresent() |
List<LogicalUnit> |
logicalUnits() |
void |
logicalUnits(List<LogicalUnit> newLogicalUnits) |
boolean |
logicalUnitsPresent() |
String |
name() |
void |
name(String newName) |
boolean |
namePresent() |
makeArrayList, makeUnmodifiableList
public String id()
id
in interface VolumeGroup
public void id(String newId)
public boolean idPresent()
idPresent
in interface VolumeGroup
public List<LogicalUnit> logicalUnits()
logicalUnits
in interface VolumeGroup
public void logicalUnits(List<LogicalUnit> newLogicalUnits)
public boolean logicalUnitsPresent()
logicalUnitsPresent
in interface VolumeGroup
public String name()
name
in interface VolumeGroup
public void name(String newName)
public boolean namePresent()
namePresent
in interface VolumeGroup
Copyright © 2016. All rights reserved.