kaos.cougaar.clik.util
Class ThreatCon

java.lang.Object
  extended by kaos.cougaar.clik.util.ThreatCon
All Implemented Interfaces:
java.io.Serializable

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

This class acts as an example of an object that can be instantiated and set via the EditBlackboardObjectDialog. It contains a no-arg constructor, and a publicly accessible field named 'level', which accepts a value of type String, thus satisfying the 3 requirements of the EditBlackboardObject mechanism.

See Also:
Serialized Form

Field Summary
 java.lang.String level
           
 
Constructor Summary
ThreatCon()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

level

public java.lang.String level
Constructor Detail

ThreatCon

public ThreatCon()