public class IndividualImpl extends BaseResourceBean implements Individual, Comparable<Individual>
BaseResourceBean.RoleLevelhiddenFromDisplayBelowRoleLevel, hiddenFromPublishBelowRoleLevel, localName, localNameWithPrefix, namespace, pickListName, prohibitedFromUpdateBelowRoleLevel, URI| Constructor and Description |
|---|
IndividualImpl() |
IndividualImpl(String URI) |
equals, getHiddenFromDisplayBelowRoleLevel, getHiddenFromPublishBelowRoleLevel, getLabel, getLocalName, getLocalNameWithPrefix, getNamespace, getPickListName, getProhibitedFromUpdateBelowRoleLevel, getURI, hashCode, isAnonymous, setHiddenFromDisplayBelowRoleLevel, setHiddenFromDisplayBelowRoleLevelUsingRoleUri, setHiddenFromPublishBelowRoleLevel, setHiddenFromPublishBelowRoleLevelUsingRoleUri, setLocalName, setLocalNameWithPrefix, setNamespace, setPickListName, setProhibitedFromUpdateBelowRoleLevel, setProhibitedFromUpdateBelowRoleLevelUsingRoleUri, setURIclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetHiddenFromDisplayBelowRoleLevel, getHiddenFromPublishBelowRoleLevel, getLabel, getLocalName, getNamespace, getPickListName, getProhibitedFromUpdateBelowRoleLevel, getURI, isAnonymous, setHiddenFromDisplayBelowRoleLevel, setHiddenFromDisplayBelowRoleLevelUsingRoleUri, setHiddenFromPublishBelowRoleLevel, setHiddenFromPublishBelowRoleLevelUsingRoleUri, setLocalName, setNamespace, setProhibitedFromUpdateBelowRoleLevel, setProhibitedFromUpdateBelowRoleLevelUsingRoleUri, setURIprotected static final String NOT_INITIALIZED
null. If get() is
called on such a property, and the property has this value, the correct
value can be fetched and cached.public String name
protected String rdfsLabel
public String vClassURI
protected VClass vClass
protected Timestamp modTime
protected List<ObjectProperty> propertyList
protected List<ObjectProperty> populatedObjectPropertyList
protected Map<String,ObjectProperty> objectPropertyMap
protected List<DataProperty> datatypePropertyList
protected List<DataProperty> populatedDataPropertyList
protected Map<String,DataProperty> dataPropertyMap
protected List<DataPropertyStatement> dataPropertyStatements
protected List<ObjectPropertyStatement> objectPropertyStatements
protected List<ObjectPropertyStatement> rangeEnts2Ents
protected List<DataPropertyStatement> externalIds
protected String mainImageUri
protected ImageInfo imageInfo
protected Float searchBoost
protected String searchSnippet
protected boolean sorted
protected boolean DIRECT
protected boolean ALL
public static final String[] INCLUDED_IN_JSON
public IndividualImpl()
public IndividualImpl(String URI)
public String getName()
getName in interface Individualpublic void setName(String in)
setName in interface Individualpublic String getRdfsLabel()
IndividualgetRdfsLabel in interface Individualpublic void setRdfsLabel(String s)
setRdfsLabel in interface Individualpublic String getVClassURI()
getVClassURI in interface Individualpublic void setVClassURI(String in)
setVClassURI in interface Individualpublic Timestamp getModTime()
getModTime in interface Individualpublic void setModTime(Timestamp in)
setModTime in interface Individualpublic List<ObjectProperty> getObjectPropertyList()
getObjectPropertyList in interface Individualpublic void setPropertyList(List<ObjectProperty> propertyList)
setPropertyList in interface Individualpublic List<ObjectProperty> getPopulatedObjectPropertyList()
IndividualgetPopulatedObjectPropertyList in interface Individualpublic void setPopulatedObjectPropertyList(List<ObjectProperty> propertyList)
setPopulatedObjectPropertyList in interface Individualpublic Map<String,ObjectProperty> getObjectPropertyMap()
getObjectPropertyMap in interface Individualpublic void setObjectPropertyMap(Map<String,ObjectProperty> propertyMap)
setObjectPropertyMap in interface Individualpublic List<DataProperty> getDataPropertyList()
getDataPropertyList in interface Individualpublic void setDatatypePropertyList(List<DataProperty> datatypePropertyList)
setDatatypePropertyList in interface Individualpublic List<DataProperty> getPopulatedDataPropertyList()
getPopulatedDataPropertyList in interface Individualpublic void setPopulatedDataPropertyList(List<DataProperty> propertyList)
setPopulatedDataPropertyList in interface Individualpublic Map<String,DataProperty> getDataPropertyMap()
getDataPropertyMap in interface Individualpublic void setDataPropertyMap(Map<String,DataProperty> propertyMap)
setDataPropertyMap in interface Individualpublic void setDataPropertyStatements(List<DataPropertyStatement> list)
setDataPropertyStatements in interface Individualpublic List<DataPropertyStatement> getDataPropertyStatements()
getDataPropertyStatements in interface Individualpublic List<DataPropertyStatement> getDataPropertyStatements(String propertyUri)
getDataPropertyStatements in interface Individualpublic DataPropertyStatement getDataPropertyStatement(String propertyUri)
getDataPropertyStatement in interface Individualpublic List<String> getDataValues(String propertyUri)
getDataValues in interface Individualpublic String getDataValue(String propertyUri)
getDataValue in interface Individualpublic VClass getVClass()
getVClass in interface Individualpublic void setVClass(VClass class1)
setVClass in interface Individualpublic List<VClass> getVClasses()
getVClasses in interface Individualpublic boolean isVClass(String uri)
IndividualisVClass in interface Individualpublic List<VClass> getVClasses(boolean direct)
getVClasses in interface Individualpublic void setVClasses(List<VClass> vClassList, boolean direct)
setVClasses in interface Individualpublic List<String> getMostSpecificTypeURIs()
getMostSpecificTypeURIs in interface Individualpublic void setObjectPropertyStatements(List<ObjectPropertyStatement> list)
setObjectPropertyStatements in interface Individualpublic List<ObjectPropertyStatement> getObjectPropertyStatements()
getObjectPropertyStatements in interface Individualpublic List<ObjectPropertyStatement> getObjectPropertyStatements(String propertyUri)
getObjectPropertyStatements in interface Individualpublic List<Individual> getRelatedIndividuals(String propertyUri)
getRelatedIndividuals in interface Individualpublic Individual getRelatedIndividual(String propertyUri)
getRelatedIndividual in interface Individualpublic List<DataPropertyStatement> getExternalIds()
getExternalIds in interface Individualpublic void setExternalIds(List<DataPropertyStatement> externalIds)
setExternalIds in interface Individualpublic String getMainImageUri()
getMainImageUri in interface Individualpublic void setMainImageUri(String mainImageUri)
setMainImageUri in interface Individualpublic String getImageUrl()
getImageUrl in interface Individualpublic String getThumbUrl()
getThumbUrl in interface Individualpublic Float getSearchBoost()
getSearchBoost in interface Individualpublic void setSearchBoost(Float boost)
setSearchBoost in interface Individualpublic String getSearchSnippet()
getSearchSnippet in interface Individualpublic void setSearchSnippet(String snippet)
setSearchSnippet in interface Individualpublic void sortForDisplay()
sortForDisplay in interface Individualprotected void sortEnts2EntsForDisplay()
protected void sortPropertiesForDisplay()
public JSONObject toJSON() throws JSONException
toJSON in interface IndividualJSONExceptionpublic int compareTo(Individual o2)
compareTo in interface Comparable<Individual>public boolean hasThumb()
hasThumb in interface Individualpublic void resolveAsFauxPropertyStatements(List<ObjectPropertyStatement> list)
IndividualresolveAsFauxPropertyStatements in interface Individuallist - Object property statementsCopyright © 2016. All rights reserved.