konark.manager
Class PatternObject

java.lang.Object
  extended bykonark.manager.PatternObject
All Implemented Interfaces:
java.io.Serializable

public class PatternObject
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
PatternObject(int action)
           
PatternObject(int action, java.util.Vector patternVector)
           
 
Method Summary
 int getAction()
           
 java.util.Vector getPatternVector()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PatternObject

public PatternObject(int action,
                     java.util.Vector patternVector)

PatternObject

public PatternObject(int action)
Parameters:
action -
Method Detail

getAction

public int getAction()

getPatternVector

public java.util.Vector getPatternVector()