Class FormPortal

java.lang.Object
com.avoka.tm.vo.FormPortal

public class FormPortal extends Object
Provide a Form Portal value object class.
Since:
22.10.4
  • Constructor Details

    • FormPortal

      public FormPortal()
    • FormPortal

      public FormPortal(com.avoka.fc.core.entity.FormPortal formPortal)
      Create a FormPortal value object with the given formPortal entity parameter.
      Parameters:
      formPortal - the formPortal entity parameter (required)
    • FormPortal

      public FormPortal(Map fields)
      Create a unit testing FormPortal value object with the given fields.
      Parameters:
      fields - the formPortal entity fields (required)
  • Method Details

    • toString

      public String toString()
      Overrides:
      toString in class Object
      Returns:
      a string representation of the object.
    • getId

      public Long getId()
      The formPortal id (PK).
    • isHasAnonymousAccess

      public boolean isHasAnonymousAccess()
      The formPortal anonymous access flag.
    • isHasAuthenticatedAccess

      public boolean isHasAuthenticatedAccess()
      The formPortal authenticated access flag.
    • getPortalName

      public String getPortalName()
      The portal name.