Class ModelInformation


  • public class ModelInformation
    extends Object
    Light weight version of the Model, when you only need metadata.
    Author:
    Joram Barrez
    • Constructor Detail

      • ModelInformation

        public ModelInformation()
    • Method Detail

      • getId

        public String getId()
      • setId

        public void setId​(String id)
      • getName

        public String getName()
      • setName

        public void setName​(String name)
      • getType

        public Integer getType()
      • setType

        public void setType​(Integer type)