Interface AuthoredBean
- All Known Subinterfaces:
AuditEntry
- All Known Implementing Classes:
AbstractComment,ACARSError,ACARSFlightReport,ACARSLogEntry,ApplicantData,Application,AuditLog,CharterRequest,CheckRide,Comment,ConnectionEntry,CourseComment,CourseProgress,DispatchConnectionEntry,DispatchRoute,DispatchScheduleEntry,DraftFlightReport,Examination,ExternalDispatchRoute,FDRFlightReport,Feedback,FileEntry,FlightEliteScore,FlightHistoryEntry,FlightInfo,FlightReport,GetCoolerChannels.LastPostMessage,Image,Issue,Issue,IssueComment,IssueComment,Message,MessageThread,News,NominationComment,Notice,PerformanceMetrics,Profile,Resource,ScheduleSourceHistory,SimFDRFlightReport,StatusUpdate,Test,TextMessage,ThreadUpdate,TrainingVideo,Video,Warning,XACARSFlightReport,XAFlightInfo
public interface AuthoredBean
A database bean with an author.
- Since:
- 1.0
- Version:
- 1.0
- Author:
- Luke
-
Method Summary
Modifier and TypeMethodDescriptionintReturns the Author of this bean.voidsetAuthorID(int id) Updates the author of this bean.
-
Method Details
-
getAuthorID
int getAuthorID()Returns the Author of this bean.- Returns:
- the author's database ID
- See Also:
-
setAuthorID
void setAuthorID(int id) Updates the author of this bean.- Parameters:
id- the author's database ID.- Throws:
IllegalArgumentException- if id is negative- See Also:
-