Class Space


  • public class Space
    extends Object
    Provide a Form Space value object class.
    Since:
    5.0.0
    • Field Detail

      • id

        public final Long id
        The space id (PK).
      • name

        public final String name
        The space name.
      • description

        public final String description
        The space name.
      • contextPath

        public final String contextPath
        The space context path.
      • propertyMap

        public final Map<String,​String> propertyMap
        The space property name.
    • Constructor Detail

      • Space

        public Space​(com.avoka.fc.core.entity.Portal portal)
        Create a Space value object with the given portal entity parameter.
        Parameters:
        portal - the portal entity parameter (required)
      • Space

        public Space​(Map fields)
        Create a unit testing Space value object with the given fields.
        Parameters:
        fields - the submission entity fields (required)
        Since:
        5.1.4
    • Method Detail

      • toString

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