public class SimpleSerializedType extends Object implements SerializedType
| Constructor and Description | 
|---|
SimpleSerializedType(String objectType,
                    String revisionNumber)
Initialize with given  
objectType and revisionNumber | 
| Modifier and Type | Method and Description | 
|---|---|
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()  | 
public String getName()
SerializedTypegetName in interface SerializedTypepublic String getRevision()
SerializedTypegetRevision in interface SerializedTypeCopyright © 2010–2018. All rights reserved.