Class Attribute

java.lang.Object
velo.ladaalpha.fields.internet.testing.Attribute

public class Attribute extends Object
The Class Attribute.
  • Constructor Details

    • Attribute

      public Attribute(String name, String val)
      Instantiates a new attribute.
      Parameters:
      name - the name
      val - the val
  • Method Details

    • getName

      public String getName()
      Gets the name.
      Returns:
      the name
    • setName

      public void setName(String name)
      Sets the name.
      Parameters:
      name - the new name
    • getVal

      public String getVal()
      Gets the val.
      Returns:
      the val
    • setVal

      public void setVal(String val)
      Sets the val.
      Parameters:
      val - the new val