Package com.exedio.cope.pattern
Class History.Event
- java.lang.Object
-
- com.exedio.cope.Item
-
- com.exedio.cope.pattern.History.Event
-
- All Implemented Interfaces:
Serializable
,Comparable<Item>
- Enclosing class:
- History
public static final class History.Event extends Item
- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description History.Feature
createFeature(Feature f, String name, Object oldValue, Object newValue)
String
getAuthor()
String
getCause()
Deprecated.UsegetAuthor()
insteadDate
getDate()
List<? extends History.Feature>
getFeatures()
Item
getParent()
History
getPattern()
boolean
isCreation()
Deprecated.UseisNew()
insteadboolean
isNew()
-
Methods inherited from class com.exedio.cope.Item
activeCopeItem, afterNewCopeItem, appendCopeID, beforeDeleteCopeItem, beforeSetCopeItem, compareTo, deleteCopeItem, equals, existsCopeItem, get, getCopeID, getCopeType, hashCode, isActiveCopeItem, newEnumAttribute, newEnumField, newItemAttribute, newItemAttribute, newItemField, newItemField, newType, set, set, toString, writeReplace
-
-
-
-
Method Detail
-
getPattern
public History getPattern()
-
getParent
public Item getParent()
-
getDate
public Date getDate()
-
getCause
@Deprecated public String getCause()
Deprecated.UsegetAuthor()
instead
-
getAuthor
public String getAuthor()
-
isCreation
@Deprecated public boolean isCreation()
Deprecated.UseisNew()
instead
-
isNew
public boolean isNew()
-
getFeatures
public List<? extends History.Feature> getFeatures()
-
createFeature
public History.Feature createFeature(Feature f, String name, Object oldValue, Object newValue)
-
-