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

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

public static class PlatformMetaSearchMessenger.templateDetails
extends Object


Field Summary
static int ENGINE_TYPE_JSON
           
static int ENGINE_TYPE_REGEXP
           
 
Constructor Summary
protected PlatformMetaSearchMessenger.templateDetails(PlatformMetaSearchMessenger.templateInfo _info, int _type, String _name, String _value)
           
 
Method Summary
 long getId()
           
 long getModifiedDate()
           
 String getName()
           
 float getRankBias()
           
 int getType()
           
 String getValue()
           
 boolean isVisible()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ENGINE_TYPE_JSON

public static final int ENGINE_TYPE_JSON
See Also:
Constant Field Values

ENGINE_TYPE_REGEXP

public static final int ENGINE_TYPE_REGEXP
See Also:
Constant Field Values
Constructor Detail

PlatformMetaSearchMessenger.templateDetails

protected PlatformMetaSearchMessenger.templateDetails(PlatformMetaSearchMessenger.templateInfo _info,
                                                      int _type,
                                                      String _name,
                                                      String _value)
Method Detail

getType

public int getType()

getId

public long getId()

getModifiedDate

public long getModifiedDate()

getRankBias

public float getRankBias()

isVisible

public boolean isVisible()

getName

public String getName()

getValue

public String getValue()