/** * [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; }