@Entity public class ApartmentHouse extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
SEQ_APARTMENTHOUSE |
| Constructor and Description |
|---|
ApartmentHouse() |
| Modifier and Type | Method and Description |
|---|---|
Apartment |
getApartment() |
String |
getFloorNo() |
Boolean |
getLicenseStatus() |
String |
getLicenseValidity() |
String |
getOwnerName() |
static long |
getSerialversionuid() |
Double |
getShopArea() |
String |
getShopNo() |
String |
getShopOrIndustryName() |
String |
getTinNo() |
void |
setApartment(Apartment apartment) |
void |
setFloorNo(String floorNo) |
void |
setLicenseStatus(Boolean licenseStatus) |
void |
setLicenseValidity(String licenseValidity) |
void |
setOwnerName(String ownerName) |
void |
setShopArea(Double shopArea) |
void |
setShopNo(String shopNo) |
void |
setShopOrIndustryName(String shopOrIndustryName) |
void |
setTinNo(String tinNo) |
public static final String SEQ_APARTMENTHOUSE
public Apartment getApartment()
public void setApartment(Apartment apartment)
public String getShopNo()
public void setShopNo(String shopNo)
public String getFloorNo()
public void setFloorNo(String floorNo)
public Double getShopArea()
public void setShopArea(Double shopArea)
public String getOwnerName()
public void setOwnerName(String ownerName)
public String getShopOrIndustryName()
public void setShopOrIndustryName(String shopOrIndustryName)
public Boolean getLicenseStatus()
public void setLicenseStatus(Boolean licenseStatus)
public String getTinNo()
public void setTinNo(String tinNo)
public String getLicenseValidity()
public void setLicenseValidity(String licenseValidity)
public static long getSerialversionuid()
Copyright © 2015–2017 eGovernments Foundation. All rights reserved.