Class FraudSymptomScoringModel

All Implemented Interfaces:
Serializable

public class FraudSymptomScoringModel extends ItemModel
Generated model class for type FraudSymptomScoring first defined at extension basecommerce.
See Also:
  • Field Details

    • _TYPECODE

      public static final String _TYPECODE
      Generated model type code constant.
      See Also:
    • _FRAUDREPORTFRAUDSYMPTOMSCORINGRELATION

      public static final String _FRAUDREPORTFRAUDSYMPTOMSCORINGRELATION
      Generated relation code constant for relation FraudReportFraudSymptomScoringRelation defining source attribute fraudReport in extension basecommerce.
      See Also:
    • NAME

      public static final String NAME
      Generated constant - Attribute key of FraudSymptomScoring.name attribute defined at extension basecommerce.
      See Also:
    • SCORE

      public static final String SCORE
      Generated constant - Attribute key of FraudSymptomScoring.score attribute defined at extension basecommerce.
      See Also:
    • EXPLANATION

      public static final String EXPLANATION
      Generated constant - Attribute key of FraudSymptomScoring.explanation attribute defined at extension basecommerce.
      See Also:
    • FRAUDREPORT

      public static final String FRAUDREPORT
      Generated constant - Attribute key of FraudSymptomScoring.fraudReport attribute defined at extension basecommerce.
      See Also:
  • Constructor Details

    • FraudSymptomScoringModel

      public FraudSymptomScoringModel()
      Generated constructor - Default constructor for generic creation.
    • FraudSymptomScoringModel

      public FraudSymptomScoringModel(ItemModelContext ctx)
      Generated constructor - Default constructor for creation with existing context
      Parameters:
      ctx - the model context to be injected, must not be null
    • FraudSymptomScoringModel

      @Deprecated(since="4.1.1", forRemoval=true) public FraudSymptomScoringModel(FraudReportModel _fraudReport, String _name)
      Deprecated, for removal: This API element is subject to removal in a future version.
      since 4.1.1 Please use the default constructor without parameters
      Generated constructor - Constructor with all mandatory attributes.
      Parameters:
      _fraudReport - initial attribute declared by type FraudSymptomScoring at extension basecommerce
      _name - initial attribute declared by type FraudSymptomScoring at extension basecommerce
    • FraudSymptomScoringModel

      @Deprecated(since="4.1.1", forRemoval=true) public FraudSymptomScoringModel(FraudReportModel _fraudReport, String _name, ItemModel _owner)
      Deprecated, for removal: This API element is subject to removal in a future version.
      since 4.1.1 Please use the default constructor without parameters
      Generated constructor - for all mandatory and initial attributes.
      Parameters:
      _fraudReport - initial attribute declared by type FraudSymptomScoring at extension basecommerce
      _name - initial attribute declared by type FraudSymptomScoring at extension basecommerce
      _owner - initial attribute declared by type Item at extension core
  • Method Details

    • getExplanation

      @Accessor(qualifier="explanation", type=GETTER) public String getExplanation()
      Generated method - Getter of the FraudSymptomScoring.explanation attribute defined at extension basecommerce.
      Returns:
      the explanation
    • getFraudReport

      @Accessor(qualifier="fraudReport", type=GETTER) public FraudReportModel getFraudReport()
      Generated method - Getter of the FraudSymptomScoring.fraudReport attribute defined at extension basecommerce.
      Returns:
      the fraudReport
    • getName

      @Accessor(qualifier="name", type=GETTER) public String getName()
      Generated method - Getter of the FraudSymptomScoring.name attribute defined at extension basecommerce.
      Returns:
      the name
    • getScore

      @Accessor(qualifier="score", type=GETTER) public double getScore()
      Generated method - Getter of the FraudSymptomScoring.score attribute defined at extension basecommerce.
      Returns:
      the score
    • setExplanation

      @Accessor(qualifier="explanation", type=SETTER) public void setExplanation(String value)
      Generated method - Setter of FraudSymptomScoring.explanation attribute defined at extension basecommerce.
      Parameters:
      value - the explanation
    • setFraudReport

      @Accessor(qualifier="fraudReport", type=SETTER) public void setFraudReport(FraudReportModel value)
      Generated method - Initial setter of FraudSymptomScoring.fraudReport attribute defined at extension basecommerce. Can only be used at creation of model - before first save.
      Parameters:
      value - the fraudReport
    • setName

      @Accessor(qualifier="name", type=SETTER) public void setName(String value)
      Generated method - Initial setter of FraudSymptomScoring.name attribute defined at extension basecommerce. Can only be used at creation of model - before first save.
      Parameters:
      value - the name
    • setScore

      @Accessor(qualifier="score", type=SETTER) public void setScore(double value)
      Generated method - Initial setter of FraudSymptomScoring.score attribute defined at extension basecommerce. Can only be used at creation of model - before first save.
      Parameters:
      value - the score