Package hec.rss.model

Class OutletUsageContainer

java.lang.Object
hec.rss.model.OutletUsageContainer
All Implemented Interfaces:
AsciiSerializable, FieldAccessor, Serializable

public class OutletUsageContainer extends Object implements AsciiSerializable

Title: Hec Java Development

Description: Container to hold data for the Outlet usage model

Copyright: Copyright (c) 2002

Company: RMA, Inc.

See Also:
  • Constructor Summary

    Constructors
    Constructor
    Description
    Constructor for the OutletUsageContainer object
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the fieldObject attribute of the OutletUsageModel object
    int
    Gets the gateID attribute of the OutletUsageContainer object
    boolean
    Gets the required attribute of the OutletUsageContainer object
    boolean
    Gets the use attribute of the OutletUsageContainer object
    boolean
    Sets the fieldObject attribute of the OutletUsageModel object
    void
    setGateID(int id)
    Sets the gateID attribute of the OutletUsageContainer object
    void
    setRequired(boolean required)
    Sets the required attribute of the OutletUsageContainer object
    void
    setUse(boolean use)
    Sets the use attribute of the OutletUsageContainer object

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • OutletUsageContainer

      public OutletUsageContainer()
      Constructor for the OutletUsageContainer object
  • Method Details

    • getFieldObject

      public Object getFieldObject(Field fld)
      Gets the fieldObject attribute of the OutletUsageModel object
      Specified by:
      getFieldObject in interface FieldAccessor
      Parameters:
      fld - Description of Parameter
      Returns:
      The fieldObject value
    • setFieldObject

      public boolean setFieldObject(Field fld, Object fobj)
      Sets the fieldObject attribute of the OutletUsageModel object
      Specified by:
      setFieldObject in interface FieldAccessor
      Parameters:
      fld - The new fieldObject value
      fobj - The new fieldObject value
      Returns:
      Boolean
    • setGateID

      public void setGateID(int id)
      Sets the gateID attribute of the OutletUsageContainer object
      Parameters:
      id - The new int gateID value
    • setUse

      public void setUse(boolean use)
      Sets the use attribute of the OutletUsageContainer object
      Parameters:
      use - The new use boolean value
    • setRequired

      public void setRequired(boolean required)
      Sets the required attribute of the OutletUsageContainer object
      Parameters:
      required - The new required boolean value
    • getGateID

      public int getGateID()
      Gets the gateID attribute of the OutletUsageContainer object
      Returns:
      The int gateID value
    • getUse

      public boolean getUse()
      Gets the use attribute of the OutletUsageContainer object
      Returns:
      The boolean use value
    • getRequired

      public boolean getRequired()
      Gets the required attribute of the OutletUsageContainer object
      Returns:
      The boolean required value