Package hec.data.pool
Class PoolName
java.lang.Object
hec.data.pool.PoolName
- All Implemented Interfaces:
IPoolName
Represents the database PoolName information.
-
Constructor Details
-
PoolName
Constructs a new PoolName for the given pool name and office ID- Parameters:
poolName
- Pool name as textofficeId
- Office ID
-
-
Method Details
-
getPoolName
Description copied from interface:IPoolName
Returns the pool name as text- Specified by:
getPoolName
in interfaceIPoolName
- Returns:
- Pool name text
-
getOfficeId
Description copied from interface:IPoolName
Returns the office ID- Specified by:
getOfficeId
in interfaceIPoolName
- Returns:
- Office ID
-
hashCode
public int hashCode() -
asRef
Description copied from interface:IPoolName
Creates a new PoolNameRef object that can be used for retrieval of data. -
equals
-