Package hec.data.pool
Class PoolNameRef
java.lang.Object
hec.data.pool.PoolNameRef
Represents the data required for retrieving IPoolName objects from the database.
-
Constructor Summary
ConstructorsConstructorDescriptionPoolNameRef
(String poolNameMask, String officeIdMask) Creates a new PoolNameRef object for a given glob style pool name, and office ID. -
Method Summary
Modifier and TypeMethodDescriptionstatic PoolNameRef
all()
Creates a new PoolNameRef for retrieving all available pool names.boolean
Returns the glob style office ID maskReturns the glob style pool name maskint
hashCode()
-
Constructor Details
-
PoolNameRef
Creates a new PoolNameRef object for a given glob style pool name, and office ID.- Parameters:
poolNameMask
- Glob style pool name maskofficeIdMask
- Glob style office ID mask
-
-
Method Details
-
all
Creates a new PoolNameRef for retrieving all available pool names.- Returns:
- New PoolNameRef for retrieving all available pool names.
-
getPoolNameMask
Returns the glob style pool name mask- Returns:
- Glob style pool name mask
-
getOfficeIdMask
Returns the glob style office ID mask- Returns:
- Glob style office ID mask
-
hashCode
public int hashCode() -
equals
-