Package com.aoindustries.aoserv.client
Interface SingleTableObject<K,V extends AOServObject<K,V>>
-
- All Known Implementing Classes:
Account,AccountHost,Action,Address,Administrator,AdministratorPermission,Assignment,AttachmentBlock,BackupPartition,BackupReport,Bank,BankAccount,BankTransaction,BankTransactionType,Bind,BindFirewallZone,BlackholeAddress,Brand,BrandCategory,CachedObject,CachedObjectAccountNameKey,CachedObjectGroupNameKey,CachedObjectIntegerKey,CachedObjectLongKey,CachedObjectStringKey,CachedObjectUserNameKey,CachedObjectUserNameKey,CachedObjectUserNameKey,CachedObjectUserNameKey,Category,Certificate,CertificateName,CertificateOtherUse,Context,ContextDataSource,ContextParameter,CreditCard,CvsRepository,CyrusImapdBind,CyrusImapdServer,DaemonAcl,Database,Database,DatabaseUser,Device,DisableLog,DistroFile,Domain,EncryptionKey,ExpenseCategory,FileReplication,FileReplicationLog,FileReplicationSchedule,FileReplicationSetting,FilesystemCachedObject,FirewallZone,Forwarding,Group,GroupServer,GroupUser,GuestUser,Header,Host,Host,HttpdBind,HttpdServer,InboxAddress,IpAddress,IpAddressMonitoring,JkMount,Limiter,LimiterClass,LimiterSet,List,ListAddress,Location,MajordomoList,MajordomoServer,MonthlyCharge,MysqlReplication,Network,NoticeLog,NoticeLogBalance,Option,Package,PackageDefinition,PackageDefinitionLimit,Payment,PhysicalServer,Pipe,PipeAddress,PrivateServer,PrivateTomcatSite,Process,Processor,Profile,Rack,Record,Request,Reseller,RewriteRule,SendmailBind,SendmailServer,Server,Server,Server,ServerFarm,ServerStat,Set,SharedTomcat,SharedTomcatSite,Site,Site,Site,SmtpRelay,SmtpSmartHost,SmtpSmartHostDomain,SpamMessage,StaticSite,SystemAlias,TcpRedirect,Ticket,Transaction,User,User,User,User,User,UserAcl,UserHost,UserServer,UserServer,UserServer,VirtualDisk,VirtualHost,VirtualHostName,VirtualServer,WhoisHistory,WhoisHistoryAccount,Worker,Zone
public interface SingleTableObject<K,V extends AOServObject<K,V>>Indicates that an object is contained in only one table.- Author:
- AO Industries, Inc.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AOServTable<K,V>getTable()Gets theAOServTablethat contains thisAOServObject.voidsetTable(AOServTable<K,V> table)
-
-
-
Method Detail
-
getTable
AOServTable<K,V> getTable()
Gets theAOServTablethat contains thisAOServObject.- Returns:
- the
AOServTable.
-
setTable
void setTable(AOServTable<K,V> table)
-
-