Class GeneratedFraudReport

All Implemented Interfaces:
Serializable, Comparable
Direct Known Subclasses:
FraudReport

public abstract class GeneratedFraudReport extends GenericItem
Generated class for type FraudReport.
See Also:
  • Field Details

  • Constructor Details

    • GeneratedFraudReport

      public GeneratedFraudReport()
  • Method Details

    • getDefaultAttributeModes

      protected Map<String,Item.AttributeMode> getDefaultAttributeModes()
      Overrides:
      getDefaultAttributeModes in class Item
    • getCode

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

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

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

      protected void setCode(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 String getExplanation(SessionContext ctx)
      Generated method - Getter of the FraudReport.explanation attribute.
      Returns:
      the explanation
    • getExplanation

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

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

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

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

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

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

      public void setFraudSymptomScorings(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 String getProvider(SessionContext ctx)
      Generated method - Getter of the FraudReport.provider attribute.
      Returns:
      the provider
    • getProvider

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

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

      public void setProvider(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 Date getTimestamp(SessionContext ctx)
      Generated method - Getter of the FraudReport.timestamp attribute.
      Returns:
      the timestamp
    • getTimestamp

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

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

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