de.uni_paderborn.fujaba.gui
Class PEItem

java.lang.Object
  extended byde.uni_paderborn.fujaba.gui.PEItem

public class PEItem
extends java.lang.Object

No comment provided by developer, please add a comment to improve documentation.

Version:
$Revision: 1.16 $
Author:
$Author: lowende $

Field Summary
private  ASGElement increment
          No comment provided by developer, please add a comment to improve documentation.
private  java.lang.String text
          No comment provided by developer, please add a comment to improve documentation.
 
Constructor Summary
(package private) PEItem(ASGElement incr)
          Constructor for class PEItem
(package private) PEItem(ASGElement incr, java.lang.String s)
          Constructor for class PEItem
 
Method Summary
 ASGElement getIncrement()
          Get the increment attribute of the PEItem object
 java.lang.String getText()
          Get the text attribute of the PEItem object
 java.lang.String getType()
          Get the type attribute of the PEItem object
 int getVisibility()
          Get the visibility attribute of the PEItem object
 void setText(java.lang.String s)
          Sets the text attribute of the PEItem object
 java.lang.String toString()
          No comment provided by developer, please add a comment to improve documentation.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

increment

private ASGElement increment
No comment provided by developer, please add a comment to improve documentation.


text

private java.lang.String text
No comment provided by developer, please add a comment to improve documentation.

Constructor Detail

PEItem

PEItem(ASGElement incr)
Constructor for class PEItem

Parameters:
incr - No description provided

PEItem

PEItem(ASGElement incr,
       java.lang.String s)
Constructor for class PEItem

Parameters:
incr - No description provided
s - No description provided
Method Detail

getIncrement

public ASGElement getIncrement()
Get the increment attribute of the PEItem object

Returns:
The increment value

getVisibility

public int getVisibility()
Get the visibility attribute of the PEItem object

Returns:
The visibility value

getText

public java.lang.String getText()
Get the text attribute of the PEItem object

Returns:
The text value

setText

public void setText(java.lang.String s)
Sets the text attribute of the PEItem object

Parameters:
s - The new text value

getType

public java.lang.String getType()
Get the type attribute of the PEItem object

Returns:
The type value

toString

public java.lang.String toString()
No comment provided by developer, please add a comment to improve documentation.

Returns:
No description provided