Class FilteredGroupVO

    • Constructor Detail

      • FilteredGroupVO

        public FilteredGroupVO()
    • Method Detail

      • getName

        public String getName()
        Gets value for attribute name
      • setName

        public void setName​(String name)
        Sets value for attribute name
      • getIgnored

        public Boolean getIgnored()
        Gets value for attribute ignored
      • setIgnored

        public void setIgnored​(Boolean ignored)
        Sets value for attribute ignored
      • getUserName

        public String getUserName()
        Gets value for attribute userName
      • setUserName

        public void setUserName​(String userName)
        Sets value for attribute userName
      • getType

        public Integer getType()
        Gets value for attribute type
      • setType

        public void setType​(Integer type)
        Sets value for attribute type
      • getPooledActorsStyleName

        public String getPooledActorsStyleName()
        Gets value for attribute pooledActorsStyleName
      • setPooledActorsStyleName

        public void setPooledActorsStyleName​(String pooledActorsStyleName)
        Sets value for attribute pooledActorsStyleName
      • toString

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

        public static FilteredGroupVO toFilteredGroupVO​(FilteredGroupVO vo)
        Creates a FilteredGroupVO value object based on a FilteredGroupVO object.
      • toFilteredGroupVOArray

        public static FilteredGroupVO[] toFilteredGroupVOArray​(FilteredGroupVO[] source)
        Creates a FilteredGroupVO array on a FilteredGroupVO array.
      • toFilteredGroupVO

        public static void toFilteredGroupVO​(FilteredGroupVO source,
                                             FilteredGroupVO target)
        Updates a FilteredGroupVO value object based on a FilteredGroupVO object.