Class PropertiesEntity

java.lang.Object
com.skava.entities.PropertiesEntity
All Implemented Interfaces:
Serializable

@Entity(name="userproperties") public class PropertiesEntity extends Object implements Serializable
This class defines the Properties entity. This entity contains the following relationships properties - Many to one with User entity. Properties holds the custom properties defined by the user.
Author:
Infosys Equinox
See Also:
  • Constructor Details

    • PropertiesEntity

      public PropertiesEntity()
      default constructor. Instantiates a new user properties entity.
    • PropertiesEntity

      public PropertiesEntity(String name, String value, UsersEntity user)
      Instantiates a new user properties entity object.
      Parameters:
      name - Indicates the name of the custom properties
      value - Indicates the value of the custom properties
      user - Holds UsersEntity object for creating properties entity object.