Copyright 2002 by aragost

com.aragost.tools
Class SourcePart

java.lang.Object
  |
  +--com.aragost.tools.SourcePart

public class SourcePart
extends java.lang.Object


Constructor Summary
SourcePart(java.lang.String source, boolean comment)
          Creates new SourcePart
 
Method Summary
 java.lang.String getSource()
          Getter for property source.
 boolean isComment()
          Getter for property comment.
 void setComment(boolean comment)
          Setter for property comment.
 void setSource(java.lang.String source)
          Setter for property source.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SourcePart

public SourcePart(java.lang.String source,
                  boolean comment)
Creates new SourcePart

Method Detail

getSource

public java.lang.String getSource()
Getter for property source.

Returns:
Value of property source.

setSource

public void setSource(java.lang.String source)
Setter for property source.

Parameters:
source - New value of property source.

isComment

public boolean isComment()
Getter for property comment.

Returns:
Value of property comment.

setComment

public void setComment(boolean comment)
Setter for property comment.

Parameters:
comment - New value of property comment.

Copyright 2002 by aragost