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 Details

    • getName

      String getName()
    • isStereotype

      boolean isStereotype()
    • getSupertypes

      Collection<SubterraURI> getSupertypes()
    • getKeyNames

      Collection<String> getKeyNames()
    • isKeyDefined

      boolean isKeyDefined(String key)
    • getKeyType

      IType getKeyType(String key)
    • isKeyRequired

      boolean isKeyRequired(String key)
    • isKeyReadOnly

      boolean isKeyReadOnly(String key)
    • canKeyBeCached

      boolean canKeyBeCached(String key)
      Since:
      3.5.2
    • isPrimaryKey

      boolean isPrimaryKey(String key)
    • getPrimaryKey

      String getPrimaryKey()