|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.github.stephenc.javaisotools.iso9660.BootConfig
public abstract class BootConfig
| Constructor Summary | |
|---|---|
BootConfig()
|
|
BootConfig(String bootSystemId,
String bootId)
|
|
| Method Summary | |
|---|---|
String |
getBootId()
Active Boot Identifier |
String |
getBootSystemId()
Active Boot System Identifier |
void |
setBootId(String bootId)
Boot Identifier |
void |
setBootSystemId(String bootSystemId)
Boot System Identifier |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public BootConfig(String bootSystemId,
String bootId)
public BootConfig()
| Method Detail |
|---|
public void setBootSystemId(String bootSystemId)
bootSystemId - Identifier for the system that can act upon the Boot System Use fieldpublic String getBootSystemId()
public void setBootId(String bootId)
bootId - Boot identifierpublic String getBootId()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||