public class HostDiskPartitionAttributes extends DynamicData
| Modifier and Type | Field and Description |
|---|---|
byte |
attributes |
long |
endSector |
String |
guid |
boolean |
logical |
int |
partition |
Long |
partitionAlignment |
long |
startSector |
String |
type |
dynamicProperty, dynamicType| Constructor and Description |
|---|
HostDiskPartitionAttributes() |
| Modifier and Type | Method and Description |
|---|---|
byte |
getAttributes() |
long |
getEndSector() |
String |
getGuid() |
int |
getPartition() |
Long |
getPartitionAlignment() |
long |
getStartSector() |
String |
getType() |
boolean |
isLogical() |
void |
setAttributes(byte attributes) |
void |
setEndSector(long endSector) |
void |
setGuid(String guid) |
void |
setLogical(boolean logical) |
void |
setPartition(int partition) |
void |
setPartitionAlignment(Long partitionAlignment) |
void |
setStartSector(long startSector) |
void |
setType(String type) |
getDynamicProperty, getDynamicType, setDynamicProperty, setDynamicTypepublic int partition
public long startSector
public long endSector
public String type
public String guid
public boolean logical
public byte attributes
public Long partitionAlignment
public int getPartition()
public long getStartSector()
public long getEndSector()
public String getType()
public String getGuid()
public boolean isLogical()
public byte getAttributes()
public Long getPartitionAlignment()
public void setPartition(int partition)
public void setStartSector(long startSector)
public void setEndSector(long endSector)
public void setType(String type)
public void setGuid(String guid)
public void setLogical(boolean logical)
public void setAttributes(byte attributes)
public void setPartitionAlignment(Long partitionAlignment)
Copyright © 2011-2012. All Rights Reserved.