Package com.storedobject.common
Interface Displayable
- All Known Subinterfaces:
ComputedValue<T>
- All Known Implementing Classes:
AbstractCardAccount,AbstractCheckList,AbstractCheckListItem,AbstractComputedInteger,AbstractComputedValue,AbstractServiceItemType,AbstractTradeType,AbstractUnit,AccessControl,Account,AccountChart,AccountChartMap,AccountConfiguration,AccountDocument,AccountEntity,AccountLimit,AccountTitle,AlarmSwitch,AlertRepeatFrequency,APIToken,ApplicableDataLogic,ApplicationAlertHandler,ApplicationModule,Attachment,AttachmentDefinition,AuditTrailConfiguration,AuditTrailLinkConfiguration,AutoLogin,Block,BlockDisplayContent,Bot,BranchAccount,BrowserDeviceLayout,BusinessDocument,BusinessEntity,Calendar,CashAccount,CheckList,CheckListItem,CheckListTemplate,CheckListTemplateItem,ColumnDefinition,Command,ComputedDate,ComputedDouble,ComputedInteger,ComputedLong,ComputedMinute,Configuration,ConnectorLogic,Consignment,ConsignmentItem,ConsignmentPacket,Consumption,Contact,ContactGroupingCode,ContactType,ControlSchedule,CurrencyRate,CustomerInvoice,CustomMessageLogic,DailyConsumption,DailyStatistics,DashboardDefinition,Data,DataChangeNotifierLogic,DataLogic,DeveloperLog,DeviceLayout,DigitalPaymentAccount,Document,DocumentConfiguration,DocumentType,Entity,EntityAccount,EntityRole,Entry,Error,ExchangeRate,ExternalSystemUser,ExtraInfoDefinition,FileCirculation,FileData,FileFolder,FileFolderAccessRights,FixedAssetLocation,FixedTax,ForeignFinancialSystem,FullConsumption,GlobalProperty,GMailSender,HourlyConsumption,HourlyStatistics,IndexDefinition,Inquiry,InstantaneousAccount,InventoryAPN,InventoryAssembly,InventoryBin,InventoryCustodyLocation,InventoryFitmentPosition,InventoryGRN,InventoryGRNItem,InventoryItem,InventoryItemType,InventoryLedger,InventoryLoanOut,InventoryLoanOutItem,InventoryLocation,InventoryPO,InventoryPOItem,InventoryReservedBin,InventoryReturn,InventoryReturnItem,InventoryRO,InventoryROItem,InventorySale,InventorySaleItem,InventoryStore,InventoryStoreBin,InventoryTransfer,InventoryTransferItem,InventoryUnitCorrection,InventoryVirtualLocation,Invoice,Issue,JavaClass,JavaInnerClass,JournalVoucher,JournalVoucherStage,LandedCost,LandedCostType,LimitMessage,LinkDefinition,Log,Logic,LogicGroup,LoginMessage,Mail,MailSender,MaterialIssued,MaterialIssuedItem,MaterialRequest,MaterialRequestItem,MaterialRequestPriority,MaterialReturned,MaterialReturnedItem,MaterialTransferred,MaterialTransferredItem,MCPParameter,MCPPrompt,MCPTool,MediaFile,Memo,MemoAttachment,MemoComment,MemoType,Message,MessageEscalation,MessageEscalationGroup,MessageGroup,MessageTemplate,ModuleLogic,MonthlyConsumption,MonthlyStatistics,MQTT,Name,NoTax,ObjectPermission,ObjectPermissionGroup,ObjectPermissionUser,OffsetAccount,Organization,Packager,PackingUnit,ParameterLogic,PasswordPolicy,Person,PersonalDocument,PersonalEntity,PersonRole,PIN,PrintLogicDefinition,ProcessingLanguage,Product,ProductSkill,Provider,PseudoTran,PseudoTranApproval,PseudoTranDetail,PurchaseType,ReportColumnDefinition,ReportDefinition,ReportFormat,Resource,ResourceCost,SaleType,Schedule,Secret,Sender,SenderGroup,SerialConfigurator,SerialGenerator,SerialPattern,ServerInformation,ServerLink,ServiceItem,ServiceItemType,ShortName,Signature,Site,SMSMessage,SOClass,Statistics,StockHistory,StockHistoryDate,StoredObject,StreamData,SubscriptionItem,SubscriptionItemType,SuperUnit,SupplierInvoice,SupportPerson,SupportUser,SystemEntity,SystemUser,SystemUserGroup,TableDefinition,Tax,TaxAccountConfiguration,TaxDefinition,TaxMethod,TaxRate,TaxRegion,TaxType,Telegram,TextContent,Topic,TransactionDate,TransactionType,TransactionValueDate,UIAction,UIFieldMetadata,UIMetadata,Unit,UnitDefinition,UnitItem,UnitItemType,UnitType,UnpostedJournal,UnpostedJournalEntry,UserAction,UserRegistrationConfiguration,ValueDefinition,ValueImagePosition,ValueLimit,ValueStyle,VirtualFileData,WebBiometric,WeeklyConsumption,WeeklyStatistics,WhatsAppMessage,YearlyConsumption,YearlyStatistics
public interface Displayable
Denote that something is displayable.
- Author:
- Syam
-
Method Summary
-
Method Details
-
toDisplay
Convert to a displayable string. The default implementation returns theStringUtility.toStringInt(Object)value.- Returns:
- A displayable string.
-