com.trackstudio.kernel.cache
Class PluginCacheItem

java.lang.Object
  extended by com.trackstudio.tools.PropertyComparable
      extended by com.trackstudio.kernel.cache.AbstractPluginCacheItem
          extended by com.trackstudio.kernel.cache.PluginCacheItem
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable

public class PluginCacheItem
extends AbstractPluginCacheItem

Вспомогательный класс для кеширования плагинов

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.trackstudio.tools.PropertyComparable
container
 
Constructor Summary
PluginCacheItem(PluginType type, java.lang.String name)
          Конструктор по умолчанию
 
Method Summary
 java.lang.String getText()
          Возвращает текст плагина
 void setText(java.lang.String text)
          Устанавливает текст плагина
 
Methods inherited from class com.trackstudio.kernel.cache.AbstractPluginCacheItem
getContainer, getDescription, getLastModified, getName, getType, setDescription, setLastModified, setName, setType
 
Methods inherited from class com.trackstudio.tools.PropertyComparable
compareTo, compareToIgnoreCase, compareToIgnoreCase, equals, hashCode
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PluginCacheItem

public PluginCacheItem(PluginType type,
                       java.lang.String name)
Конструктор по умолчанию

Parameters:
type - тип плагина
name - название плагина
Method Detail

getText

public java.lang.String getText()
Возвращает текст плагина

Returns:
текст

setText

public void setText(java.lang.String text)
Устанавливает текст плагина

Parameters:
text - текст


Copyright © 2002-2009 TrackStudio, Ltd. All Rights Reserved.