Package com.biglybt.core.subs.impl
Class SubscriptionImpl.association
- java.lang.Object
-
- com.biglybt.core.subs.impl.SubscriptionImpl.association
-
- Enclosing class:
- SubscriptionImpl
protected static class SubscriptionImpl.association extends java.lang.Object
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
association(byte[] _hash, long _when)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
generate(IndentWriter writer)
protected byte[]
getHash()
protected boolean
getPublished()
protected java.lang.String
getString()
protected long
getWhen()
protected void
setPublished(boolean b)
-
-
-
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)
-
-