public class PropertyAnnotation<OBJECT> extends Object implements Serializable
Property
, or opentox:FeatureModifier and Type | Field and Description |
---|---|
protected int |
idproperty |
protected OBJECT |
object |
protected String |
predicate |
protected String |
type |
Constructor and Description |
---|
PropertyAnnotation() |
Modifier and Type | Method and Description |
---|---|
int |
getIdproperty() |
OBJECT |
getObject() |
String |
getPredicate() |
String |
getType() |
void |
setIdproperty(int idproperty) |
void |
setObject(OBJECT object) |
void |
setPredicate(String predicate) |
void |
setType(String type) |
String |
toJSON() |
String |
toJSON(StringBuilder b) |
String |
toString() |
protected int idproperty
protected String type
protected String predicate
protected OBJECT object
public int getIdproperty()
public void setIdproperty(int idproperty)
public String getType()
public void setType(String type)
public String getPredicate()
public void setPredicate(String predicate)
public OBJECT getObject()
public void setObject(OBJECT object)
public String toJSON()
public String toJSON(StringBuilder b)
Copyright © 2004–2020 Ideaconsult Ltd.. All rights reserved.