Package com.mebigfatguy.fbcontrib.detect
Class SillynessPotPourri.SPPUserValue
- java.lang.Object
-
- com.mebigfatguy.fbcontrib.detect.SillynessPotPourri.SPPUserValue
-
- Enclosing class:
- SillynessPotPourri
static class SillynessPotPourri.SPPUserValue extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description private java.lang.String
details
private SillynessPotPourri.SPPMethod
method
-
Constructor Summary
Constructors Constructor Description SPPUserValue(SillynessPotPourri.SPPMethod mthd)
SPPUserValue(SillynessPotPourri.SPPMethod mthd, java.lang.String detail)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(java.lang.Object o)
java.lang.String
getDetails()
SillynessPotPourri.SPPMethod
getMethod()
int
hashCode()
java.lang.String
toString()
-
-
-
Field Detail
-
method
private SillynessPotPourri.SPPMethod method
-
details
private java.lang.String details
-
-
Constructor Detail
-
SPPUserValue
public SPPUserValue(SillynessPotPourri.SPPMethod mthd)
-
SPPUserValue
public SPPUserValue(SillynessPotPourri.SPPMethod mthd, java.lang.String detail)
-
-
Method Detail
-
getMethod
public SillynessPotPourri.SPPMethod getMethod()
-
getDetails
public java.lang.String getDetails()
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equals
in classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-