public class AnalystSegregateTarget
extends java.lang.Object
| Constructor and Description |
|---|
AnalystSegregateTarget(java.lang.String theFile,
int thePercent)
Construct the segregation target.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getFile() |
int |
getPercent() |
void |
setFile(java.lang.String theFile) |
void |
setPercent(int thePercent) |
java.lang.String |
toString() |
public AnalystSegregateTarget(java.lang.String theFile,
int thePercent)
theFile - The file.thePercent - The percent.public java.lang.String getFile()
public int getPercent()
public void setFile(java.lang.String theFile)
theFile - the file to setpublic void setPercent(int thePercent)
thePercent - the percent to setpublic java.lang.String toString()
toString in class java.lang.Object