@Entity public class LicenseSubCategoryDetails extends org.egov.infra.persistence.entity.AbstractPersistable<Long>
| Constructor and Description |
|---|
LicenseSubCategoryDetails() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
FeeType |
getFeeType() |
Long |
getId() |
RateTypeEnum |
getRateType() |
LicenseSubCategory |
getSubCategory() |
UnitOfMeasurement |
getUom() |
int |
hashCode() |
boolean |
isMarkedForRemoval() |
void |
setFeeType(FeeType feeType) |
void |
setId(Long id) |
void |
setMarkedForRemoval(boolean markedForRemoval) |
void |
setRateType(RateTypeEnum rateType) |
void |
setSubCategory(LicenseSubCategory subCategory) |
void |
setUom(UnitOfMeasurement uom) |
public static final String SEQUENCE
public Long getId()
getId in class org.egov.infra.persistence.entity.AbstractPersistable<Long>public void setId(Long id)
setId in class org.egov.infra.persistence.entity.AbstractPersistable<Long>public LicenseSubCategory getSubCategory()
public void setSubCategory(LicenseSubCategory subCategory)
public UnitOfMeasurement getUom()
public void setUom(UnitOfMeasurement uom)
public RateTypeEnum getRateType()
public void setRateType(RateTypeEnum rateType)
public FeeType getFeeType()
public void setFeeType(FeeType feeType)
public boolean isMarkedForRemoval()
public void setMarkedForRemoval(boolean markedForRemoval)
Copyright © 2015–2017 eGovernments Foundation. All rights reserved.