Class CachedObjectGroupNameKey<V extends CachedObjectGroupNameKey<V>>
java.lang.Object
com.aoindustries.aoserv.client.AoservObject<Group.Name,V>
com.aoindustries.aoserv.client.CachedObject<Group.Name,V>
com.aoindustries.aoserv.client.linux.CachedObjectGroupNameKey<V>
- All Implemented Interfaces:
Streamable,StreamReadable,StreamWritable,Row,AoservReadable,AoservStreamable,AoservWritable,SingleTableObject<Group.Name,V>
- Direct Known Subclasses:
Group
public abstract class CachedObjectGroupNameKey<V extends CachedObjectGroupNameKey<V>>
extends CachedObject<Group.Name,V>
An object that is cached and uses
Group.Name as its primary key.- Author:
- AO Industries, Inc.
-
Field Summary
FieldsFields inherited from class com.aoindustries.aoserv.client.CachedObject
tableFields inherited from class com.aoindustries.aoserv.client.AoservObject
USE_ARRAY_OF_DOMAIN, USE_SQL_DATA, USE_SQL_DATA_WRITE -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedDeprecated, for removal: This API element is subject to removal in a future version.Only required for implementation, do not use directly. -
Method Summary
Modifier and TypeMethodDescriptionbooleangetKey()inthashCode()AoservObject.toString()implementation that is allowed to throw exceptions.Methods inherited from class com.aoindustries.aoserv.client.CachedObject
getTable, setTableMethods inherited from class com.aoindustries.aoserv.client.AoservObject
compare, compare, compare, compare, compareIgnoreCaseConsistentWithEquals, compareTo, compareTo, compareTo, getAccountingCode, getColumn, getColumnImpl, getColumns, getColumns, getDomainLabel, getDomainLabels, getDomainName, getDto, getEmail, getGecos, getGroupId, getHashedKey, getHashedPassword, getHostname, getInetAddress, getLinuxId, getLinuxUserName, getMacAddress, getMysqlDatabaseName, getMysqlServerName, getMysqlUserName, getPort, getPostgresDatabaseName, getPostgresServerName, getPostgresUserId, getTableId, getTableSchema, getTimeMillis, getTimeMillis, getUnixPath, getUserId, init, read, read, toString, write, write
-
Field Details
-
pkey
-
-
Constructor Details
-
CachedObjectGroupNameKey
Deprecated, for removal: This API element is subject to removal in a future version.Only required for implementation, do not use directly.- See Also:
-
-
Method Details
-
equals
Description copied from class:AoservObjectImplementation Note:
This default implementation considers the object equal when it is the same class (viaObject.getClass()and has equal keys (viaAoservObject.getKey()).- Overrides:
equalsin classAoservObject<Group.Name,V extends CachedObjectGroupNameKey<V>>
-
getKey
- Specified by:
getKeyin classAoservObject<Group.Name,V extends CachedObjectGroupNameKey<V>>
-
hashCode
public int hashCode()Description copied from class:AoservObjectImplementation Note:
This default implementation callsAoservObject.hashCode()on the key (fromAoservObject.getKey()).- Overrides:
hashCodein classAoservObject<Group.Name,V extends CachedObjectGroupNameKey<V>>
-
toStringImpl
Description copied from class:AoservObjectAoservObject.toString()implementation that is allowed to throw exceptions.Implementation Note:
This default implementation callsAoservObject.toString()on the key (fromAoservObject.getKey()). When the key isnull, uses the default implementation fromObject.toString().- Overrides:
toStringImplin classAoservObject<Group.Name,V extends CachedObjectGroupNameKey<V>>
-
