Class ConfigUtils.ObjectField

java.lang.Object
com.priint.pubserver.comet.util.ConfigUtils.ObjectField
Enclosing class:
ConfigUtils

public static class ConfigUtils.ObjectField extends Object
The Class ObjectField.
  • Constructor Details

    • ObjectField

      public ObjectField(Object object, Field field)
      Instantiates a new object field.
      Parameters:
      object - the object
      field - the field
  • Method Details

    • getField

      public Field getField()
      Gets the field.
      Returns:
      the field
    • setField

      public void setField(Field field)
      Sets the field.
      Parameters:
      field - the new field
    • getObject

      public Object getObject()
      Gets the object.
      Returns:
      the object
    • setObject

      public void setObject(Object object)
      Sets the object.
      Parameters:
      object - the new object