info.aduna.autofocus.http.webclient.profiles.sources.transformers
Class Transformer

java.lang.Object
  extended by info.aduna.autofocus.http.webclient.profiles.sources.transformers.Transformer

public class Transformer
extends Object

Author:
Herko ter Horst

Constructor Summary
Transformer()
           
 
Method Summary
 URITransformerConfig getConfig()
           
 int getIndex()
           
 String getProfileID()
           
 String getSourceID()
           
 void setConfig(URITransformerConfig config)
           
 void setIndex(int index)
           
 void setProfileID(String profileID)
           
 void setSourceID(String sourceID)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Transformer

public Transformer()
Method Detail

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.