Class Properties

java.lang.Object
com.skava.accounts.model.exchange.Properties
All Implemented Interfaces:
Serializable

public class Properties extends Object implements Serializable
This Class Properties is used as the model object for Properties Entity.
Author:
Infosys Equinox
See Also:
  • Field Details

    • name

      protected String name
      name.
    • value

      @DeIdentify protected String value
      value.
    • createdBy

      protected Long createdBy
      The created by.
    • updatedBy

      protected Long updatedBy
      The updated by.
  • Constructor Details

    • Properties

      public Properties(String name, String value)
      Instantiates a new collection property.
      Parameters:
      name - the name
      value - the value
    • Properties

      public Properties(Collections collection, CollectionAttributes attribute, Properties property)
      Instantiates a new collection property.
      Parameters:
      collection - a Collections object. a collection object for parent entity reference.
      attribute - CollectionAttributes the attribute
      property - a Properties object. a collection property exchange object for transformation.
  • Method Details