Class IncludeCollectionWrapper


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

      • SYSTEM_DEF

        public static final java.lang.String SYSTEM_DEF
        The Constant SYSTEM_DEF.
        See Also:
        Constant Field Values
      • DC_GROUP

        public static final java.lang.String DC_GROUP
        The Constant DC_GROUP.
        See Also:
        Constant Field Values
    • 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​(java.lang.String type,
                                        java.lang.String value)
        Instantiates a new include object.
        Parameters:
        type - the type
        value - the value
    • Method Detail

      • getType

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

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

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

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

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

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object