Class Space


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

      • Space

        public Space()
      • Space

        public Space​(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 space 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.
      • getId

        public Long getId()
        The space id (PK).
      • getName

        public String getName()
        The space name.
      • getDescription

        public String getDescription()
        The space name.
      • getContextPath

        public String getContextPath()
        The space context path.
      • getPropertyMap

        public Map<String,​String> getPropertyMap()
        The space property name.