All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.gennbo.NBOFileData47 Maven / Gradle / Ivy

There is a newer version: 14.31.10
Show newest version
package org.gennbo;


class NBOFileData47 {
  String preParams = "";
  String noFileKeywords = "";
  String postKeywordData = "";
  String allKeywords = "";
  
  NBOFileData47() { }
  
  NBOFileData47 set(String preParams, String allKeywords, String postKeywordData) {
    this.preParams = preParams;
    this.noFileKeywords = NBOUtil.removeNBOFileKeyword(allKeywords, null);
    this.allKeywords = allKeywords;
    this.postKeywordData = postKeywordData;
    return this;
  }
  
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy