inpro.incremental.unit
Class EditMessage<IUType extends IU>

java.lang.Object
  extended by inpro.incremental.unit.EditMessage<IUType>

public class EditMessage<IUType extends IU>
extends java.lang.Object


Field Summary
private  IUType iu
           
private  EditType type
           
 
Constructor Summary
EditMessage(EditType edit, IUType iu)
           
 
Method Summary
 boolean equals(java.lang.Object o)
          equality for EditMessages is defined by the contained IUs being equal and the EditType being the same
 IUType getIU()
           
 EditType getType()
           
 int hashCode()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

type

private final EditType type

iu

private final IUType extends IU iu
Constructor Detail

EditMessage

public EditMessage(EditType edit,
                   IUType iu)
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

equals

public boolean equals(java.lang.Object o)
equality for EditMessages is defined by the contained IUs being equal and the EditType being the same

Overrides:
equals in class java.lang.Object

getIU

public IUType getIU()

getType

public EditType getType()

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object