Module org.xbib.rpm

Class Trigger.IntString

java.lang.Object
org.xbib.rpm.trigger.Trigger.IntString
Enclosing interface:
Trigger

public static class Trigger.IntString extends Object
Simple class to pair an int and a String with each other.
  • Constructor Details

    • IntString

      public IntString(int theInt, String theString)
  • Method Details

    • getInt

      public int getInt()
    • setInt

      public void setInt(int theInt)
    • getString

      public String getString()
    • setString

      public void setString(String theString)