Class AdaptToTag

    • Constructor Detail

      • AdaptToTag

        public AdaptToTag()
    • Method Detail

      • getAdaptable

        public Adaptable getAdaptable()
        Get the adaptable object to be adapted.
        Returns:
        the adaptable
      • getAdaptTo

        public java.lang.String getAdaptTo()
        Gets the class name to adapt the adaptable to.
        Returns:
        the class to adapt to
      • getVar

        public java.lang.String getVar()
        Gets the variable name to save the resulting object to.
        Returns:
        the variable name
      • setAdaptable

        public void setAdaptable​(Adaptable adaptable)
        Sets the adaptable object to be adapted.
        Parameters:
        adaptable - the object to adapt
      • setAdaptTo

        public void setAdaptTo​(java.lang.String adaptTo)
        Sets the class name to adapt the adaptable to.
        Parameters:
        adaptTo - the class to adapt to
      • setVar

        public void setVar​(java.lang.String var)
        Gets the variable name to save the resulting object to.
        Parameters:
        var - the variable name