-
- All Implemented Interfaces:
public final class PartitionTableEntryClass which holds various information about the partitions located on a block device.
-
-
Field Summary
Fields Modifier and Type Field Description private IntegerpartitionTypeprivate IntegerlogicalBlockAddressprivate IntegertotalNumberOfSectors
-
Constructor Summary
Constructors Constructor Description PartitionTableEntry(Integer partitionType, Integer logicalBlockAddress, Integer totalNumberOfSectors)
-
Method Summary
Modifier and Type Method Description final IntegergetPartitionType()final UnitsetPartitionType(Integer partitionType)final IntegergetLogicalBlockAddress()final UnitsetLogicalBlockAddress(Integer logicalBlockAddress)final IntegergetTotalNumberOfSectors()final UnitsetTotalNumberOfSectors(Integer totalNumberOfSectors)-
-
Method Detail
-
getPartitionType
final Integer getPartitionType()
-
setPartitionType
final Unit setPartitionType(Integer partitionType)
-
getLogicalBlockAddress
final Integer getLogicalBlockAddress()
-
setLogicalBlockAddress
final Unit setLogicalBlockAddress(Integer logicalBlockAddress)
-
getTotalNumberOfSectors
final Integer getTotalNumberOfSectors()
-
setTotalNumberOfSectors
final Unit setTotalNumberOfSectors(Integer totalNumberOfSectors)
-
-
-
-