public class CatalogOSEntry
extends java.lang.Object
| Constructor and Description |
|---|
CatalogOSEntry() |
CatalogOSEntry(java.lang.String name,
boolean isLinux) |
| Modifier and Type | Method and Description |
|---|---|
int |
getId() |
java.lang.String |
getName() |
boolean |
isDisabled() |
boolean |
isLinux() |
void |
setDisabled(boolean isDisabled) |
void |
setId(int id) |
void |
setLinux(boolean isLinux) |
void |
setName(java.lang.String name) |
java.lang.String |
toString() |
public CatalogOSEntry()
public CatalogOSEntry(java.lang.String name,
boolean isLinux)
public java.lang.String toString()
toString in class java.lang.Objectpublic int getId()
public java.lang.String getName()
public boolean isLinux()
public boolean isDisabled()
public void setId(int id)
id - the id to setpublic void setName(java.lang.String name)
name - the name to setpublic void setLinux(boolean isLinux)
isLinux - the isLinux to setpublic void setDisabled(boolean isDisabled)
isDisabled - the isDisabled to set