Interface IDBean
- All Known Subinterfaces:
FeedbackBean
- All Known Implementing Classes:
AbstractComment,ACARSError,ACARSFlightReport,ACARSLogEntry,ACARSMapEntry,ACARSRouteEntry,Accomplishment,AddressValidation,Applicant,ApplicantData,Application,ArchivedRoute,ArchiveMetadata,AssignmentInfo,AssignmentLeg,ATCMapEntry,Briefing,BriefingPackage,BrowserReport,Certificate,CertificationRequirement,Chart,CharterRequest,CheckRide,Comment,ConnectionEntry,Course,CourseComment,CourseProgress,DatabaseBean,DatabaseBlobBean,DatabaseDocumentBean,DatedAccomplishment,DispatchConnectionEntry,DispatchLogEntry,DispatchMapEntry,DispatchRoute,DispatchScheduleEntry,DispatchStatistics,DraftFlightReport,EliteLifetimeStatus,EliteStatus,EMailDelivery,Event,Examination,ExternalChart,ExternalDispatchRoute,ExternalRoute,FDRFlightReport,Feedback,Flight,FlightEliteScore,FlightHistoryEntry,FlightInfo,FlightReport,FlightRoute,FrameRates,GetCoolerChannels.LastPostMessage,GroundMapEntry,Image,ImageBean,IMAPConfiguration,InactivityPurge,InstructionBusy,InstructionFlight,InstructionSession,IPLocation,Issue,Issue,IssueComment,IssueComment,JobPosting,LandingStatistics,LifetimeStatus,LinkedImage,LoginAddress,MapRouteEntry,MembershipTotals,Message,MessageThread,MultiChoiceQuestion,MultiChoiceQuestionProfile,News,Nomination,NominationComment,Notice,PartnerInfo,Person,Pilot,PollOption,PollVote,PopulatedRoute,Profile,PushEndpoint,Question,QuestionProfile,RawScheduleEntry,Resource,RolloverYearlyTotal,Route,RouteEntry,RoutePlotQuestion,RoutePlotQuestionProfile,ScheduleEntry,ScheduleSearchCriteria,ScheduleSearchEntry,SignatureImage,Signup,SimFDRFlightReport,Staff,StatusUpdate,SystemInformation,TakeoffLanding,Test,ThreadNotifications,ThreadUpdate,TouchdownData,Tour,TourProgress,TransferRequest,UserData,Warning,XACARSFlightReport,XAFlightInfo,XARouteEntry,YearlyTotal
public interface IDBean
An interface to annoate objects with an ID, but who do not wish to extend
DatabaseBean.- Since:
- 10.2
- Version:
- 10.2
- Author:
- Luke
-
Method Summary
-
Method Details
-
getID
int getID()Returns the database ID of this object.- Returns:
- the database ID
-
getHexID
String getHexID()Returns the hexadecimal database ID of this object.- Returns:
- the hexadecimal formatted database ID, or an empty string if zero
-