Package hec.data.pool

Class PoolNameRef

java.lang.Object
hec.data.pool.PoolNameRef

public final class PoolNameRef extends Object
Represents the data required for retrieving IPoolName objects from the database.
  • Constructor Details

    • PoolNameRef

      public PoolNameRef(String poolNameMask, String officeIdMask)
      Creates a new PoolNameRef object for a given glob style pool name, and office ID.
      Parameters:
      poolNameMask - Glob style pool name mask
      officeIdMask - Glob style office ID mask
  • Method Details

    • all

      public static PoolNameRef all()
      Creates a new PoolNameRef for retrieving all available pool names.
      Returns:
      New PoolNameRef for retrieving all available pool names.
    • getPoolNameMask

      public String getPoolNameMask()
      Returns the glob style pool name mask
      Returns:
      Glob style pool name mask
    • getOfficeIdMask

      public String getOfficeIdMask()
      Returns the glob style office ID mask
      Returns:
      Glob style office ID mask
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object