/**
  * [set] REF_NEXT_TARGET_ID: {PK, NotNull, NUMBER(16)} <br>
  *
  * @param refNextTargetId The value of the column 'REF_NEXT_TARGET_ID'. (basically NotNull if
  *     update: for the constraint)
  */
 public void setRefNextTargetId(Long refNextTargetId) {
   __modifiedProperties.addPropertyName("refNextTargetId");
   this._refNextTargetId = refNextTargetId;
 }
 /**
  * [set] NEXT_TARGET_CODE: {NotNull, CHAR(3), FK to NEXT_SCHEMA_PRODUCT_STATUS} <br>
  *
  * @param nextTargetCode The value of the column 'NEXT_TARGET_CODE'. (basically NotNull if update:
  *     for the constraint)
  */
 public void setNextTargetCode(String nextTargetCode) {
   __modifiedProperties.addPropertyName("nextTargetCode");
   this._nextTargetCode = nextTargetCode;
 }
Example #3
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;
 }
 /**
  * [set] (生年月日)BIRTHDATE: {DATE(10), refers to member.BIRTHDATE} <br>
  * 必須項目ではないので、このデータがない会員もいる。
  *
  * @param birthdate The value of the column 'BIRTHDATE'. (NullAllowed: null update allowed for no
  *     constraint)
  */
 public void setBirthdate(java.util.Date birthdate) {
   __modifiedProperties.addPropertyName("birthdate");
   this._birthdate = birthdate;
 }
Example #5
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 #6
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 #7
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;
 }
Example #8
0
 public void clearModifiedPropertyNames() {
   _modifiedProperties.clear();
 }
 /**
  * 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;
 }
 /**
  * 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 '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;
 }
 /**
  * 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;
 }
 /**
  * [set] (会員ステータス名称)MEMBER_STATUS_NAME: {VARCHAR(50), refers to member_status.MEMBER_STATUS_NAME}
  * <br>
  *
  * @param memberStatusName The value of the column 'MEMBER_STATUS_NAME'. (NullAllowed: null update
  *     allowed for no constraint)
  */
 public void setMemberStatusName(String memberStatusName) {
   __modifiedProperties.addPropertyName("memberStatusName");
   this._memberStatusName = memberStatusName;
 }
 /**
  * Accept specified properties. (after clearing this properties)
  *
  * @param properties The properties as copy-resource. (NotNull)
  */
 public void accept(EntityModifiedProperties properties) {
   clear();
   for (String propertyName : properties.getPropertyNames()) {
     addPropertyName(propertyName);
   }
 }
 /**
  * [set] INTEGER_NON_DIGIT_SUM: {DECIMAL(27)} <br>
  *
  * @param integerNonDigitSum The value of the column 'INTEGER_NON_DIGIT_SUM'. (NullAllowed: null
  *     update allowed for no constraint)
  */
 public void setIntegerNonDigitSum(java.math.BigDecimal integerNonDigitSum) {
   __modifiedProperties.addPropertyName("integerNonDigitSum");
   this._integerNonDigitSum = integerNonDigitSum;
 }
Example #16
0
 // ===================================================================================
 //                                                                 Modified Properties
 //                                                                 ===================
 public Set<String> getModifiedPropertyNames() {
   return _modifiedProperties.getPropertyNames();
 }
Example #17
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 #18
0
 public boolean hasModification() {
   return !_modifiedProperties.isEmpty();
 }
Example #19
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 #20
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 #21
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;
 }
Example #22
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;
 }
 /** {@inheritDoc} */
 public void clearModifiedInfo() {
   __modifiedProperties.clear();
 }
Example #24
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] (会員ID)MEMBER_ID: {INT(11), refers to member.MEMBER_ID} <br>
  * 会員を識別するID。連番として基本的に自動採番される。<br>
  * (会員IDだけに限らず)採番方法はDBMSによって変わる。
  *
  * @param memberId The value of the column 'MEMBER_ID'. (NullAllowed: null update allowed for no
  *     constraint)
  */
 public void setMemberId(Integer memberId) {
   __modifiedProperties.addPropertyName("memberId");
   this._memberId = memberId;
 }