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