public class FieldDefinitionImpl extends Object implements FieldDefinition
Constructor and Description |
---|
FieldDefinitionImpl(int index,
String fieldName,
FieldType type,
int version) |
FieldDefinitionImpl(int index,
String fieldName,
FieldType type,
int factoryId,
int classId,
int version) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
int |
getClassId() |
int |
getFactoryId() |
int |
getIndex() |
String |
getName() |
FieldType |
getType() |
int |
getVersion() |
int |
hashCode() |
String |
toString() |
public FieldDefinitionImpl(int index, String fieldName, FieldType type, int version)
public FieldType getType()
getType
in interface FieldDefinition
public String getName()
getName
in interface FieldDefinition
public int getIndex()
getIndex
in interface FieldDefinition
public int getFactoryId()
getFactoryId
in interface FieldDefinition
public int getClassId()
getClassId
in interface FieldDefinition
public int getVersion()
getVersion
in interface FieldDefinition
Copyright © 2017 Hazelcast, Inc.. All Rights Reserved.