217 lines
8.3 KiB
C#
217 lines
8.3 KiB
C#
using BS.Shared;
|
|
using System;
|
|
using System.Collections.Generic;
|
|
using System.Linq;
|
|
using System.Text;
|
|
using System.Threading.Tasks;
|
|
|
|
namespace BeWo.Data.Entities
|
|
{
|
|
public class CostBearer2SupportConceptHistory : BeWoEntityBase
|
|
{
|
|
private IList<AccountingTransaction> _CostBearer2SupportConcept_AccountingTransactions;
|
|
private IList<SupportConceptApprovalPeriodHistory> _CostBearer2SupportConcept_SupportConceptApprovalPeriodList;
|
|
private DateTime? _CostBearer2SupportConcept_ApprovedEndDate;
|
|
private DateTime? _CostBearer2SupportConcept_ApprovedStartDate;
|
|
private long? _CostBearer2SupportConcept_CostBearerOid;
|
|
private long? _CostBearer2SupportConcept_CostBearerContactPersonOid;
|
|
private string _CostBearer2SupportConcept_CustomerReferenceNumber;
|
|
private string _CostBearer2SupportConcept_AuswahlBezeichnung;
|
|
private string _CostBearer2SupportConcept_KontoHilfeplan;
|
|
private string _CostBearer2SupportConcept_KostenstelleHilfeplan;
|
|
private decimal? _CostBearer2SupportConcept_MonthlyPayment;
|
|
private DateTime? _CostBearer2SupportConcept_RequestedEndDate;
|
|
private DateTime? _CostBearer2SupportConcept_RequestedStartDate;
|
|
private IList<ServiceRecord> _CostBearer2SupportConcept_ServiceRecords;
|
|
private CostBearer2SupportConceptStatus _CostBearer2SupportConcept_Status;
|
|
private long? _CostBearer2SupportConcept_SupportConceptHistoryOid;
|
|
private long? _CostBearer2SupportConcept_ServiceCategoryOid;
|
|
private StatementType _ChangeType;
|
|
|
|
|
|
public CostBearer2SupportConceptHistory()
|
|
{
|
|
_Tid = TableID.Costbearer2SupportConceptHistory;
|
|
}
|
|
|
|
public IList<AccountingTransaction> CostBearer2SupportConcept_AccountingTransactions
|
|
{
|
|
get { return _CostBearer2SupportConcept_AccountingTransactions; }
|
|
set
|
|
{
|
|
if (AreDifferent(_CostBearer2SupportConcept_AccountingTransactions, value))
|
|
_CostBearer2SupportConcept_AccountingTransactions = value;
|
|
}
|
|
}
|
|
|
|
public IList<SupportConceptApprovalPeriodHistory> CostBearer2SupportConcept_SupportConceptApprovalPeriodList
|
|
{
|
|
get { return _CostBearer2SupportConcept_SupportConceptApprovalPeriodList; }
|
|
set
|
|
{
|
|
if (AreDifferent(_CostBearer2SupportConcept_SupportConceptApprovalPeriodList, value))
|
|
_CostBearer2SupportConcept_SupportConceptApprovalPeriodList = value;
|
|
}
|
|
}
|
|
|
|
public DateTime? CostBearer2SupportConcept_ApprovedEndDate
|
|
{
|
|
get { return _CostBearer2SupportConcept_ApprovedEndDate; }
|
|
set
|
|
{
|
|
if (AreDifferent(_CostBearer2SupportConcept_ApprovedEndDate, value))
|
|
_CostBearer2SupportConcept_ApprovedEndDate = value;
|
|
}
|
|
}
|
|
|
|
public DateTime? CostBearer2SupportConcept_ApprovedStartDate
|
|
{
|
|
get { return _CostBearer2SupportConcept_ApprovedStartDate; }
|
|
set
|
|
{
|
|
if (AreDifferent(_CostBearer2SupportConcept_ApprovedStartDate, value))
|
|
_CostBearer2SupportConcept_ApprovedStartDate = value;
|
|
}
|
|
}
|
|
|
|
public long? CostBearer2SupportConcept_CostBearerOid
|
|
{
|
|
get { return _CostBearer2SupportConcept_CostBearerOid; }
|
|
set
|
|
{
|
|
if (AreDifferent(_CostBearer2SupportConcept_CostBearerOid, value))
|
|
_CostBearer2SupportConcept_CostBearerOid = value;
|
|
}
|
|
}
|
|
|
|
public long? CostBearer2SupportConcept_CostBearerContactPersonOid
|
|
{
|
|
get { return _CostBearer2SupportConcept_CostBearerContactPersonOid; }
|
|
set
|
|
{
|
|
if (AreDifferent(_CostBearer2SupportConcept_CostBearerContactPersonOid, value))
|
|
_CostBearer2SupportConcept_CostBearerContactPersonOid = value;
|
|
}
|
|
}
|
|
|
|
public string CostBearer2SupportConcept_CustomerReferenceNumber
|
|
{
|
|
get { return _CostBearer2SupportConcept_CustomerReferenceNumber; }
|
|
set
|
|
{
|
|
if (AreDifferent(_CostBearer2SupportConcept_CustomerReferenceNumber, value))
|
|
_CostBearer2SupportConcept_CustomerReferenceNumber = value;
|
|
}
|
|
}
|
|
|
|
public string CostBearer2SupportConcept_AuswahlBezeichnung
|
|
{
|
|
get { return _CostBearer2SupportConcept_AuswahlBezeichnung; }
|
|
set
|
|
{
|
|
if (AreDifferent(_CostBearer2SupportConcept_AuswahlBezeichnung, value))
|
|
_CostBearer2SupportConcept_AuswahlBezeichnung = value;
|
|
}
|
|
}
|
|
|
|
public string CostBearer2SupportConcept_KontoHilfeplan
|
|
{
|
|
get { return _CostBearer2SupportConcept_KontoHilfeplan; }
|
|
set
|
|
{
|
|
if (AreDifferent(_CostBearer2SupportConcept_KontoHilfeplan, value))
|
|
_CostBearer2SupportConcept_KontoHilfeplan = value;
|
|
}
|
|
}
|
|
|
|
public string CostBearer2SupportConcept_KostenstelleHilfeplan
|
|
{
|
|
get { return _CostBearer2SupportConcept_KostenstelleHilfeplan; }
|
|
set
|
|
{
|
|
if (AreDifferent(_CostBearer2SupportConcept_KostenstelleHilfeplan, value))
|
|
_CostBearer2SupportConcept_KostenstelleHilfeplan = value;
|
|
}
|
|
}
|
|
|
|
public decimal? CostBearer2SupportConcept_MonthlyPayment
|
|
{
|
|
get { return _CostBearer2SupportConcept_MonthlyPayment; }
|
|
set
|
|
{
|
|
if (AreDifferent(_CostBearer2SupportConcept_MonthlyPayment, value))
|
|
_CostBearer2SupportConcept_MonthlyPayment = value;
|
|
}
|
|
}
|
|
|
|
public DateTime? CostBearer2SupportConcept_RequestedEndDate
|
|
{
|
|
get { return _CostBearer2SupportConcept_RequestedEndDate; }
|
|
set
|
|
{
|
|
if (AreDifferent(_CostBearer2SupportConcept_RequestedEndDate, value))
|
|
_CostBearer2SupportConcept_RequestedEndDate = value;
|
|
}
|
|
}
|
|
public DateTime? CostBearer2SupportConcept_RequestedStartDate
|
|
{
|
|
get { return _CostBearer2SupportConcept_RequestedStartDate; }
|
|
set
|
|
{
|
|
if (AreDifferent(_CostBearer2SupportConcept_RequestedStartDate, value))
|
|
_CostBearer2SupportConcept_RequestedStartDate = value;
|
|
}
|
|
}
|
|
|
|
public IList<ServiceRecord> CostBearer2SupportConcept_ServiceRecords
|
|
{
|
|
get { return _CostBearer2SupportConcept_ServiceRecords; }
|
|
set
|
|
{
|
|
if (AreDifferent(_CostBearer2SupportConcept_ServiceRecords, value))
|
|
_CostBearer2SupportConcept_ServiceRecords = value;
|
|
}
|
|
}
|
|
|
|
public CostBearer2SupportConceptStatus CostBearer2SupportConcept_Status
|
|
{
|
|
get { return _CostBearer2SupportConcept_Status; }
|
|
set
|
|
{
|
|
if (AreDifferent(_CostBearer2SupportConcept_Status, value))
|
|
_CostBearer2SupportConcept_Status = value;
|
|
}
|
|
}
|
|
|
|
public long? CostBearer2SupportConcept_SupportConceptHistoryOid
|
|
{
|
|
get { return _CostBearer2SupportConcept_SupportConceptHistoryOid; }
|
|
set
|
|
{
|
|
if (AreDifferent(_CostBearer2SupportConcept_SupportConceptHistoryOid, value))
|
|
_CostBearer2SupportConcept_SupportConceptHistoryOid = value;
|
|
}
|
|
}
|
|
public long? CostBearer2SupportConcept_ServiceCategoryOid
|
|
{
|
|
get { return _CostBearer2SupportConcept_ServiceCategoryOid; }
|
|
set
|
|
{
|
|
if (AreDifferent(_CostBearer2SupportConcept_ServiceCategoryOid, value))
|
|
_CostBearer2SupportConcept_ServiceCategoryOid = value;
|
|
}
|
|
}
|
|
|
|
public virtual StatementType ChangeType
|
|
{
|
|
get { return _ChangeType; }
|
|
set
|
|
{
|
|
if (AreDifferent(_ChangeType, value))
|
|
_ChangeType = value;
|
|
}
|
|
}
|
|
|
|
}
|
|
}
|