Class RESTStyle


  • public class RESTStyle
    extends AbstractRESTEntity
    Author:
    Daniel Koch, terrestris GmbH & Co. KG
    • Constructor Detail

      • RESTStyle

        public RESTStyle()
        Default constructor.
      • RESTStyle

        public RESTStyle​(String name,
                         String href)
        Parameters:
        name -
        href -
    • Method Detail

      • getName

        public String getName()
        Returns:
        the name
      • setName

        public void setName​(String name)
        Parameters:
        name - the name to set
      • getHref

        public String getHref()
        Returns:
        the href
      • setHref

        public void setHref​(String href)
        Parameters:
        href - the href to set