Package com.bmc.ims

Class CfaReconSet

java.lang.Object
com.bmc.ims.CfaReconSet
All Implemented Interfaces:
Serializable

public class CfaReconSet extends Object implements Serializable
Represents a single SLDS data set
See Also:
  • Constructor Details

    • CfaReconSet

      @DataBoundConstructor public CfaReconSet(String recon1, String recon2, String recon3)
      Constructor
  • Method Details

    • getRecon1

      public String getRecon1()
    • setRecon1

      public void setRecon1(String recon1)
    • setRecon2

      public void setRecon2(String recon2)
    • getRecon2

      public String getRecon2()
    • setRecon3

      public void setRecon3(String recon3)
    • getRecon3

      public String getRecon3()