com.ibm.wsgw.config
Class FilterState
java.lang.Object
|
+--com.ibm.wsgw.config.FilterState
- All Implemented Interfaces:
- java.io.Serializable
- public class FilterState
- extends java.lang.Object
- implements java.io.Serializable
This class implements the FilterState from the WCCM model for the Gateway.
It provides filter-specific configuration values.
This class should be generated from the WCCM model, but is hard-coded for the
moment.
- Version:
- 1.8
- Author:
-
- See Also:
- , Serialized Form
Field Summary |
static java.lang.String |
copyright
Copyright string. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
copyright
public static final java.lang.String copyright
- Copyright string. Any code placed between the comments will be over written
FilterState
public FilterState()
setName
public void setName(java.lang.String value)
setHomeLocation
public void setHomeLocation(java.lang.String value)
setStarted
public void setStarted(boolean value)
getName
public java.lang.String getName()
getHomeLocation
public java.lang.String getHomeLocation()
getStarted
public boolean getStarted()
Copyright © 2002 IBM. All Rights Reserved.