com.aelitis.azureus.core.subs.impl
Class SubscriptionImpl.association

java.lang.Object
  extended by com.aelitis.azureus.core.subs.impl.SubscriptionImpl.association
Enclosing class:
SubscriptionImpl

protected static class SubscriptionImpl.association
extends Object


Constructor Summary
protected SubscriptionImpl.association(byte[] _hash, long _when)
           
 
Method Summary
protected  void generate(IndentWriter writer)
           
protected  byte[] getHash()
           
protected  boolean getPublished()
           
protected  String getString()
           
protected  long getWhen()
           
protected  void setPublished(boolean b)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SubscriptionImpl.association

protected SubscriptionImpl.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 String getString()

generate

protected void generate(IndentWriter writer)