public class PodDefinition
extends java.lang.Object
Constructor and Description |
---|
PodDefinition() |
Modifier and Type | Method and Description |
---|---|
byte |
getCode() |
java.util.List<PodComponentDef> |
getComponentByCategory(java.lang.String category) |
PodComponentDef |
getComponentByCategoryAndAccountType(java.lang.String category,
java.lang.String type) |
java.util.List<PodComponentDef> |
getElements() |
java.lang.String |
getLabel() |
java.lang.String |
getType() |
byte |
getUpgradeCode() |
boolean |
isDefault() |
boolean |
isLicCheck() |
static void |
main(java.lang.String[] args) |
void |
setCode(byte typeCode) |
void |
setDefault(boolean defaultt) |
void |
setElements(java.util.List<PodComponentDef> elements) |
void |
setLabel(java.lang.String label) |
void |
setLicCheck(boolean licCheck) |
void |
setType(java.lang.String type) |
void |
setUpgradeCode(byte upgradeCode) |
public byte getCode()
public void setCode(byte typeCode)
typeCode
- the typeCode to setpublic java.lang.String getLabel()
public void setLabel(java.lang.String label)
label
- the label to setpublic java.util.List<PodComponentDef> getElements()
public void setElements(java.util.List<PodComponentDef> elements)
elements
- the elements to setpublic java.util.List<PodComponentDef> getComponentByCategory(java.lang.String category)
public PodComponentDef getComponentByCategoryAndAccountType(java.lang.String category, java.lang.String type)
public java.lang.String getType()
public void setType(java.lang.String type)
type
- the type to setpublic boolean isLicCheck()
public void setLicCheck(boolean licCheck)
licCheck
- the licCheck to setpublic static void main(java.lang.String[] args)
public boolean isDefault()
public void setDefault(boolean defaultt)
defaultt
- the defaultt to setpublic byte getUpgradeCode()
public void setUpgradeCode(byte upgradeCode)