Class SchemaEntity.SchemaEntityKey
- java.lang.Object
-
- com.aquima.interactions.communication.impl.evaluator.parser.SchemaEntity.SchemaEntityKey
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- SchemaEntity
public static class SchemaEntity.SchemaEntityKey extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SchemaEntityKey(EntityValue reference, String propertyPath)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object obj)
String
getPropertyPath()
EntityValue
getReference()
int
hashCode()
String
toString()
-
-
-
Constructor Detail
-
SchemaEntityKey
public SchemaEntityKey(EntityValue reference, String propertyPath)
-
-
Method Detail
-
getReference
public EntityValue getReference()
-
getPropertyPath
public String getPropertyPath()
-
-