|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.axonframework.serializer.SimpleSerializedType
public class SimpleSerializedType
SerializedType implementation that takes its properties as constructor parameters.
| Constructor Summary | |
|---|---|
SimpleSerializedType(String objectType,
String revisionNumber)
Initialize with given objectType and revisionNumber |
|
| Method Summary | |
|---|---|
boolean |
equals(Object o)
|
String |
getName()
Returns the name of the serialized type. |
String |
getRevision()
Returns the revision identifier of the serialized object. |
int |
hashCode()
|
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public SimpleSerializedType(String objectType,
String revisionNumber)
objectType and revisionNumber
objectType - The description of the serialized object's typerevisionNumber - The revision of the serialized object's type| Method Detail |
|---|
public String getName()
SerializedType
getName in interface SerializedTypepublic String getRevision()
SerializedType
getRevision in interface SerializedTypepublic boolean equals(Object o)
equals in class Objectpublic int hashCode()
hashCode in class Objectpublic String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||