Package com.avoka.fc.core.entity
Class Bill
java.lang.Object
org.apache.cayenne.PersistentObject
org.apache.cayenne.BaseDataObject
org.apache.cayenne.CayenneDataObject
com.avoka.core.entity.BaseEntity
com.avoka.fc.core.entity.auto._Bill
com.avoka.fc.core.entity.Bill
- All Implemented Interfaces:
IEntity
,Serializable
,org.apache.cayenne.DataObject
,org.apache.cayenne.Persistent
,org.apache.cayenne.Validating
Provides an entity defining a Billing record
- Since:
- 24.10.0
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String[]
The set of bill type values.static final String
Provides an "SVC" typestatic final String
Provides a "TXN" typeFields inherited from class com.avoka.fc.core.entity.auto._Bill
BILL_OID_PK_COLUMN, BILL_TYPE, BILL_TYPE_PROPERTY, BILLING_DATETIME, BILLING_DATETIME_PROPERTY, BILLING_SCORE, BILLING_SCORE_PROPERTY, CLIENT_CODE, CLIENT_CODE_PROPERTY, COMMENTS, COMMENTS_PROPERTY, FORM_NAME, FORM_NAME_PROPERTY, JOURNEY_ID, JOURNEY_ID_PROPERTY, LICENSE_KEY, LICENSE_KEY_PROPERTY, LICENSE_PUBLISHED_FLAG, LICENSE_PUBLISHED_FLAG_PROPERTY, PARAM1, PARAM1_PROPERTY, PARAM2, PARAM2_PROPERTY, PARAM3, PARAM3_PROPERTY, PARAM4, PARAM4_PROPERTY, PARAM5, PARAM5_PROPERTY, SERVICE_NAME, SERVICE_NAME_PROPERTY, SUBMISSION, SUBMISSION_PROPERTY
Fields inherited from class com.avoka.core.entity.BaseEntity
ID_PROPERTY
Fields inherited from class org.apache.cayenne.CayenneDataObject
values
Fields inherited from class org.apache.cayenne.BaseDataObject
snapshotVersion
Fields inherited from class org.apache.cayenne.PersistentObject
objectContext, objectId, persistenceState
Fields inherited from interface org.apache.cayenne.DataObject
DEFAULT_VERSION
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
setBillingDatetime
(Date billingDatetime) Set the billingDatetime value with checking for daylight savingMethods inherited from class com.avoka.fc.core.entity.auto._Bill
getBillingDatetime, getBillingScore, getBillType, getClientCode, getComments, getFormName, getJourneyId, getLicenseKey, getParam1, getParam2, getParam3, getParam4, getParam5, getServiceName, getSubmission, isLicensePublishedFlag, setBillingScore, setBillType, setClientCode, setComments, setFormName, setJourneyId, setLicenseKey, setLicensePublishedFlag, setParam1, setParam2, setParam3, setParam4, setParam5, setServiceName, setSubmission
Methods inherited from class com.avoka.core.entity.BaseEntity
appendProperties, getId, getValuesMap, isNew, setId, toString
Methods inherited from class org.apache.cayenne.CayenneDataObject
makePath, readPropertyDirectly, readState, setPersistenceState, writePropertyDirectly, writeState
Methods inherited from class org.apache.cayenne.BaseDataObject
addToManyTarget, beforePropertyRead, beforePropertyWrite, getSnapshotVersion, readNestedProperty, readProperty, readSerialized, removeToManyTarget, setObjectContext, setReverseRelationship, setSnapshotVersion, setToManyTarget, setToOneTarget, toStringBuffer, unsetReverseRelationship, validateForDelete, validateForInsert, validateForSave, validateForUpdate, willConnect, writeProperty, writeSerialized
Methods inherited from class org.apache.cayenne.PersistentObject
getMapKey, getObjectContext, getObjectId, getPersistenceState, setObjectId
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface org.apache.cayenne.Persistent
getObjectContext, getObjectId, getPersistenceState, setObjectContext, setObjectId, setPersistenceState
-
Field Details
-
TYPE_TXN
Provides a "TXN" type- See Also:
-
TYPE_SVC
Provides an "SVC" type- See Also:
-
BILL_TYPE_VALUES
The set of bill type values.
-
-
Constructor Details
-
Bill
public Bill()
-
-
Method Details
-
setBillingDatetime
Set the billingDatetime value with checking for daylight saving- Overrides:
setBillingDatetime
in class_Bill
- Parameters:
billingDatetime
- the billingDatetime value to set
-