@Entity public class GxTerm extends Object implements Serializable
| Constructor and Description |
|---|
GxTerm() |
| Modifier and Type | Method and Description |
|---|---|
GxNamespace |
getGxNamespace() |
GxSupportedLocale |
getGxSupportedLocale() |
Boolean |
getIsActive() |
Boolean |
getIsProtected() |
Integer |
getOid() |
String |
getTermKey() |
String |
getTermPlural() |
String |
getTermSingular() |
void |
setGxNamespace(GxNamespace gxNamespace) |
void |
setGxSupportedLocale(GxSupportedLocale gxSupportedLocale) |
void |
setIsActive(Boolean isActive) |
void |
setIsProtected(Boolean isProtected) |
void |
setOid(Integer oid) |
void |
setTermKey(String termKey) |
void |
setTermPlural(String termPlural) |
void |
setTermSingular(String termSingular) |
public Integer getOid()
public void setOid(Integer oid)
public Boolean getIsActive()
public void setIsActive(Boolean isActive)
public Boolean getIsProtected()
public void setIsProtected(Boolean isProtected)
public String getTermKey()
public void setTermKey(String termKey)
public String getTermPlural()
public void setTermPlural(String termPlural)
public String getTermSingular()
public void setTermSingular(String termSingular)
public GxNamespace getGxNamespace()
public void setGxNamespace(GxNamespace gxNamespace)
public GxSupportedLocale getGxSupportedLocale()
public void setGxSupportedLocale(GxSupportedLocale gxSupportedLocale)
Copyright © 2019. All rights reserved.