@JsonObject(value="EntityPropertySearchResultLocation") public class EntityPropertySearchResultLocation extends java.lang.Object implements ISearchDomainResultLocation
Constructor and Description |
---|
EntityPropertySearchResultLocation() |
Modifier and Type | Method and Description |
---|---|
EntityKind |
getEntityKind() |
java.lang.String |
getPermId() |
int |
getPosition() |
java.lang.String |
getPropertyType() |
void |
setEntityKind(EntityKind entityKind) |
void |
setPermId(java.lang.String entityType) |
void |
setPosition(int position) |
void |
setPropertyType(java.lang.String propertyType) |
java.lang.String |
toString() |
public EntityKind getEntityKind()
public void setEntityKind(EntityKind entityKind)
public java.lang.String getPermId()
public void setPermId(java.lang.String entityType)
public java.lang.String getPropertyType()
public void setPropertyType(java.lang.String propertyType)
public int getPosition()
public void setPosition(int position)
public java.lang.String toString()
toString
in class java.lang.Object