Example #1
0
 /**
  * Name: {VARCHAR(150)} <br>
  *
  * @param name The value of the column 'Name'. (Nullable)
  */
 public void setName(String name) {
   _modifiedProperties.addPropertyName("name");
   this._name = name;
 }
Example #2
0
 /**
  * Author: {VARCHAR(255)} <br>
  *
  * @param author The value of the column 'Author'. (Nullable)
  */
 public void setAuthor(String author) {
   _modifiedProperties.addPropertyName("author");
   this._author = author;
 }
Example #3
0
 /**
  * PlanID: {UQ : VARCHAR(50)} <br>
  *
  * @param planid The value of the column 'PlanID'. (Nullable)
  */
 public void setPlanid(String planid) {
   _modifiedProperties.addPropertyName("planid");
   this._planid = planid;
 }
Example #4
0
 /**
  * Category: {VARCHAR(100)} <br>
  *
  * @param category The value of the column 'Category'. (Nullable)
  */
 public void setCategory(String category) {
   _modifiedProperties.addPropertyName("category");
   this._category = category;
 }
Example #5
0
 public void clearModifiedPropertyNames() {
   _modifiedProperties.clear();
 }
Example #6
0
 public boolean hasModification() {
   return !_modifiedProperties.isEmpty();
 }
Example #7
0
 /**
  * NumericWeight: {DOUBLE} <br>
  *
  * @param numericweight The value of the column 'NumericWeight'. (Nullable)
  */
 public void setNumericweight(java.math.BigDecimal numericweight) {
   _modifiedProperties.addPropertyName("numericweight");
   this._numericweight = numericweight;
 }
 /**
  * Set the value of the column 'HIRE_DATE'. <br>
  * {DATE}
  *
  * @param hireDate The value of the column 'HIRE_DATE'. (Nullable)
  */
 public void setHireDate(java.util.Date hireDate) {
   _modifiedProperties.addPropertyName("hireDate");
   this._hireDate = hireDate;
 }
Example #9
0
 /**
  * ScenarioType: {UQ : VARCHAR(12)} <br>
  *
  * @param scenariotype The value of the column 'ScenarioType'. (Nullable)
  */
 public void setScenariotype(String scenariotype) {
   _modifiedProperties.addPropertyName("scenariotype");
   this._scenariotype = scenariotype;
 }
Example #10
0
 /**
  * Description: {VARCHAR(50)} <br>
  *
  * @param description The value of the column 'Description'. (Nullable)
  */
 public void setDescription(String description) {
   _modifiedProperties.addPropertyName("description");
   this._description = description;
 }
Example #11
0
 /**
  * TestClass: {UQ : VARCHAR(50)} <br>
  *
  * @param testclass The value of the column 'TestClass'. (Nullable)
  */
 public void setTestclass(String testclass) {
   _modifiedProperties.addPropertyName("testclass");
   this._testclass = testclass;
 }
 /**
  * Set the value of the column 'VERSION_NO'. <br>
  * {DECIMAL(8)}
  *
  * @param versionNo The value of the column 'VERSION_NO'. (Nullable)
  */
 public void setVersionNo(java.math.BigDecimal versionNo) {
   _modifiedProperties.addPropertyName("versionNo");
   this._versionNo = versionNo;
 }
 /**
  * Set the value of the column 'DEPT_ID'. <br>
  * {INTEGER : FK to SAMPLE2_DEPT}
  *
  * @param deptId The value of the column 'DEPT_ID'. (Nullable)
  */
 public void setDeptId(java.lang.Integer deptId) {
   _modifiedProperties.addPropertyName("deptId");
   this._deptId = deptId;
 }
Example #14
0
 /**
  * Notes: {LONGCHAR(2147483647)} <br>
  *
  * @param notes The value of the column 'Notes'. (Nullable)
  */
 public void setNotes(String notes) {
   _modifiedProperties.addPropertyName("notes");
   this._notes = notes;
 }
Example #15
0
 // ===================================================================================
 //                                                                 Modified Properties
 //                                                                 ===================
 public Set<String> getModifiedPropertyNames() {
   return _modifiedProperties.getPropertyNames();
 }
Example #16
0
 /**
  * TestPlan: {LONGCHAR(2147483647)} <br>
  *
  * @param testplan The value of the column 'TestPlan'. (Nullable)
  */
 public void setTestplan(String testplan) {
   _modifiedProperties.addPropertyName("testplan");
   this._testplan = testplan;
 }
 /**
  * Set the value of the column 'ID'. <br>
  * {PK : INTEGER : NotNull}
  *
  * @param id The value of the column 'ID'. (Nullable)
  */
 public void setId(java.lang.Integer id) {
   _modifiedProperties.addPropertyName("id");
   this._id = id;
 }