public class SpecDetail extends AbstractBase
Spec
to represents values of NICs, Drives, Features, CPUs, Memory,
etc.Constructor and Description |
---|
SpecDetail() |
Modifier and Type | Method and Description |
---|---|
int |
getCount() |
java.lang.String |
getSize() |
java.lang.String |
getType() |
boolean |
isRaid() |
boolean |
isTxt() |
void |
setCount(int count) |
void |
setRaid(boolean raid) |
void |
setSize(java.lang.String size) |
void |
setTxt(boolean txt) |
void |
setType(java.lang.String type) |
toString
public java.lang.String getType()
public void setType(java.lang.String type)
type
- the type to setpublic int getCount()
public void setCount(int count)
count
- the count to setpublic java.lang.String getSize()
public void setSize(java.lang.String size)
size
- the size to setpublic boolean isTxt()
public void setTxt(boolean txt)
txt
- the txt to setpublic boolean isRaid()
public void setRaid(boolean raid)
raid
- the raid to set