info.aduna.autofocus.http.webclient.profiles.sources.transformers
Class Transformer
java.lang.Object
info.aduna.autofocus.http.webclient.profiles.sources.transformers.Transformer
public class Transformer
- extends Object
- Author:
- Herko ter Horst
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Transformer
public Transformer()
getProfileID
public String getProfileID()
- Returns:
- Returns the profileID.
setProfileID
public void setProfileID(String profileID)
- Parameters:
profileID - The profileID to set.
getSourceID
public String getSourceID()
- Returns:
- Returns the sourceID.
setSourceID
public void setSourceID(String sourceID)
- Parameters:
sourceID - The sourceID to set.
getConfig
public URITransformerConfig getConfig()
- Returns:
- Returns the config.
setConfig
public void setConfig(URITransformerConfig config)
- Parameters:
config - The config to set.
getIndex
public int getIndex()
- Returns:
- Returns the index.
setIndex
public void setIndex(int index)
- Parameters:
index - The index to set.
Copyright © 1997-2008 Aduna. All Rights Reserved.