Class IdNextTreatment

  • All Implemented Interfaces:
    NextTreatment

    public final class IdNextTreatment
    extends java.lang.Object
    implements NextTreatment
    Represents a next action specified by next id.
    • Method Detail

      • nextId

        public int nextId()
        Returns next id.
        Returns:
        next id
      • of

        public static IdNextTreatment of​(int nextId)
        Returns an instance of IdNextTreatment with given next id.
        Parameters:
        nextId - next id
        Returns:
        an instance of IdNextTreatment
      • hashCode

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

        public boolean equals​(java.lang.Object obj)
        Overrides:
        equals in class java.lang.Object
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object