org.anadix.swingparser
Class TextContentEvent

java.lang.Object
  extended by org.anadix.swingparser.TextContentEvent
All Implemented Interfaces:
Serializable

public class TextContentEvent
extends Object
implements Serializable

TextContentEvent class.

Version:
$Id: $
Author:
tomason
See Also:
Serialized Form

Constructor Summary
TextContentEvent(BigInteger id, String textContent)
          Constructor for TextContentEvent.
TextContentEvent(BigInteger id, String textContent, int position)
          Constructor for TextContentEvent.
 
Method Summary
 boolean equals(Object obj)
          
 BigInteger getId()
          Getter for the field id.
 int getPosition()
          Getter for the field position.
 String getTextContent()
          Getter for the field textContent.
 int hashCode()
          
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TextContentEvent

public TextContentEvent(BigInteger id,
                        String textContent)

Constructor for TextContentEvent.

Parameters:
id - a BigInteger object.
textContent - a String object.

TextContentEvent

public TextContentEvent(BigInteger id,
                        String textContent,
                        int position)

Constructor for TextContentEvent.

Parameters:
id - a BigInteger object.
textContent - a String object.
position - a int.
Method Detail

getId

public BigInteger getId()

Getter for the field id.

Returns:
a BigInteger object.

getTextContent

public String getTextContent()

Getter for the field textContent.

Returns:
a String object.

getPosition

public int getPosition()

Getter for the field position.

Returns:
a int.

hashCode

public int hashCode()

Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)

Overrides:
equals in class Object


Copyright © 2011. All Rights Reserved.