public class CatalogOverridePlanDefinitionModelDao extends Object
| Constructor and Description |
|---|
CatalogOverridePlanDefinitionModelDao() |
CatalogOverridePlanDefinitionModelDao(String parentPlanName,
Boolean isActive,
org.joda.time.DateTime effectiveDate) |
| Modifier and Type | Method and Description |
|---|---|
String |
getCreatedBy() |
org.joda.time.DateTime |
getCreatedDate() |
org.joda.time.DateTime |
getEffectiveDate() |
Boolean |
getIsActive() |
String |
getParentPlanName() |
Long |
getRecordId() |
Long |
getTenantRecordId() |
void |
setCreatedBy(String createdBy) |
void |
setCreatedDate(org.joda.time.DateTime createdDate) |
void |
setEffectiveDate(org.joda.time.DateTime effectiveDate) |
void |
setIsActive(Boolean isActive) |
void |
setParentPlanName(String parentPlanName) |
void |
setRecordId(Long recordId) |
void |
setTenantRecordId(Long tenantRecordId) |
String |
toString() |
public CatalogOverridePlanDefinitionModelDao()
public Long getRecordId()
public void setRecordId(Long recordId)
public String getParentPlanName()
public void setParentPlanName(String parentPlanName)
public Boolean getIsActive()
public void setIsActive(Boolean isActive)
public org.joda.time.DateTime getEffectiveDate()
public void setEffectiveDate(org.joda.time.DateTime effectiveDate)
public org.joda.time.DateTime getCreatedDate()
public void setCreatedDate(org.joda.time.DateTime createdDate)
public Long getTenantRecordId()
public void setTenantRecordId(Long tenantRecordId)
public String getCreatedBy()
public void setCreatedBy(String createdBy)
Copyright © 2010-2016. All Rights Reserved.