public class FraudSymptomScoringModel extends ItemModel
AbstractItemModel.NewModelContextFactory| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
_FRAUDREPORTFRAUDSYMPTOMSCORINGRELATION
Generated relation code constant for relation
FraudReportFraudSymptomScoringRelation defining source attribute fraudReport in extension basecommerce. |
static java.lang.String |
_TYPECODE
Generated model type code constant.
|
static java.lang.String |
EXPLANATION
Generated constant - Attribute key of
FraudSymptomScoring.explanation attribute defined at extension basecommerce. |
static java.lang.String |
FRAUDREPORT
Generated constant - Attribute key of
FraudSymptomScoring.fraudReport attribute defined at extension basecommerce. |
static java.lang.String |
NAME
Generated constant - Attribute key of
FraudSymptomScoring.name attribute defined at extension basecommerce. |
static java.lang.String |
SCORE
Generated constant - Attribute key of
FraudSymptomScoring.score attribute defined at extension basecommerce. |
_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PK, SEALEDLANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY| Constructor and Description |
|---|
FraudSymptomScoringModel()
Generated constructor - Default constructor for generic creation.
|
FraudSymptomScoringModel(FraudReportModel _fraudReport,
java.lang.String _name)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
FraudSymptomScoringModel(FraudReportModel _fraudReport,
java.lang.String _name,
ItemModel _owner)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
FraudSymptomScoringModel(ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing context
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getExplanation()
Generated method - Getter of the
FraudSymptomScoring.explanation attribute defined at extension basecommerce. |
FraudReportModel |
getFraudReport()
Generated method - Getter of the
FraudSymptomScoring.fraudReport attribute defined at extension basecommerce. |
java.lang.String |
getName()
Generated method - Getter of the
FraudSymptomScoring.name attribute defined at extension basecommerce. |
double |
getScore()
Generated method - Getter of the
FraudSymptomScoring.score attribute defined at extension basecommerce. |
void |
setExplanation(java.lang.String value)
Generated method - Setter of
FraudSymptomScoring.explanation attribute defined at extension basecommerce. |
void |
setFraudReport(FraudReportModel value)
Generated method - Initial setter of
FraudSymptomScoring.fraudReport attribute defined at extension basecommerce. |
void |
setName(java.lang.String value)
Generated method - Initial setter of
FraudSymptomScoring.name attribute defined at extension basecommerce. |
void |
setScore(double value)
Generated method - Initial setter of
FraudSymptomScoring.score attribute defined at extension basecommerce. |
getComments, getCreationtime, getModifiedtime, getOwner, isSealed, setComments, setCreationtime, setModifiedtime, setOwnerequals, getItemModelContext, getItemtype, getPersistenceContext, getPk, getProperty, getProperty, getTenantId, hashCode, readResolve, setProperty, setProperty, toObject, toObject, toObject, toObject, toObject, toObject, toObject, toObject, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toString, writeReplacepublic static final java.lang.String _TYPECODE
public static final java.lang.String _FRAUDREPORTFRAUDSYMPTOMSCORINGRELATION
FraudReportFraudSymptomScoringRelation defining source attribute fraudReport in extension basecommerce.public static final java.lang.String NAME
FraudSymptomScoring.name attribute defined at extension basecommerce.public static final java.lang.String SCORE
FraudSymptomScoring.score attribute defined at extension basecommerce.public static final java.lang.String EXPLANATION
FraudSymptomScoring.explanation attribute defined at extension basecommerce.public static final java.lang.String FRAUDREPORT
FraudSymptomScoring.fraudReport attribute defined at extension basecommerce.public FraudSymptomScoringModel()
public FraudSymptomScoringModel(ItemModelContext ctx)
ctx - the model context to be injected, must not be null@Deprecated public FraudSymptomScoringModel(FraudReportModel _fraudReport, java.lang.String _name)
_fraudReport - initial attribute declared by type FraudSymptomScoring at extension basecommerce_name - initial attribute declared by type FraudSymptomScoring at extension basecommerce@Deprecated public FraudSymptomScoringModel(FraudReportModel _fraudReport, java.lang.String _name, ItemModel _owner)
_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@Accessor(qualifier="explanation", type=GETTER) public java.lang.String getExplanation()
FraudSymptomScoring.explanation attribute defined at extension basecommerce.@Accessor(qualifier="fraudReport", type=GETTER) public FraudReportModel getFraudReport()
FraudSymptomScoring.fraudReport attribute defined at extension basecommerce.@Accessor(qualifier="name", type=GETTER) public java.lang.String getName()
FraudSymptomScoring.name attribute defined at extension basecommerce.@Accessor(qualifier="score", type=GETTER) public double getScore()
FraudSymptomScoring.score attribute defined at extension basecommerce.@Accessor(qualifier="explanation", type=SETTER) public void setExplanation(java.lang.String value)
FraudSymptomScoring.explanation attribute defined at extension basecommerce.value - the explanation@Accessor(qualifier="fraudReport", type=SETTER) public void setFraudReport(FraudReportModel value)
FraudSymptomScoring.fraudReport attribute defined at extension basecommerce. Can only be used at creation of model - before first save.value - the fraudReport@Accessor(qualifier="name", type=SETTER) public void setName(java.lang.String value)
FraudSymptomScoring.name attribute defined at extension basecommerce. Can only be used at creation of model - before first save.value - the nameCopyright © 2018 SAP SE. All Rights Reserved.