|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.priha.util.ChangeStore.Change
public static final class ChangeStore.Change
Stores a single change.
Constructor Summary | |
---|---|
ChangeStore.Change(ItemState newState,
ItemImpl item)
Create a new Change for the given ItemState and item. |
Method Summary | |
---|---|
ItemImpl |
getItem()
Returns the Item for this Change. |
Path |
getPath()
Returns the Path for this Change. |
ItemState |
getState()
Returns the ItemState for this Change. |
ValueContainer |
getValue()
Return the ValueContainer for the Change. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ChangeStore.Change(ItemState newState, ItemImpl item)
newState
- The new stateitem
- The itemMethod Detail |
---|
public final ItemImpl getItem()
public final ItemState getState()
public final Path getPath()
public final ValueContainer getValue()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |