Class GpgKey


  • public class GpgKey
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      GpgKey()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.Date getCreatedAt()  
      java.lang.Long getId()  
      java.lang.String getKey()  
      void setCreatedAt​(java.util.Date createdAt)  
      void setId​(java.lang.Long id)  
      void setKey​(java.lang.String key)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • GpgKey

        public GpgKey()
    • Method Detail

      • getId

        public java.lang.Long getId()
      • setId

        public void setId​(java.lang.Long id)
      • getKey

        public java.lang.String getKey()
      • setKey

        public void setKey​(java.lang.String key)
      • getCreatedAt

        public java.util.Date getCreatedAt()
      • setCreatedAt

        public void setCreatedAt​(java.util.Date createdAt)