public class CallbackType extends Object implements Serializable
| Constructor and Description |
|---|
CallbackType(LifecycleEvent type)
constructor
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
int |
getCounter() |
String |
getName() |
LifecycleEvent |
getType() |
int |
hashCode() |
void |
setCounter(int counter)
Method to specify counter value
|
String |
toString() |
public CallbackType(LifecycleEvent type)
type - type idname - namepublic LifecycleEvent getType()
public String getName()
public int getCounter()
public void setCounter(int counter)
counter - new coutner valuepublic String toString()
Copyright © 2001–2015 Apache Cayenne. All rights reserved.