@Entity public class GxCity extends GxMappedSuperclass implements Serializable
| Constructor and Description |
|---|
GxCity() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCityName() |
GxCountry |
getGxCountry() |
GxState |
getGxState() |
Boolean |
getIsActive() |
Integer |
getOid() |
void |
setCityName(String cityName) |
void |
setGxCountry(GxCountry gxCountry) |
void |
setGxState(GxState gxState) |
void |
setIsActive(Boolean isActive) |
void |
setOid(Integer oid) |
public Integer getOid()
public void setOid(Integer oid)
public String getCityName()
public void setCityName(String cityName)
public Boolean getIsActive()
public void setIsActive(Boolean isActive)
public GxCountry getGxCountry()
public void setGxCountry(GxCountry gxCountry)
public GxState getGxState()
public void setGxState(GxState gxState)
Copyright © 2019. All rights reserved.