Exemplo n.º 1
0
 public ProsePackage(
     String stfFile,
     String stfLabel,
     long tuObjectId,
     String tuStfFile,
     String tuStfLabel,
     String tuCustomString) {
   stf.setStfFilename(stfFile);
   stf.setStfName(stfLabel);
   this.tuObjectId = tuObjectId;
   tuStf.setStfFilename(tuStfFile);
   tuStf.setStfName(tuStfLabel);
   this.tuCustomString = tuCustomString;
 }
Exemplo n.º 2
0
 public ProsePackage(String stfFile, String stfLabel, String ttCustomString) {
   stf.setStfFilename(stfFile);
   stf.setStfName(stfLabel);
   this.ttCustomString = ttCustomString;
 }
Exemplo n.º 3
0
 public ProsePackage(String stfFile, String stfLabel) {
   stf.setStfFilename(stfFile);
   stf.setStfName(stfLabel);
 }