Interface CustomMetaValueEntity

All Superinterfaces:
BaseEntity, Serializable
All Known Implementing Classes:
CustomMetaValue

public interface CustomMetaValueEntity extends Serializable, BaseEntity
ICustomMetaValue.
  • Method Details

    • getCustomMetaValueId

      int getCustomMetaValueId()
    • setCustomMetaValueId

      void setCustomMetaValueId(int customMetaValueId)
    • getNamespaceId

      int getNamespaceId()
    • setNamespaceId

      void setNamespaceId(int namespaceId)
    • getPublicationId

      int getPublicationId()
    • setPublicationId

      void setPublicationId(int publicationId)
    • getItemId

      int getItemId()
    • setItemId

      void setItemId(int itemId)
    • getKeyName

      String getKeyName()
    • setKeyName

      void setKeyName(String keyName)
    • getItemType

      int getItemType()
    • setItemType

      void setItemType(int itemType)
    • getKeyType

      int getKeyType()
    • setKeyType

      void setKeyType(int keyType)
    • getStringValue

      String getStringValue()
    • setStringValue

      void setStringValue(String value)
    • getStringLobValue

      String getStringLobValue()
    • setStringLobValue

      void setStringLobValue(String stringLobValue)
    • getFloatValue

      Float getFloatValue()
    • setFloatValue

      void setFloatValue(Float value)
    • getDateValue

      Date getDateValue()
    • setDateValue

      void setDateValue(Date value)
    • getSchemaId

      Integer getSchemaId()
    • setSchemaId

      void setSchemaId(Integer schemaId)
    • getPath

      String getPath()
    • setPath

      void setPath(String path)
    • getMetadataType

      MetadataType getMetadataType()
    • getRelatedItem

      ItemMeta getRelatedItem()
    • setRelatedItem

      void setRelatedItem(ItemMeta relatedItem)
    • getValue

      Object getValue()