public class GxNamespacePropertyBean extends Object implements Serializable
| Constructor and Description |
|---|
GxNamespacePropertyBean() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
BeanFault<Integer,GxNamespaceBean> |
getNamespaceFault() |
Integer |
getOid() |
String |
getPropertyDefaultValue() |
String |
getPropertyKey() |
String |
getPropertyValue() |
int |
hashCode() |
void |
setNamespaceFault(BeanFault<Integer,GxNamespaceBean> namespaceFault) |
void |
setOid(Integer oid) |
void |
setPropertyDefaultValue(String propertyDefaultValue) |
void |
setPropertyKey(String propertyKey) |
void |
setPropertyValue(String propertyValue) |
public Integer getOid()
public void setOid(Integer oid)
public String getPropertyKey()
public void setPropertyKey(String propertyKey)
public String getPropertyValue()
public void setPropertyValue(String propertyValue)
public BeanFault<Integer,GxNamespaceBean> getNamespaceFault()
public void setNamespaceFault(BeanFault<Integer,GxNamespaceBean> namespaceFault)
public String getPropertyDefaultValue()
public void setPropertyDefaultValue(String propertyDefaultValue)
Copyright © 2019. All rights reserved.