@Entity public class FeatureTypeRelation extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JOIN |
static String |
RELATE |
| Constructor and Description |
|---|
FeatureTypeRelation() |
| Modifier and Type | Method and Description |
|---|---|
SimpleFeatureType |
getFeatureType() |
SimpleFeatureType |
getForeignFeatureType() |
Long |
getId() |
List<FeatureTypeRelationKey> |
getRelationKeys() |
String |
getType() |
void |
setFeatureType(SimpleFeatureType featureType) |
void |
setForeignFeatureType(SimpleFeatureType foreignFeatureType) |
void |
setId(Long id) |
void |
setRelationKeys(List<FeatureTypeRelationKey> relationKeys) |
void |
setType(String type) |
org.json.JSONObject |
toJSONObject() |
public static final String JOIN
public static final String RELATE
public Long getId()
public void setId(Long id)
public SimpleFeatureType getFeatureType()
public void setFeatureType(SimpleFeatureType featureType)
public List<FeatureTypeRelationKey> getRelationKeys()
public void setRelationKeys(List<FeatureTypeRelationKey> relationKeys)
public String getType()
public void setType(String type)
public SimpleFeatureType getForeignFeatureType()
public void setForeignFeatureType(SimpleFeatureType foreignFeatureType)
public org.json.JSONObject toJSONObject()
throws org.json.JSONException
org.json.JSONExceptionCopyright © 2018. All rights reserved.