public class GxNamespaceBean extends Object implements Serializable
| Constructor and Description |
|---|
GxNamespaceBean() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Boolean |
getIsActive() |
Boolean |
getIsProtected() |
String |
getNamespace() |
String |
getNamespaceDescription() |
GxNamespacePropertyBean |
getNamespaceProperty(String propertyKey) |
BeanCollectionFault<GxNamespacePropertyBean> |
getNamespacePropertyBeanCollectionFault() |
String |
getNamespacePropertyValue(String propertyKey) |
String |
getNamespacePropertyValue(String propertyKey,
boolean refresh) |
Integer |
getOid() |
int |
hashCode() |
void |
setIsActive(Boolean isActive) |
void |
setIsProtected(Boolean isProtected) |
void |
setNamespace(String namespace) |
void |
setNamespaceDescription(String namespaceDescription) |
void |
setNamespacePropertyBeanCollectionFault(BeanCollectionFault<GxNamespacePropertyBean> namespacePropertyBeanCollectionFault) |
void |
setOid(Integer oid) |
String |
toString() |
public static final String SYSTEM
public Integer getOid()
public void setOid(Integer oid)
public String getNamespace()
public void setNamespace(String namespace)
public String getNamespaceDescription()
public void setNamespaceDescription(String namespaceDescription)
public Boolean getIsActive()
public void setIsActive(Boolean isActive)
public Boolean getIsProtected()
public void setIsProtected(Boolean isProtected)
public BeanCollectionFault<GxNamespacePropertyBean> getNamespacePropertyBeanCollectionFault()
public void setNamespacePropertyBeanCollectionFault(BeanCollectionFault<GxNamespacePropertyBean> namespacePropertyBeanCollectionFault)
public GxNamespacePropertyBean getNamespaceProperty(String propertyKey)
public String getNamespacePropertyValue(String propertyKey, boolean refresh)
Copyright © 2019. All rights reserved.