Ejemplo n.º 1
0
 /**
  * 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;
 }
Ejemplo n.º 2
0
 /**
  * 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;
 }
Ejemplo n.º 3
0
 /**
  * Set the value of the column 'NAME'. <br>
  * {VARCHAR(20)}
  *
  * @param name The value of the column 'NAME'. (Nullable)
  */
 public void setName(String name) {
   _modifiedProperties.addPropertyName("name");
   this._name = name;
 }
Ejemplo n.º 4
0
 /**
  * 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;
 }
Ejemplo n.º 5
0
 /**
  * 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;
 }