|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.aitools.programd.util.StringTriple
public class StringTriple
Contains three Strings.
| Constructor Summary | |
|---|---|
StringTriple(String firstString,
String secondString,
String thirdString)
Constructs a StringTriple from the given three strings. |
|
| Method Summary | |
|---|---|
boolean |
equals(Object object)
|
String |
getFirst()
|
String |
getSecond()
|
String |
getThird()
|
void |
setFirst(String text)
Sets the text of the first string. |
void |
setSecond(String text)
Sets the text of the second string. |
void |
setThird(String text)
Sets the text of the third string. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public StringTriple(String firstString,
String secondString,
String thirdString)
firstString - the first stringsecondString - the second stringthirdString - the third string| Method Detail |
|---|
public String getFirst()
public String getSecond()
public String getThird()
public void setFirst(String text)
text - the text to setpublic void setSecond(String text)
text - the text to setpublic void setThird(String text)
text - the text to setpublic boolean equals(Object object)
equals in class ObjectObject.equals(java.lang.Object)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||