public class PodComponentDef
extends java.lang.Object
Constructor and Description |
---|
PodComponentDef() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getAccountTypes() |
java.lang.String[] |
getAccountTypesAsArray() |
java.lang.String |
getCategory() |
byte |
getCode() |
int |
getCount() |
byte |
getCountCode() |
java.util.List<PodDeviceMeta> |
getDeviceTypes() |
java.lang.String |
getName() |
java.lang.String |
getType() |
byte |
getTypeCode() |
boolean |
isAccountTypeAllowed(java.lang.String accountType) |
boolean |
isContributeToGlobalCount() |
boolean |
isLicCheck() |
void |
setAccountTypes(java.lang.String accountTypes) |
void |
setCategory(java.lang.String category) |
void |
setCode(byte code) |
void |
setContributeToGlobalCount(boolean contributeToGlobalCount) |
void |
setCount(int count) |
void |
setCountCode(byte countCode) |
void |
setDeviceTypes(java.util.List<PodDeviceMeta> deviceTypes) |
void |
setLicCheck(boolean licCheck) |
void |
setName(java.lang.String name) |
void |
setType(java.lang.String type) |
void |
setTypeCode(byte typeCode) |
public int getCount()
public void setCount(int count)
count
- the count to setpublic byte getTypeCode()
public void setTypeCode(byte typeCode)
typeCode
- the typeCode to setpublic byte getCountCode()
public void setCountCode(byte countCode)
countCode
- the countCode to setpublic java.lang.String getType()
public void setType(java.lang.String type)
type
- the type to setpublic boolean isLicCheck()
public java.util.List<PodDeviceMeta> getDeviceTypes()
public void setDeviceTypes(java.util.List<PodDeviceMeta> deviceTypes)
deviceTypes
- the deviceTypes to setpublic void setLicCheck(boolean licCheck)
licCheck
- the licCheck to setpublic java.lang.String getAccountTypes()
public void setAccountTypes(java.lang.String accountTypes)
accountTypes
- the accountTypes to setpublic java.lang.String[] getAccountTypesAsArray()
public boolean isAccountTypeAllowed(java.lang.String accountType)
public java.lang.String getCategory()
public void setCategory(java.lang.String category)
category
- the category to setpublic java.lang.String getName()
public void setName(java.lang.String name)
name
- the name to setpublic byte getCode()
public void setCode(byte code)
code
- the code to setpublic boolean isContributeToGlobalCount()
public void setContributeToGlobalCount(boolean contributeToGlobalCount)
contributeToGlobalCount
- the contributeToGlobalCount to set