Modifier and Type | Field and Description |
---|---|
protected String |
AbstractContentFacet.authorizations
JSON String to represent a Map of <String,
Authorization > per module. |
protected Integer |
AbstractContent.bitmask |
protected Date |
AbstractContent.created |
protected Long |
AbstractContent.id |
protected Long |
AbstractContentFacet.id |
protected Integer |
AbstractContentFacet.index
If this
ContentFacet is part of an Array (list), then this will not be null
and have the index number (starts from 0) |
protected Date |
AbstractContent.launchDate
For Search, ordering etc.
|
protected String |
AbstractContent.name
Unique (for a language/locale/variant & status) Name to refer to the record
Id is an Auto generated number used by the system,
but is difficult for the outside world to get a handle on it.
|
protected String |
AbstractContentFacet.name
The Name in facet is the same as refName
|
protected Status |
AbstractContent.status |
protected Date |
AbstractContent.updated |
Modifier and Type | Field and Description |
---|---|
protected Long |
HierarchialDomainObject.parentId |
Modifier and Type | Field and Description |
---|---|
protected boolean |
AbstractArea.active
Way to switch on or off area without having to update other data to turn it off
|
protected String |
AbstractArea.code
Region Code
|
protected String |
AbstractArea.currency
Currency for the region
|
protected String |
AbstractArea.language
What is the language for the Region.
|
protected String |
AbstractArea.name
Name of Area / Locality
|
protected String |
AbstractArea.type
Area Type Country, region, PIN etc.
|
Modifier and Type | Field and Description |
---|---|
protected Date |
Order.created
Date of creation.
Useful if Order.purchaseDate is not same as Order.created date
TODO: Made nullable for now to support projects where col did not exist. |
protected String |
ConvertedCurrencyOrder.fromAmountDetailsJSON
The From amount details recorded in JSON format.
|
protected String |
ConvertedCurrencyOrder.fromCurrency
The currency from which the currency amount was derived.
|
protected PaymentContext |
BaseOrderItem.paymentContext |
protected PaymentMethod |
Order.paymentMethod |
protected Date |
Order.purchaseDate
Date when the order was purchased.
|
protected Double |
BaseOrderItem.quantity |
protected Double |
ConvertedCurrencyOrder.rate
Rate of conversion applied to the
ConvertedCurrencyOrder.fromCurrency to derive the BaseOrderItem.getAmount() .currency. |
protected OrderStatus |
BaseOrderItem.status |
protected Date |
Order.statusDate
Date when
BaseOrderItem.status was changed |
protected Date |
BaseOrderItem.updated |
Modifier and Type | Field and Description |
---|---|
protected String |
GenericEcomUser.firstName |
protected String |
GenericEcomUser.lastName |
protected String |
GenericEcomUser.middleName |
Modifier and Type | Field and Description |
---|---|
protected Integer |
AbstractEvent.bitmask |
protected Date |
AbstractEvent.endDate |
protected String |
AbstractEvent.name |
protected Date |
AbstractEvent.startDate |
protected String |
AbstractEvent.type
A sub-type
|
Modifier and Type | Field and Description |
---|---|
protected String |
Venue.displayName |
protected Long |
Organization.id |
protected Long |
Venue.id |
protected String |
Organization.name
Unique Name to refer to the record
Id is an Auto generated number used by the system,
but is difficult for the outside world to get a handle on it.
|
protected String |
Venue.name
Unique Name to refer to the record
Id is an Auto generated number used by the system,
but is difficult for the outside world to get a handle on it.
|
Modifier and Type | Field and Description |
---|---|
protected Long |
Rating.id |
Copyright © 2018. All rights reserved.