java.lang.Object
it.ramecera.salad.everyday.StringInt
public class StringInt
extends java.lang.Object
Bean container for a string and an integer.
Company: Rameceraâ„¢
Creation date: 2020-04-09
Last updated: 2020-04-09
Changes:
- Author:
- M. Maglioni
-
Field Summary
Fields
Modifier and Type |
Field |
Description |
int |
i |
a number
|
java.lang.String |
s |
a string
|
-
Constructor Summary
Constructors
Constructor |
Description |
StringInt() |
default constructor
|
StringInt(java.lang.String s,
int i) |
Standard constructor.
|
-
Method Summary
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
public java.lang.String s
a string
-
-
Constructor Details
-
public StringInt()
default constructor
-
public StringInt(java.lang.String s,
int i)
Standard constructor.
Creation date: 2020-04-09
Last updated: 2020-04-09
Changes:
- Parameters:
s
- the string
i
- the integer