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:IPoolNameReturns the pool name as text- Specified by:
getPoolNamein interfaceIPoolName- Returns:
- Pool name text
-
getOfficeId
Description copied from interface:IPoolNameReturns the office ID- Specified by:
getOfficeIdin interfaceIPoolName- Returns:
- Office ID
-
hashCode
public int hashCode() -
asRef
Description copied from interface:IPoolNameCreates a new PoolNameRef object that can be used for retrieval of data. -
equals
-