inpro.incremental.unit
Class EditMessage<IUType extends IU>
java.lang.Object
inpro.incremental.unit.EditMessage<IUType>
public class EditMessage<IUType extends IU>
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
type
private final EditType type
iu
private final IUType extends IU iu
EditMessage
public EditMessage(EditType edit,
IUType iu)
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