Class CodegenInfo


  • public class CodegenInfo
    extends Object
    Author:
    eric.wittmann@gmail.com
    • Constructor Detail

      • CodegenInfo

        public CodegenInfo()
        Constructor.
    • Method Detail

      • setInterfaces

        public void setInterfaces​(List<CodegenJavaInterface> interfaces)
        Parameters:
        interfaces - the interfaces to set
      • setBeans

        public void setBeans​(List<CodegenJavaBean> beans)
        Parameters:
        beans - the beans to set
      • getName

        public String getName()
        Returns:
        the name
      • setName

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

        public String getDescription()
        Returns:
        the description
      • setDescription

        public void setDescription​(String description)
        Parameters:
        description - the description to set
      • getVersion

        public String getVersion()
        Returns:
        the version
      • setVersion

        public void setVersion​(String version)
        Parameters:
        version - the version to set
      • getContextRoot

        public String getContextRoot()
        Returns:
        the contextRoot
      • setContextRoot

        public void setContextRoot​(String contextRoot)
        Parameters:
        contextRoot - the contextRoot to set
      • getSuppressDateTimeFormats

        public Boolean getSuppressDateTimeFormats()
      • setSuppressDateTimeFormats

        public void setSuppressDateTimeFormats​(Boolean suppressDateTimeFormats)