org.acm.seguin.tools.install
Class TagLinePanel

java.lang.Object
  extended by org.acm.seguin.tools.install.TagLinePanel

public class TagLinePanel
extends java.lang.Object

Stores a tag line

Author:
Chris Seguin

Constructor Summary
TagLinePanel()
          Constructor for the TagLinePanel object
 
Method Summary
 java.lang.String getDescription()
          Gets the Description attribute of the TagLinePanel object
 java.lang.String getTagName()
          Gets the TagName attribute of the TagLinePanel object
 boolean isClassType()
          Gets the ClassType attribute of the TagLinePanel object
 boolean isEnumType()
          Gets the EnumType attribute of the TagLinePanel object
 boolean isFieldType()
          Gets the FieldType attribute of the TagLinePanel object
 boolean isMethodType()
          Gets the MethodType attribute of the TagLinePanel object
 void setClassType(boolean way)
          Sets the ClassType attribute of the TagLinePanel object
 void setDescription(java.lang.String value)
          Sets the Description attribute of the TagLinePanel object
 void setEnumType(boolean way)
          Sets the EnumType attribute of the TagLinePanel object
 void setFieldType(boolean way)
          Sets the FieldType attribute of the TagLinePanel object
 void setMethodType(boolean way)
          Sets the MethodType attribute of the TagLinePanel object
 void setTagName(java.lang.String value)
          Sets the TagName attribute of the TagLinePanel object
 java.lang.String toString()
          Updates the label with the values
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TagLinePanel

public TagLinePanel()
Constructor for the TagLinePanel object

Method Detail

setTagName

public void setTagName(java.lang.String value)
Sets the TagName attribute of the TagLinePanel object

Parameters:
value - The new TagName value

setDescription

public void setDescription(java.lang.String value)
Sets the Description attribute of the TagLinePanel object

Parameters:
value - The new Description value

setClassType

public void setClassType(boolean way)
Sets the ClassType attribute of the TagLinePanel object

Parameters:
way - The new ClassType value

setMethodType

public void setMethodType(boolean way)
Sets the MethodType attribute of the TagLinePanel object

Parameters:
way - The new MethodType value

setFieldType

public void setFieldType(boolean way)
Sets the FieldType attribute of the TagLinePanel object

Parameters:
way - The new FieldType value

setEnumType

public void setEnumType(boolean way)
Sets the EnumType attribute of the TagLinePanel object

Parameters:
way - The new EnumType value

getTagName

public java.lang.String getTagName()
Gets the TagName attribute of the TagLinePanel object

Returns:
The TagName value

getDescription

public java.lang.String getDescription()
Gets the Description attribute of the TagLinePanel object

Returns:
The Description value

isClassType

public boolean isClassType()
Gets the ClassType attribute of the TagLinePanel object

Returns:
The ClassType value

isMethodType

public boolean isMethodType()
Gets the MethodType attribute of the TagLinePanel object

Returns:
The MethodType value

isFieldType

public boolean isFieldType()
Gets the FieldType attribute of the TagLinePanel object

Returns:
The FieldType value

isEnumType

public boolean isEnumType()
Gets the EnumType attribute of the TagLinePanel object

Returns:
The EnumType value

toString

public java.lang.String toString()
Updates the label with the values

Overrides:
toString in class java.lang.Object
Returns:
Description of the Return Value