Class GeneratedFraudReport

    • Field Detail

      • CODE

        public static final java.lang.String CODE
        Qualifier of the FraudReport.code attribute
        See Also:
        Constant Field Values
      • PROVIDER

        public static final java.lang.String PROVIDER
        Qualifier of the FraudReport.provider attribute
        See Also:
        Constant Field Values
      • TIMESTAMP

        public static final java.lang.String TIMESTAMP
        Qualifier of the FraudReport.timestamp attribute
        See Also:
        Constant Field Values
      • STATUS

        public static final java.lang.String STATUS
        Qualifier of the FraudReport.status attribute
        See Also:
        Constant Field Values
      • EXPLANATION

        public static final java.lang.String EXPLANATION
        Qualifier of the FraudReport.explanation attribute
        See Also:
        Constant Field Values
      • ORDER

        public static final java.lang.String ORDER
        Qualifier of the FraudReport.order attribute
        See Also:
        Constant Field Values
      • FRAUDSYMPTOMSCORINGS

        public static final java.lang.String FRAUDSYMPTOMSCORINGS
        Qualifier of the FraudReport.fraudSymptomScorings attribute
        See Also:
        Constant Field Values
      • DEFAULT_INITIAL_ATTRIBUTES

        protected static final java.util.Map<java.lang.String,​Item.AttributeMode> DEFAULT_INITIAL_ATTRIBUTES
    • Constructor Detail

      • GeneratedFraudReport

        public GeneratedFraudReport()
    • Method Detail

      • getCode

        public java.lang.String getCode​(SessionContext ctx)
        Generated method - Getter of the FraudReport.code attribute.
        Returns:
        the code
      • getCode

        public java.lang.String getCode()
        Generated method - Getter of the FraudReport.code attribute.
        Returns:
        the code
      • setCode

        protected void setCode​(SessionContext ctx,
                               java.lang.String value)
        Generated method - Setter of the FraudReport.code attribute.
        Parameters:
        value - the code
      • setCode

        protected void setCode​(java.lang.String value)
        Generated method - Setter of the FraudReport.code attribute.
        Parameters:
        value - the code
      • createItem

        protected Item createItem​(SessionContext ctx,
                                  ComposedType type,
                                  Item.ItemAttributeMap allAttributes)
                           throws JaloBusinessException
        Description copied from class: Item
        Has to be implemented for each concrete subtype of item. This method is responsible for creating a new item instance ( by calling managers, ejb homes, etc. ) during ComposedType.newInstance(Map).

        In case this method uses any of the attribute values during creation it is required to override Item.getNonInitialAttributes(SessionContext, ItemAttributeMap) too.
        Sn example:

        
         public static final String MY_ATTRIBUTE = "someAttribute"; ... protected Item createItem(SessionContext
         ctx, ComposedType type, Map allAttributes ) throws JaloBusinessException { MyManager man = ... return
         man.createMyItem( (String)allAttributes.get(MY_ATTRIBUTE) );
         // here MY_ATTRIBUTE is used for creation, so it must not be set again } protected Map getNonInitialAttributes(
         SessionContext ctx, Map allAttributes ) { // let superclass remove its own initial attributes Map ret =
         super.getNonInitialAttributes( ctx, allAttributes );
         // remove MY_ATTRIBUTE from all attributes since if has already been set ret.remove(MY_ATTRIBUTE); return ret; }
        
         
        Overrides:
        createItem in class GenericItem
        Parameters:
        ctx - the current session context which this item is created within
        type - the actual item type ( since subtypes may not provide a own jalo class this may be different from the type which this method was implemented for )
        Returns:
        the new item instance
        Throws:
        JaloBusinessException - indicates an error during creation - any changes will be rollbacked
      • getExplanation

        public java.lang.String getExplanation​(SessionContext ctx)
        Generated method - Getter of the FraudReport.explanation attribute.
        Returns:
        the explanation
      • getExplanation

        public java.lang.String getExplanation()
        Generated method - Getter of the FraudReport.explanation attribute.
        Returns:
        the explanation
      • setExplanation

        public void setExplanation​(SessionContext ctx,
                                   java.lang.String value)
        Generated method - Setter of the FraudReport.explanation attribute.
        Parameters:
        value - the explanation
      • setExplanation

        public void setExplanation​(java.lang.String value)
        Generated method - Setter of the FraudReport.explanation attribute.
        Parameters:
        value - the explanation
      • getFraudSymptomScorings

        public java.util.List<FraudSymptomScoring> getFraudSymptomScorings​(SessionContext ctx)
        Generated method - Getter of the FraudReport.fraudSymptomScorings attribute.
        Returns:
        the fraudSymptomScorings
      • getFraudSymptomScorings

        public java.util.List<FraudSymptomScoring> getFraudSymptomScorings()
        Generated method - Getter of the FraudReport.fraudSymptomScorings attribute.
        Returns:
        the fraudSymptomScorings
      • setFraudSymptomScorings

        public void setFraudSymptomScorings​(SessionContext ctx,
                                            java.util.List<FraudSymptomScoring> value)
        Generated method - Setter of the FraudReport.fraudSymptomScorings attribute.
        Parameters:
        value - the fraudSymptomScorings
      • setFraudSymptomScorings

        public void setFraudSymptomScorings​(java.util.List<FraudSymptomScoring> value)
        Generated method - Setter of the FraudReport.fraudSymptomScorings attribute.
        Parameters:
        value - the fraudSymptomScorings
      • addToFraudSymptomScorings

        public void addToFraudSymptomScorings​(SessionContext ctx,
                                              FraudSymptomScoring value)
        Generated method - Adds value to fraudSymptomScorings.
        Parameters:
        value - the item to add to fraudSymptomScorings
      • addToFraudSymptomScorings

        public void addToFraudSymptomScorings​(FraudSymptomScoring value)
        Generated method - Adds value to fraudSymptomScorings.
        Parameters:
        value - the item to add to fraudSymptomScorings
      • removeFromFraudSymptomScorings

        public void removeFromFraudSymptomScorings​(SessionContext ctx,
                                                   FraudSymptomScoring value)
        Generated method - Removes value from fraudSymptomScorings.
        Parameters:
        value - the item to remove from fraudSymptomScorings
      • removeFromFraudSymptomScorings

        public void removeFromFraudSymptomScorings​(FraudSymptomScoring value)
        Generated method - Removes value from fraudSymptomScorings.
        Parameters:
        value - the item to remove from fraudSymptomScorings
      • getOrder

        public Order getOrder​(SessionContext ctx)
        Generated method - Getter of the FraudReport.order attribute.
        Returns:
        the order
      • getOrder

        public Order getOrder()
        Generated method - Getter of the FraudReport.order attribute.
        Returns:
        the order
      • setOrder

        public void setOrder​(SessionContext ctx,
                             Order value)
        Generated method - Setter of the FraudReport.order attribute.
        Parameters:
        value - the order
      • setOrder

        public void setOrder​(Order value)
        Generated method - Setter of the FraudReport.order attribute.
        Parameters:
        value - the order
      • getProvider

        public java.lang.String getProvider​(SessionContext ctx)
        Generated method - Getter of the FraudReport.provider attribute.
        Returns:
        the provider
      • getProvider

        public java.lang.String getProvider()
        Generated method - Getter of the FraudReport.provider attribute.
        Returns:
        the provider
      • setProvider

        public void setProvider​(SessionContext ctx,
                                java.lang.String value)
        Generated method - Setter of the FraudReport.provider attribute.
        Parameters:
        value - the provider
      • setProvider

        public void setProvider​(java.lang.String value)
        Generated method - Setter of the FraudReport.provider attribute.
        Parameters:
        value - the provider
      • getStatus

        public EnumerationValue getStatus​(SessionContext ctx)
        Generated method - Getter of the FraudReport.status attribute.
        Returns:
        the status
      • getStatus

        public EnumerationValue getStatus()
        Generated method - Getter of the FraudReport.status attribute.
        Returns:
        the status
      • setStatus

        public void setStatus​(SessionContext ctx,
                              EnumerationValue value)
        Generated method - Setter of the FraudReport.status attribute.
        Parameters:
        value - the status
      • setStatus

        public void setStatus​(EnumerationValue value)
        Generated method - Setter of the FraudReport.status attribute.
        Parameters:
        value - the status
      • getTimestamp

        public java.util.Date getTimestamp​(SessionContext ctx)
        Generated method - Getter of the FraudReport.timestamp attribute.
        Returns:
        the timestamp
      • getTimestamp

        public java.util.Date getTimestamp()
        Generated method - Getter of the FraudReport.timestamp attribute.
        Returns:
        the timestamp
      • setTimestamp

        protected void setTimestamp​(SessionContext ctx,
                                    java.util.Date value)
        Generated method - Setter of the FraudReport.timestamp attribute.
        Parameters:
        value - the timestamp
      • setTimestamp

        protected void setTimestamp​(java.util.Date value)
        Generated method - Setter of the FraudReport.timestamp attribute.
        Parameters:
        value - the timestamp