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
Modifier and TypeMethodDescriptiongetTable()
Gets theAoservTable
that contains thisAoservObject
.void
setTable
(AoservTable<K, V> table)
-
Method Details
-
getTable
AoservTable<K,V> getTable()Gets theAoservTable
that contains thisAoservObject
.- Returns:
- the
AoservTable
.
-
setTable
-