- java.lang.Object
-
- com.aoindustries.aoserv.client.Schema
-
- com.aoindustries.aoserv.client.billing.Schema
-
- All Implemented Interfaces:
SchemaParent
public class Schema extends Schema
- Author:
- AO Industries, Inc.
-
-
Constructor Summary
Constructors Constructor Description Schema(AOServConnector connector)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CurrencyTablegetCurrency()MonthlyChargeTablegetMonthlyCharge()StringgetName()Gets the unique name of the schema.NoticeLogTablegetNoticeLog()NoticeLogBalanceTablegetNoticeLogBalance()NoticeTypeTablegetNoticeType()PackageTablegetPackage()PackageCategoryTablegetPackageCategory()PackageDefinitionTablegetPackageDefinition()PackageDefinitionLimitTablegetPackageDefinitionLimit()ResourceTablegetResource()List<? extends AOServTable<?,?>>getTables()Gets an unmodifiable list of all of the tables in the schema.TransactionTablegetTransaction()TransactionTypeTablegetTransactionType()WhoisHistoryTablegetWhoisHistory()WhoisHistoryAccountTablegetWhoisHistoryAccount()-
Methods inherited from class com.aoindustries.aoserv.client.Schema
getConnector, getSchemas, toString
-
-
-
-
Constructor Detail
-
Schema
public Schema(AOServConnector connector)
-
-
Method Detail
-
getCurrency
public CurrencyTable getCurrency()
-
getMonthlyCharge
public MonthlyChargeTable getMonthlyCharge()
-
getNoticeLog
public NoticeLogTable getNoticeLog()
-
getNoticeLogBalance
public NoticeLogBalanceTable getNoticeLogBalance()
-
getNoticeType
public NoticeTypeTable getNoticeType()
-
getPackage
public PackageTable getPackage()
-
getPackageCategory
public PackageCategoryTable getPackageCategory()
-
getPackageDefinition
public PackageDefinitionTable getPackageDefinition()
-
getPackageDefinitionLimit
public PackageDefinitionLimitTable getPackageDefinitionLimit()
-
getResource
public ResourceTable getResource()
-
getTransaction
public TransactionTable getTransaction()
-
getTransactionType
public TransactionTypeTable getTransactionType()
-
getWhoisHistory
public WhoisHistoryTable getWhoisHistory()
-
getWhoisHistoryAccount
public WhoisHistoryAccountTable getWhoisHistoryAccount()
-
getTables
public List<? extends AOServTable<?,?>> getTables()
Description copied from class:SchemaGets an unmodifiable list of all of the tables in the schema.
-
-