public class AmalgamationOwner extends org.egov.infra.persistence.entity.AbstractPersistable<Long>
| Constructor and Description |
|---|
AmalgamationOwner() |
AmalgamationOwner(Property property,
org.egov.infra.admin.master.entity.User owner) |
| Modifier and Type | Method and Description |
|---|---|
Long |
getId() |
org.egov.infra.admin.master.entity.User |
getOwner() |
Property |
getProperty() |
boolean |
isOwnerOfParent() |
protected void |
setId(Long id) |
void |
setOwner(org.egov.infra.admin.master.entity.User owner) |
void |
setOwnerOfParent(boolean ownerOfParent) |
void |
setProperty(Property property) |
public AmalgamationOwner()
public AmalgamationOwner(Property property, org.egov.infra.admin.master.entity.User owner)
protected void setId(Long id)
setId in class org.egov.infra.persistence.entity.AbstractPersistable<Long>public Long getId()
getId in class org.egov.infra.persistence.entity.AbstractPersistable<Long>public Property getProperty()
public void setProperty(Property property)
public org.egov.infra.admin.master.entity.User getOwner()
public void setOwner(org.egov.infra.admin.master.entity.User owner)
public boolean isOwnerOfParent()
public void setOwnerOfParent(boolean ownerOfParent)
Copyright © 2015–2017 eGovernments Foundation. All rights reserved.