/**
  * [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;
 }
 /**
  * [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;
 }
 /** {@inheritDoc} */
 public void clearModifiedInfo() {
   __modifiedProperties.clear();
 }
 /** {@inheritDoc} */
 public boolean hasModification() {
   return !__modifiedProperties.isEmpty();
 }
 /** {@inheritDoc} */
 public Set<String> modifiedProperties() {
   return __modifiedProperties.getPropertyNames();
 }