com.aelitis.azureus.core.messenger.config
Class PlatformMetaSearchMessenger.templateInfo

java.lang.Object
  extended by com.aelitis.azureus.core.messenger.config.PlatformMetaSearchMessenger.templateInfo
Enclosing class:
PlatformMetaSearchMessenger

public static class PlatformMetaSearchMessenger.templateInfo
extends Object


Constructor Summary
protected PlatformMetaSearchMessenger.templateInfo(long _id, long _date, boolean _visible, float _rank_bias)
           
 
Method Summary
 long getId()
           
 long getModifiedDate()
           
 float getRankBias()
           
 boolean isVisible()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PlatformMetaSearchMessenger.templateInfo

protected PlatformMetaSearchMessenger.templateInfo(long _id,
                                                   long _date,
                                                   boolean _visible,
                                                   float _rank_bias)
Method Detail

getId

public long getId()

getModifiedDate

public long getModifiedDate()

isVisible

public boolean isVisible()

getRankBias

public float getRankBias()