ContextValueHistory.java

/*
 *        @ Copyright 2001 FA Software;
 *        All right reserved. No part of this program may be reproduced or
 *        transmitted in any form or by any means, electronic or
 *        mechanical, including photocopying, recording, or by any
 *        information storage or retrieval system without written
 *        permission from FA Software, except for inclusion of brief
 *        quotations in a review.
 */
package com.mycim.valueobject.prp;

import java.sql.Timestamp;

public class ContextValueHistory implements java.io.Serializable {

    // --------------------------------------------------------- Instance Variables
    private String status;

    private String effectiveDateFrom;

    private String effectiveDateTo;

    private Long ecnRrn;

    private String contextKey1;

    private String contextKey2;

    private String contextKey3;

    private String contextKey4;

    private String contextKey5;

    private String contextKey6;

    private String resultValue1;

    private String resultValue2;

    private String resultValue3;

    private long contextRrn;

    private String contextId;

    private int sequence;

    private String contextKey7;

    private String contextKey8;

    private String contextKey9;

    private String contextKey10;

    private String contextKey11;

    private String contextKey12;

    private String contextKey13;

    private String contextKey14;

    private String contextKey15;

    private String resultValue4;

    private String resultValue5;

    private String resultValue6;

    private String resultValue7;

    private String resultValue8;

    private String resultValue9;

    private String resultValue10;

    private String resultValue11;

    private String resultValue12;

    private String resultValue13;

    private String resultValue14;

    private String resultValue15;

    private Integer sequenceNumber;

    private String matchRuleFlag;

    private String flag;

    private String oldResultValue1;

    private String oldResultValue2;

    private String oldResultValue3;

    private String oldResultValue4;

    private String oldResultValue5;

    private String oldResultValue6;

    private String oldResultValue7;

    private String oldResultValue8;

    private String oldResultValue9;

    private String oldResultValue10;

    private String oldResultValue11;

    private String oldResultValue12;

    private String oldResultValue13;

    private String oldResultValue14;

    private String oldResultValue15;

    private Long transPerformedBy;

    private String transUser;

    private String transId;

    private Timestamp transTime;

    /**
     *
     */
    public ContextValueHistory() {
        super();
    }

    /**
     * @param contextRrn
     */
    public ContextValueHistory(long contextRrn) {
        super();
        this.contextRrn = contextRrn;
    }

    public Long getTransPerformedBy() {
        return transPerformedBy;
    }

    public void setTransPerformedBy(Long transPerformedBy) {
        this.transPerformedBy = transPerformedBy;
    }

    public String getTransUser() {
        return transUser;
    }

    public void setTransUser(String transUser) {
        this.transUser = transUser;
    }

    public String getTransId() {
        return transId;
    }

    public void setTransId(String transId) {
        this.transId = transId;
    }

    public Timestamp getTransTime() {
        return transTime;
    }

    public void setTransTime(Timestamp transTime) {
        this.transTime = transTime;
    }

    // --------------------------------------------------------- Properties
    public String getStatus() {
        return this.status;
    }

    public void setStatus(String status) {
        this.status = status;
    }

    public String getEffectiveDateFrom() {
        return this.effectiveDateFrom;
    }

    public void setEffectiveDateFrom(String effectiveDateFrom) {
        this.effectiveDateFrom = effectiveDateFrom;
    }

    public String getEffectiveDateTo() {
        return this.effectiveDateTo;
    }

    public void setEffectiveDateTo(String effectiveDateTo) {
        this.effectiveDateTo = effectiveDateTo;
    }

    public Long getEcnRrn() {
        return this.ecnRrn;
    }

    public void setEcnRrn(Long ecnRrn) {
        this.ecnRrn = ecnRrn;
    }

    public long getContextRrn() {
        return this.contextRrn;
    }

    public void setContextRrn(long contextRrn) {
        this.contextRrn = contextRrn;
    }

    public String getContextId() {
        return this.contextId;
    }

    public void setContextId(String contextId) {
        this.contextId = contextId;
    }

    public String getContextKey1() {
        if ((this.contextKey1 == null) || this.contextKey1.equals("")) {
            this.contextKey1 = " ";
        }

        return this.contextKey1;
    }

    public void setContextKey1(String contextKey1) {
        this.contextKey1 = contextKey1;
    }

    public String getContextKey2() {
        if ((this.contextKey2 == null) || this.contextKey2.equals("")) {
            this.contextKey2 = " ";
        }

        return this.contextKey2;
    }

    public void setContextKey2(String contextKey2) {
        this.contextKey2 = contextKey2;
    }

    public String getContextKey3() {
        if ((this.contextKey3 == null) || this.contextKey3.equals("")) {
            this.contextKey3 = " ";
        }

        return this.contextKey3;
    }

    public void setContextKey3(String contextKey3) {
        this.contextKey3 = contextKey3;
    }

    public String getContextKey4() {
        if ((this.contextKey4 == null) || this.contextKey4.equals("")) {
            this.contextKey4 = " ";
        }

        return this.contextKey4;
    }

    public void setContextKey4(String contextKey4) {
        this.contextKey4 = contextKey4;
    }

    public String getContextKey5() {
        if ((this.contextKey5 == null) || this.contextKey5.equals("")) {
            this.contextKey5 = " ";
        }

        return this.contextKey5;
    }

    public void setContextKey5(String contextKey5) {
        this.contextKey5 = contextKey5;
    }

    public String getContextKey6() {
        if ((this.contextKey6 == null) || this.contextKey6.equals("")) {
            this.contextKey6 = " ";
        }

        return this.contextKey6;
    }

    public void setContextKey6(String contextKey6) {
        this.contextKey6 = contextKey6;
    }

    public String getResultValue1() {
        return this.resultValue1;
    }

    public void setResultValue1(String resultValue1) {
        this.resultValue1 = resultValue1;
    }

    public String getResultValue2() {
        return this.resultValue2;
    }

    public void setResultValue2(String resultValue2) {
        this.resultValue2 = resultValue2;
    }

    public String getResultValue3() {
        return this.resultValue3;
    }

    public void setResultValue3(String resultValue3) {
        this.resultValue3 = resultValue3;
    }

    public int getSequence() {
        return sequence;
    }

    public void setSequence(int sequence) {
        this.sequence = sequence;
    }

    public String getContextKey7() {
        if ((this.contextKey7 == null) || this.contextKey7.equals("")) {
            this.contextKey7 = " ";
        }

        return this.contextKey7;
    }

    public void setContextKey7(String contextKey7) {
        this.contextKey7 = contextKey7;
    }

    public String getContextKey8() {
        if ((this.contextKey8 == null) || this.contextKey8.equals("")) {
            this.contextKey8 = " ";
        }

        return this.contextKey8;
    }

    public void setContextKey8(String contextKey8) {
        this.contextKey8 = contextKey8;
    }

    public String getContextKey9() {
        if ((this.contextKey9 == null) || this.contextKey9.equals("")) {
            this.contextKey9 = " ";
        }

        return this.contextKey9;
    }

    public void setContextKey9(String contextKey9) {
        this.contextKey9 = contextKey9;
    }

    public String getContextKey10() {
        if ((this.contextKey10 == null) || this.contextKey10.equals("")) {
            this.contextKey10 = " ";
        }

        return this.contextKey10;
    }

    public void setContextKey10(String contextKey10) {
        this.contextKey10 = contextKey10;
    }

    public String getResultValue4() {
        return resultValue4;
    }

    public void setResultValue4(String resultValue4) {
        this.resultValue4 = resultValue4;
    }

    public String getResultValue5() {
        return resultValue5;
    }

    public void setResultValue5(String resultValue5) {
        this.resultValue5 = resultValue5;
    }

    public String getResultValue6() {
        return resultValue6;
    }

    public void setResultValue6(String resultValue6) {
        this.resultValue6 = resultValue6;
    }

    public String getResultValue7() {
        return resultValue7;
    }

    public void setResultValue7(String resultValue7) {
        this.resultValue7 = resultValue7;
    }

    public String getResultValue8() {
        return resultValue8;
    }

    public void setResultValue8(String resultValue8) {
        this.resultValue8 = resultValue8;
    }

    public String getResultValue9() {
        return resultValue9;
    }

    public void setResultValue9(String resultValue9) {
        this.resultValue9 = resultValue9;
    }

    public String getResultValue10() {
        return resultValue10;
    }

    public void setResultValue10(String resultValue10) {
        this.resultValue10 = resultValue10;
    }

    public Integer getSequenceNumber() {
        if (this.sequenceNumber == null) {
            this.sequenceNumber = new Integer(0);
        }

        return sequenceNumber;
    }

    public void setSequenceNumber(Integer sequenceNumber) {
        this.sequenceNumber = sequenceNumber;
    }

    public String getResultValue11() {
        return resultValue11;
    }

    public void setResultValue11(String resultValue11) {
        this.resultValue11 = resultValue11;
    }

    public String getResultValue12() {
        return resultValue12;
    }

    public void setResultValue12(String resultValue12) {
        this.resultValue12 = resultValue12;
    }

    public String getResultValue13() {
        return resultValue13;
    }

    public void setResultValue13(String resultValue13) {
        this.resultValue13 = resultValue13;
    }

    public String getResultValue14() {
        return resultValue14;
    }

    public void setResultValue14(String resultValue14) {
        this.resultValue14 = resultValue14;
    }

    public String getResultValue15() {
        return resultValue15;
    }

    public void setResultValue15(String resultValue15) {
        this.resultValue15 = resultValue15;
    }

    public String getMatchRuleFlag() {
        return matchRuleFlag;
    }

    public void setMatchRuleFlag(String matchRuleFlag) {
        this.matchRuleFlag = matchRuleFlag;
    }

    public String getContextKey11() {
        if ((this.contextKey11 == null) || this.contextKey11.equals("")) {
            this.contextKey11 = " ";
        }
        return contextKey11;
    }

    public void setContextKey11(String contextKey11) {
        this.contextKey11 = contextKey11;
    }

    public String getContextKey12() {
        if ((this.contextKey12 == null) || this.contextKey12.equals("")) {
            this.contextKey12 = " ";
        }
        return contextKey12;
    }

    public void setContextKey12(String contextKey12) {
        this.contextKey12 = contextKey12;
    }

    public String getContextKey13() {
        if ((this.contextKey13 == null) || this.contextKey13.equals("")) {
            this.contextKey13 = " ";
        }
        return contextKey13;
    }

    public void setContextKey13(String contextKey13) {
        this.contextKey13 = contextKey13;
    }

    public String getContextKey14() {
        if ((this.contextKey14 == null) || this.contextKey14.equals("")) {
            this.contextKey14 = " ";
        }
        return contextKey14;
    }

    public void setContextKey14(String contextKey14) {
        this.contextKey14 = contextKey14;
    }

    public String getContextKey15() {
        if ((this.contextKey15 == null) || this.contextKey15.equals("")) {
            this.contextKey15 = " ";
        }
        return contextKey15;
    }

    public void setContextKey15(String contextKey15) {
        this.contextKey15 = contextKey15;
    }

    public String getFlag() {
        return flag;
    }

    public void setFlag(String flag) {
        this.flag = flag;
    }

    public String getOldResultValue1() {
        return oldResultValue1;
    }

    public void setOldResultValue1(String oldResultValue1) {
        this.oldResultValue1 = oldResultValue1;
    }

    public String getOldResultValue2() {
        return oldResultValue2;
    }

    public void setOldResultValue2(String oldResultValue2) {
        this.oldResultValue2 = oldResultValue2;
    }

    public String getOldResultValue3() {
        return oldResultValue3;
    }

    public void setOldResultValue3(String oldResultValue3) {
        this.oldResultValue3 = oldResultValue3;
    }

    public String getOldResultValue4() {
        return oldResultValue4;
    }

    public void setOldResultValue4(String oldResultValue4) {
        this.oldResultValue4 = oldResultValue4;
    }

    public String getOldResultValue5() {
        return oldResultValue5;
    }

    public void setOldResultValue5(String oldResultValue5) {
        this.oldResultValue5 = oldResultValue5;
    }

    public String getOldResultValue6() {
        return oldResultValue6;
    }

    public void setOldResultValue6(String oldResultValue6) {
        this.oldResultValue6 = oldResultValue6;
    }

    public String getOldResultValue7() {
        return oldResultValue7;
    }

    public void setOldResultValue7(String oldResultValue7) {
        this.oldResultValue7 = oldResultValue7;
    }

    public String getOldResultValue8() {
        return oldResultValue8;
    }

    public void setOldResultValue8(String oldResultValue8) {
        this.oldResultValue8 = oldResultValue8;
    }

    public String getOldResultValue9() {
        return oldResultValue9;
    }

    public void setOldResultValue9(String oldResultValue9) {
        this.oldResultValue9 = oldResultValue9;
    }

    public String getOldResultValue10() {
        return oldResultValue10;
    }

    public void setOldResultValue10(String oldResultValue10) {
        this.oldResultValue10 = oldResultValue10;
    }

    public String getOldResultValue11() {
        return oldResultValue11;
    }

    public void setOldResultValue11(String oldResultValue11) {
        this.oldResultValue11 = oldResultValue11;
    }

    public String getOldResultValue12() {
        return oldResultValue12;
    }

    public void setOldResultValue12(String oldResultValue12) {
        this.oldResultValue12 = oldResultValue12;
    }

    public String getOldResultValue13() {
        return oldResultValue13;
    }

    public void setOldResultValue13(String oldResultValue13) {
        this.oldResultValue13 = oldResultValue13;
    }

    public String getOldResultValue14() {
        return oldResultValue14;
    }

    public void setOldResultValue14(String oldResultValue14) {
        this.oldResultValue14 = oldResultValue14;
    }

    public String getOldResultValue15() {
        return oldResultValue15;
    }

    public void setOldResultValue15(String oldResultValue15) {
        this.oldResultValue15 = oldResultValue15;
    }

}

/*
 * Modification Log Log No : Name : Modified Date: Description :
 */