Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.jempeg.empeg.emplode.model
Class FIDChangeSet.Reason  view FIDChangeSet.Reason download FIDChangeSet.Reason.java

java.lang.Object
  extended byorg.jempeg.empeg.emplode.model.FIDChangeSet.Reason
Enclosing class:
FIDChangeSet

public static class FIDChangeSet.Reason
extends java.lang.Object

FIDChangeReason encapsulated a changed node and the explanation for why the change occurred.


Field Summary
private  java.lang.Exception myException
           
private  org.jempeg.empeg.emptool.ImportFileIfc myFile
           
private  java.lang.String myReason
           
 
Constructor Summary
(package private) FIDChangeSet.Reason(org.jempeg.empeg.emptool.ImportFileIfc _file, java.lang.Exception _exception)
           
(package private) FIDChangeSet.Reason(org.jempeg.empeg.emptool.ImportFileIfc _file, java.lang.String _reason)
           
 
Method Summary
 java.lang.Exception getException()
          Returns the exception that is associated with this change.
 org.jempeg.empeg.emptool.ImportFileIfc getFile()
          Returns the File that was affected.
 java.lang.String getReason()
          Returns the reason this change occurred.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

myFile

private org.jempeg.empeg.emptool.ImportFileIfc myFile

myReason

private java.lang.String myReason

myException

private java.lang.Exception myException
Constructor Detail

FIDChangeSet.Reason

FIDChangeSet.Reason(org.jempeg.empeg.emptool.ImportFileIfc _file,
                    java.lang.Exception _exception)

FIDChangeSet.Reason

FIDChangeSet.Reason(org.jempeg.empeg.emptool.ImportFileIfc _file,
                    java.lang.String _reason)
Method Detail

getFile

public org.jempeg.empeg.emptool.ImportFileIfc getFile()
Returns the File that was affected.


getReason

public java.lang.String getReason()
Returns the reason this change occurred.


getException

public java.lang.Exception getException()
Returns the exception that is associated with this change.