Class TransformServiceRegistryImpl.Data
- java.lang.Object
-
- org.alfresco.transform.client.registry.TransformCache
-
- org.alfresco.transform.client.registry.TransformServiceRegistryImpl.Data
-
- Direct Known Subclasses:
LocalTransformServiceRegistry.LocalData
- Enclosing class:
- TransformServiceRegistryImpl
public static class TransformServiceRegistryImpl.Data extends org.alfresco.transform.client.registry.TransformCache
-
-
Constructor Summary
Constructors Constructor Description Data()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetFileCount(int fileCount)voidsetTEngineCount(int tEngineCount)StringtoString()
-
-
-
Method Detail
-
toString
public String toString()
- Overrides:
toStringin classorg.alfresco.transform.client.registry.TransformCache
-
setTEngineCount
public void setTEngineCount(int tEngineCount)
-
setFileCount
public void setFileCount(int fileCount)
-
-