Class FormEntity

java.lang.Object
org.exoplatform.leadcapture.entity.FormEntity
All Implemented Interfaces:
Serializable

@Entity(name="FormEntity") public class FormEntity extends Object implements Serializable
See Also:
  • Field Details

    • id

      protected Long id
    • name

      protected String name
    • fields

      protected String fields
  • Constructor Details

    • FormEntity

      public FormEntity()
    • FormEntity

      public FormEntity(String name, String fields)