Interface IDataPrototype
- All Superinterfaces:
com.polarion.subterra.base.data.object.IDataObject
public interface IDataPrototype
extends com.polarion.subterra.base.data.object.IDataObject
- Author:
- Stepan Roh, Polarion Software
-
Method Summary
Modifier and TypeMethodDescriptionboolean
canKeyBeCached
(String key) getKeyType
(String key) getName()
boolean
isKeyDefined
(String key) boolean
isKeyReadOnly
(String key) boolean
isKeyRequired
(String key) boolean
isPrimaryKey
(String key) boolean
Methods inherited from interface com.polarion.subterra.base.data.object.IDataObject
copy, getCustomKeySet, getCustomValue, getId, getIncompatibleCustomField, getIncompatibleCustomKeySet, getIncompatibleCustomValue, getKeySet, getPrototype, getValue, pinnedRevisions, removeCustomKey, removeKey, setCustomValue, setCustomValue, setValue
-
Method Details
-
getName
String getName() -
isStereotype
boolean isStereotype() -
getSupertypes
Collection<SubterraURI> getSupertypes() -
getKeyNames
Collection<String> getKeyNames() -
isKeyDefined
-
getKeyType
-
isKeyRequired
-
isKeyReadOnly
-
canKeyBeCached
- Since:
- 3.5.2
-
isPrimaryKey
-
getPrimaryKey
String getPrimaryKey()
-