Class SloSelection.Beneficiary

  • Enclosing class:
    SloSelection

    public static class SloSelection.Beneficiary
    extends java.lang.Object
    Beneficiary of a service.
    • Constructor Summary

      Constructors 
      Constructor Description
      Beneficiary​(java.lang.String name, java.lang.String value)
      Creates a new Beneficiary.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean equals​(java.lang.Object obj)  
      java.lang.String getName()
      Returns the name of the Beneficiary.
      java.lang.String getValue()
      Returns the value of the Beneficiary.
      int hashCode()  
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Beneficiary

        public Beneficiary​(java.lang.String name,
                           java.lang.String value)
        Creates a new Beneficiary.
        Parameters:
        name - Name (Key) of the Custom Attribute Variable defined in the Variable UC_CUSTOM_ATTRIBUTES
        value - Selected Key of the user defined custom attribute
    • Method Detail

      • getName

        public java.lang.String getName()
        Returns the name of the Beneficiary.
        Returns:
        Name of the Beneficiary
      • getValue

        public java.lang.String getValue()
        Returns the value of the Beneficiary.
        Returns:
        Value of the Beneficiary
      • 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