Class CategoryUpdatedEvent
- java.lang.Object
-
- com.xebialabs.xlrelease.domain.events.CategoryUpdatedEvent
-
- All Implemented Interfaces:
CategoryEvent,XLReleaseEvent,java.io.Serializable,scala.Equals,scala.Product
public class CategoryUpdatedEvent extends java.lang.Object implements CategoryEvent, scala.Product, java.io.Serializable
Event published when a category is updated.param: original the original category param: updated the updated category
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CategoryUpdatedEvent(Category original, Category updated)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static CategoryUpdatedEventapply(Category original, Category updated)booleancanEqual(java.lang.Object x$1)CategoryUpdatedEventcopy(Category original, Category updated)Categorycopy$default$1()Categorycopy$default$2()booleanequals(java.lang.Object x$1)inthashCode()Categoryoriginal()intproductArity()java.lang.ObjectproductElement(int x$1)java.lang.StringproductElementName(int x$1)scala.collection.Iterator<java.lang.Object>productIterator()java.lang.StringproductPrefix()java.lang.StringtoString()static scala.Option<scala.Tuple2<Category,Category>>unapply(CategoryUpdatedEvent x$0)Categoryupdated()java.lang.Stringusername()voidusername_$eq(java.lang.String x$1)-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface com.xebialabs.xlrelease.domain.events.XLReleaseEvent
timeMs, timestamp
-
-
-
-
Method Detail
-
apply
public static CategoryUpdatedEvent apply(Category original, Category updated)
-
unapply
public static scala.Option<scala.Tuple2<Category,Category>> unapply(CategoryUpdatedEvent x$0)
-
username
public java.lang.String username()
- Specified by:
usernamein interfaceXLReleaseEvent
-
username_$eq
public void username_$eq(java.lang.String x$1)
- Specified by:
username_$eqin interfaceXLReleaseEvent
-
original
public Category original()
-
updated
public Category updated()
-
copy
public CategoryUpdatedEvent copy(Category original, Category updated)
-
copy$default$1
public Category copy$default$1()
-
copy$default$2
public Category copy$default$2()
-
productPrefix
public java.lang.String productPrefix()
- Specified by:
productPrefixin interfacescala.Product
-
productArity
public int productArity()
- Specified by:
productArityin interfacescala.Product
-
productElement
public java.lang.Object productElement(int x$1)
- Specified by:
productElementin interfacescala.Product
-
productIterator
public scala.collection.Iterator<java.lang.Object> productIterator()
- Specified by:
productIteratorin interfacescala.Product
-
canEqual
public boolean canEqual(java.lang.Object x$1)
- Specified by:
canEqualin interfacescala.Equals
-
productElementName
public java.lang.String productElementName(int x$1)
- Specified by:
productElementNamein interfacescala.Product
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
equals
public boolean equals(java.lang.Object x$1)
- Specified by:
equalsin interfacescala.Equals- Overrides:
equalsin classjava.lang.Object
-
-