public static final class GlobalContextBeanWithComponents.ComponentRefBean extends Object
Modifier and Type | Class and Description |
---|---|
static class |
GlobalContextBeanWithComponents.ComponentRefBean.ComponentRefBeanSort |
Constructor and Description |
---|
ComponentRefBean(String comp,
boolean listed,
boolean unknow) |
Modifier and Type | Method and Description |
---|---|
String |
getComponent() |
int |
getCountRef() |
boolean |
isListed() |
boolean |
isUnknow() |
void |
setComponent(String component) |
void |
setCountRef(int countRef) |
void |
setListed(boolean listed) |
void |
setUnknow(boolean unknow) |
public ComponentRefBean(String comp, boolean listed, boolean unknow)
public String getComponent()
public void setComponent(String component)
public int getCountRef()
public void setCountRef(int countRef)
public boolean isListed()
public void setListed(boolean listed)
public boolean isUnknow()
public void setUnknow(boolean unknow)
Copyright © 2012-2018. All Rights Reserved.