wt.part
Class PartOccurrenceProcessor.Attribute

java.lang.Object
  extended bywt.part.PartOccurrenceProcessor.Attribute
Enclosing class:
PartOccurrenceProcessor

public class PartOccurrenceProcessor.Attribute
extends Object

Helper class which maintains information about an attribute. This class is used to maintain the attributes to display for each node in the product structure hierarchy


Field Summary
private  String attribute
           
private  boolean isLinkAttribute
           
 
Constructor Summary
PartOccurrenceProcessor.Attribute(String attribute)
           
PartOccurrenceProcessor.Attribute(String attribute, boolean link)
           
 
Method Summary
 String getAttribute()
           
 boolean isLinkAttribute()
           
 void setAttribute(String attribute)
           
 void setLinkAttribute(boolean link)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

attribute

private String attribute

isLinkAttribute

private boolean isLinkAttribute
Constructor Detail

PartOccurrenceProcessor.Attribute

public PartOccurrenceProcessor.Attribute(String attribute)

PartOccurrenceProcessor.Attribute

public PartOccurrenceProcessor.Attribute(String attribute,
                                         boolean link)
Method Detail

setAttribute

public void setAttribute(String attribute)

getAttribute

public String getAttribute()

setLinkAttribute

public void setLinkAttribute(boolean link)

isLinkAttribute

public boolean isLinkAttribute()

toString

public String toString()