|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.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 typeMethod Detail |
---|
public String getName()
SerializedType
getName
in interface SerializedType
public String getRevision()
SerializedType
getRevision
in interface SerializedType
public boolean equals(Object o)
equals
in class Object
public int hashCode()
hashCode
in class Object
public String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |