Package com.biglybt.core.subs.impl
Class SubscriptionImpl.association
java.lang.Object
com.biglybt.core.subs.impl.SubscriptionImpl.association
- Enclosing class:
SubscriptionImpl
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected void
generate
(IndentWriter writer) protected byte[]
getHash()
protected boolean
protected String
protected long
getWhen()
protected void
setPublished
(boolean b)
-
Field Details
-
hash
private byte[] hash -
when
private long when -
published
private boolean published
-
-
Constructor Details
-
association
protected association(byte[] _hash, long _when)
-
-
Method Details
-
getHash
protected byte[] getHash() -
getWhen
protected long getWhen() -
getPublished
protected boolean getPublished() -
setPublished
protected void setPublished(boolean b) -
getString
-
generate
-