kaos.kpat.gui
Class TargetTableModel.TCRBinding

java.lang.Object
  extended by kaos.kpat.gui.TargetTableModel.TCRBinding
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
TargetTableModel

public static class TargetTableModel.TCRBinding
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Field Summary
 TemplateComponentBinding _binding
           
 TemplateComponentReference _ref
           
 java.lang.String _tcrName
           
 
Constructor Summary
TargetTableModel.TCRBinding(TemplateComponentReference ref, TemplateComponentBinding binding)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_ref

public transient TemplateComponentReference _ref

_binding

public transient TemplateComponentBinding _binding

_tcrName

public java.lang.String _tcrName
Constructor Detail

TargetTableModel.TCRBinding

public TargetTableModel.TCRBinding(TemplateComponentReference ref,
                                   TemplateComponentBinding binding)