|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcdx.scorebot.net.TestSuiteSkeleton
public class TestSuiteSkeleton
Contains the skeleton information for a TestSuite
Constructor Summary | |
---|---|
TestSuiteSkeleton(java.lang.String name)
basic constructor |
|
TestSuiteSkeleton(TestSuiteSkeleton tss)
copy constructor |
Method Summary | |
---|---|
boolean |
equals(java.lang.Object o)
|
java.lang.String |
getHostname()
gets the ip/hostname this suite tests |
java.lang.String |
getName()
gets the name of the suite this applies to |
int |
getPort()
gets the port this suite tests |
int |
hashCode()
hashCode is the hashCode of the summation of hashCode of each non-transient data member |
boolean |
isValid()
gets whether or not this suite name refers to a valid suite within the current NetworkTestPackage |
void |
setHostname(java.lang.String hostname)
sets the ip/hostname this suite tests |
void |
setName(java.lang.String name)
sets the name of the suite this applies to |
void |
setPort(int port)
sets the port this suite tests |
void |
setValid(boolean valid)
sets whether or not this suite name refers to a valid suite within the current NetworkTestPackage |
java.lang.String |
toString()
returns the name of the suite this works with |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public TestSuiteSkeleton(java.lang.String name)
public TestSuiteSkeleton(TestSuiteSkeleton tss)
Method Detail |
---|
public java.lang.String getName()
public void setName(java.lang.String name)
public java.lang.String getHostname()
public void setHostname(java.lang.String hostname)
public int getPort()
public void setPort(int port)
public boolean isValid()
public void setValid(boolean valid)
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |