- Home
- XML
- baseHibernateEntity
An object defining the basic abilities we want all of our hibernate objects to have.
- Namespace
- (Default)
- Schema
- ns0.xsd
- Abstract Type
- Subtypes
- history, obeSyncLog, reason, ticket, transaction, accountingSystem, agentCommission, agentCommissionStatement, agentCommissionStatementNote, agentCommissionStatementStatus, agentItinerarySetting, agentNote, airAgentNote, airClientContract, airClientContractFileLink, airJustification, airPortalAlert, airPortalAlertDismissed, airPortalAlertSeverity, airSegment, airVendor, airVendorAlliance, airVendorCommissionContract, airVendorCommissionLink, aircraftType, airportalClientContract, airportalNote, airportalSegment, airportalVendor, airselectAnalytic, airselectAnalyticCC, airselectErrorReport, airtineraryAnalytic, airtineraryAnalyticCC, analyticStatus, carAgentNote, carClass, carClientContract, carClientContractFileLink, carEquipment, carFeature, carJustification, carLocation, carRateCode, carSegment, carTransmission, carTypeCode, carVendor, city, classOfService, classOfServiceLevel, client, clientAirAvailabilitySetting, clientAttachment, clientBillingOptions, clientChildrenComposite, clientContact, clientContactInfo, clientContract, clientCustomAgencyContacts, clientCustomAgencyNumber, clientFeeContract, clientFlatFee, clientItinerarySetting, clientLocation, clientLogEntry, clientManager, clientMember, clientNote, clientNoteCategory, clientProfileField, clientProfileFieldCategory, clientProfileFieldSubcategory, clientProfileSelectValue, clientReporting, clientReportingCredentials, clientRiskManagement, clientServiceFee, clientSettings, clientSource, clientStatus, clientTravelPolicy, clientTravelPolicyAction, clientTravelPolicyApproval, clientTravelPolicyCar, clientTravelPolicyCarType, clientTravelPolicyCity, clientTravelPolicyPreference, clientTravelPolicyRemarks, clientTravelPolicyServiceClass, clientTravelPolicyStops, clientTravelPolicyUdid, clientTravelType, clientType, clientUdid, commission, concurAuthToken, contractAirType, contractType, country, credentials, creditCard, creditCardType, customLink, dashboard, dashboardLocation, emailCC, emailDesign, emailTemplate, employeeDirectoryProfile, encompassCredentials, exchangeRate, faq, faqCategory, feeJustification, feedback, feedbackAnswer, feedbackAnswerLabel, feedbackQuestion, feedbackStatus, fees, flightDelay, globalDistributionSystem, group, HRFeed, hotelAgentNote, hotelAttachmentQueue, hotelChainClientContract, hotelClientContract, hotelFamily, hotelJustification, hotelLocation, hotelLocationCode, hotelSegment, hotelVendor, importAnalytic, industry, internalNews, invoice, itinerary, itinerarySpendGoals, itinerarySpendSummary, itineraryStatus, logEntry, loginAttempts, marketingEmailContent, marketingEmailStatus, marketingEmailType, meal, notification, notificationCheckin, notificationMethod, notificationStatus, officeAppLink, officeBannerAd, officeItinerarySetting, officeProfileSettings, officeTravelPolicy, onlineBookingEngine, passengerInformation, payment, paymentForm, perDiemReimbursementRate, permission, proactiveTime, proactiveTimeActivity, proactiveTimeCategory, proactiveTimeGoals, profileAddressType, profileField, profileFieldGroup, profileFieldVisibility, profileImportAnalytic, profileInputType, profileUploadAnalytic, profileValue, profileValueEncrypted, profileValueGroup, profileValueUnencrypted, queue, queueAgentSortSetting, queueSortSetting, queueType, queueTypeOfficeDefault, quickLink, region, reservation, reservationStatus, reservationTax, reservationType, riskManagementVendor, role, SSOProtocol, samlConfig, seat, seatStatus, segmentStatus, serviceFeeAccrualFrequency, serviceFeeActivity, serviceFeeLaborer, serviceFeePayFrequency, serviceFeePayType, serviceFeeProduct, siteAnalytic, stopOver, ticketingAnalytic, ticketingAnalyticMessage, ticketingAnalyticReviewer, timeZone, tmcBannerAd, tmcItinerarySetting, tmcSettings, trainStation, trainVendor, travelManagementCompany, travelOption, travelOptionType, travelPolicy, travelPolicyAction, travelPolicyDisplay, travelPolicyOperator, travelPolicyQueue, travelPolicyRefundableOption, travelPolicyReviewer, travelPolicyRule, travelPolicyRuleClass, travelPolicyRuleType, travelPolicySummary, travelPolicyUnit, travelSegment, travelSegmentRemark, travelVendor, tripitAnalytic, udidReportCode, unclaimedCommission, user, userCurrentClient, userItinerarySetting, userRequest, userToWt0Task, username, vendorContact, virtualPayContact, virtualPaymentCard, virtualPaymentCredentials, virtualPaymentServiceType, visaType, voidLog, widget, widgetDashboard, widgetDashboardAbstract, wt0Task, itinerarySavingsDetail, itinerarySavingsSummary, monthlySummary, savingsType, valuelogicUdidInfo, valuelogicUdidNumber, valuelogicUdidService, airtineraryErrorReport, errorCode, errorReport, importErrorReport, midofficeErrorReport, profileImportError, profileUploadError, queueErrorReport, tripitErrorReport, travelAlert, travelAlertDestination, travelAlertNotification, travelAlertSeverity, travelAlertType, weatherForecast, domoDataSet, domoGroup, domoPolicy, domoUser, faxDocument, faxError, faxQueue, faxStatus, hubspotDeleteList, subCategory, ticketInfo, customFieldTemplate, hplDocument, hplEmail, hplLog, hplQueue, hplSettings, userDefinedFieldTemplate, advisorAward, advisorBanner, advisorDepartment, advisorDesignation, advisorDestination, advisorInterest, advisorInterestCategory, advisorProfile, advisorSchedule, advisorSpecialization, advisorSpecialty, advisorTestimonial, agentGroup, employeeInfo, employeeType, officeInfo, onlineSupportOffice, profileAirNumber, profileCarNumber, profileCreditCard, profileCustom, profileHotelNumber, profileUrl, profileUser, sapGroup, sapJob, sapStat, groupRequestTraveler, groupRequestTravelerLoyaltyProgram, groupRequestTravelerPassport, groupTraveler, groupTravelerType, travelGroup, travelGroupRequest, travelGroupRequestAttachmentUrl, travelGroupRequestDeparture, travelGroupRequestDestination, travelGroupRequestGround, travelGroupRequestGroundUrl, travelGroupRequestHotel, travelGroupRequestStatus, clientDTO
Properties
| name |
data type |
type |
namespace |
min/max occurs |
description |
| id
|
long
|
element
|
|
0/1
|
The unique internal ID of the object.
|
| version
|
long
|
element
|
|
0/1
|
For internal use only. This is the serialization recorder for optimistic locking of several objects between sessions.
|
Properties inherited from baseEntity |
| violations |
list of simpleViolation
|
element
|
|
0/unbounded
|
A list of constraint violations, if any, that this object has. |
Example
This data type is abstract. The example below may be incomplete. More accurate examples can be found in subtypes pages.
<b----->
<id>...</id>
<version>...</version>
<violations>
<propertyName>...</propertyName>
<failureMessage>...</failureMessage>
<stackTrace>...</stackTrace>
</violations>
</b----->