Class RegistryRepository


  • public class RegistryRepository
    extends Object
    • Constructor Detail

      • RegistryRepository

        public RegistryRepository()
    • Method Detail

      • setId

        public void setId​(Integer id)
      • getName

        public String getName()
      • setName

        public void setName​(String name)
      • getPath

        public String getPath()
      • setPath

        public void setPath​(String path)
      • getLocation

        public String getLocation()
      • setLocation

        public void setLocation​(String location)
      • getCreatedAt

        public Date getCreatedAt()
      • setCreatedAt

        public void setCreatedAt​(Date createdAt)