Class StoredProjectMetadata
java.lang.Object
it.uniroma2.art.semanticturkey.mdr.bindings.StoredProjectMetadata
- All Implemented Interfaces:
Settings
,STProperties
-
Nested Class Summary
Nested classes/interfaces inherited from interface it.uniroma2.art.semanticturkey.properties.STProperties
STProperties.BasicPropertiesConstraints, STProperties.BasicPropertyConstraintValidator
-
Field Summary
-
Constructor Summary
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface it.uniroma2.art.semanticturkey.properties.STProperties
checkAndConvertPropertyValue, convertToPropertValue, getAnnotations, getEnumeration, getHTMLDescription, getHTMLWarning, getProperties, getPropertyAnnotatedType, getPropertyContentType, getPropertyDescription, getPropertyDisplayName, getPropertyType, getPropertyValue, getStringRepresentation, hasRequiredProperties, isEnumerated, isRequiredProperty, loadProperties, setProperties, setPropertyValue, storeProperties, storeProperties
-
Field Details
-
datasetDescription
@STProperty(description="{it.uniroma2.art.semanticturkey.mdr.bindings.StoredProjectMetadata.datasetDescription.description}", displayName="{it.uniroma2.art.semanticturkey.mdr.bindings.StoredProjectMetadata.datasetDescription.displayName}") @Required public Pair<org.eclipse.rdf4j.model.IRI,String> datasetDescription
-
-
Constructor Details
-
StoredProjectMetadata
public StoredProjectMetadata()
-
-
Method Details
-
getShortName
- Specified by:
getShortName
in interfaceSTProperties
-