Class IncludeCollectionWrapper


  • public class IncludeCollectionWrapper
    extends Object
    The Class Include Collection Wrapper.
    Author:
    Alejandro Galue
    • Constructor Detail

      • IncludeCollectionWrapper

        public IncludeCollectionWrapper()
        Instantiates a new include collection Wrapper.
      • IncludeCollectionWrapper

        public IncludeCollectionWrapper​(IncludeCollection ic)
        Instantiates a new include collection Wrapper.
        Parameters:
        ic - the source include collection
      • IncludeCollectionWrapper

        public IncludeCollectionWrapper​(String type,
                                        String value)
        Instantiates a new include object.
        Parameters:
        type - the type
        value - the value
    • Method Detail

      • getType

        public String getType()
        Gets the type.
        Returns:
        the type
      • setType

        public void setType​(String type)
        Sets the type.
        Parameters:
        type - the new type
      • getValue

        public String getValue()
        Gets the value.
        Returns:
        the value
      • setValue

        public void setValue​(String value)
        Sets the value.
        Parameters:
        value - the new value
      • createIncludeCollection

        public IncludeCollection createIncludeCollection()
        Creates the include collection.
        Returns:
        the include collection