Class SubscriptionImpl.association

  • Enclosing class:
    SubscriptionImpl

    protected static class SubscriptionImpl.association
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private byte[] hash  
      private boolean published  
      private long when  
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected association​(byte[] _hash, long _when)  
    • Field Detail

      • hash

        private byte[] hash
      • when

        private long when
      • published

        private boolean published
    • Constructor Detail

      • association

        protected association​(byte[] _hash,
                              long _when)
    • Method Detail

      • getHash

        protected byte[] getHash()
      • getWhen

        protected long getWhen()
      • getPublished

        protected boolean getPublished()
      • setPublished

        protected void setPublished​(boolean b)
      • getString

        protected java.lang.String getString()
      • generate

        protected void generate​(IndentWriter writer)