Package com.tridion.storage.entities
Interface CustomMetaValueEntity
- All Superinterfaces:
BaseEntity,Serializable
- All Known Implementing Classes:
CustomMetaValue
ICustomMetaValue.
-
Method Summary
Modifier and TypeMethodDescriptionintintintintintgetPath()intgetValue()voidsetCustomMetaValueId(int customMetaValueId) voidsetDateValue(Date value) voidsetFloatValue(Float value) voidsetItemId(int itemId) voidsetItemType(int itemType) voidsetKeyName(String keyName) voidsetKeyType(int keyType) voidsetNamespaceId(int namespaceId) voidvoidsetPublicationId(int publicationId) voidsetRelatedItem(ItemMeta relatedItem) voidsetSchemaId(Integer schemaId) voidsetStringLobValue(String stringLobValue) voidsetStringValue(String value) Methods inherited from interface com.tridion.storage.BaseEntity
getEntityName, getPK, setPK
-
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
-
getItemType
int getItemType() -
setItemType
void setItemType(int itemType) -
getKeyType
int getKeyType() -
setKeyType
void setKeyType(int keyType) -
getStringValue
String getStringValue() -
setStringValue
-
getStringLobValue
String getStringLobValue() -
setStringLobValue
-
getFloatValue
Float getFloatValue() -
setFloatValue
-
getDateValue
Date getDateValue() -
setDateValue
-
getSchemaId
Integer getSchemaId() -
setSchemaId
-
getPath
String getPath() -
setPath
-
getMetadataType
MetadataType getMetadataType() -
getRelatedItem
ItemMeta getRelatedItem() -
setRelatedItem
-
getValue
Object getValue()
-