Package com.tridion.storage
Class CustomMetaValue
java.lang.Object
com.tridion.storage.BaseEntityImpl
com.tridion.storage.CustomMetaValue
- All Implemented Interfaces:
BaseEntity,CustomMetaValueEntity,Serializable
This represents a value for custom metadata related to an Item.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCustomMetaValue(Float value) CustomMetaValue(String value, boolean storeAsLob) CustomMetaValue(Date value) -
Method Summary
Modifier and TypeMethodDescriptionbooleanintintintintintgetPath()getPK()intgetValue()inthashCode()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) voidsetRelatedItemId(Long relatedItemId) voidsetSchemaId(Integer schemaId) voidsetStringLobValue(String stringLobValue) voidsetStringValue(String value) toString()Methods inherited from class com.tridion.storage.BaseEntityImpl
getEntityName, setPKMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface com.tridion.storage.BaseEntity
getEntityName, setPK
-
Constructor Details
-
CustomMetaValue
public CustomMetaValue() -
CustomMetaValue
-
CustomMetaValue
-
CustomMetaValue
-
-
Method Details
-
getCustomMetaValueId
public int getCustomMetaValueId()- Specified by:
getCustomMetaValueIdin interfaceCustomMetaValueEntity
-
setCustomMetaValueId
public void setCustomMetaValueId(int customMetaValueId) - Specified by:
setCustomMetaValueIdin interfaceCustomMetaValueEntity
-
getNamespaceId
public int getNamespaceId()- Specified by:
getNamespaceIdin interfaceCustomMetaValueEntity
-
setNamespaceId
public void setNamespaceId(int namespaceId) - Specified by:
setNamespaceIdin interfaceCustomMetaValueEntity
-
getPublicationId
public int getPublicationId()- Specified by:
getPublicationIdin interfaceCustomMetaValueEntity
-
setPublicationId
public void setPublicationId(int publicationId) - Specified by:
setPublicationIdin interfaceCustomMetaValueEntity
-
getItemId
public int getItemId()- Specified by:
getItemIdin interfaceCustomMetaValueEntity
-
setItemId
public void setItemId(int itemId) - Specified by:
setItemIdin interfaceCustomMetaValueEntity
-
getKeyName
- Specified by:
getKeyNamein interfaceCustomMetaValueEntity
-
setKeyName
- Specified by:
setKeyNamein interfaceCustomMetaValueEntity
-
getItemType
public int getItemType()- Specified by:
getItemTypein interfaceCustomMetaValueEntity
-
setItemType
public void setItemType(int itemType) - Specified by:
setItemTypein interfaceCustomMetaValueEntity
-
getKeyType
public int getKeyType()- Specified by:
getKeyTypein interfaceCustomMetaValueEntity
-
setKeyType
public void setKeyType(int keyType) - Specified by:
setKeyTypein interfaceCustomMetaValueEntity
-
getRelatedItemId
-
setRelatedItemId
-
getStringValue
- Specified by:
getStringValuein interfaceCustomMetaValueEntity
-
setStringValue
- Specified by:
setStringValuein interfaceCustomMetaValueEntity
-
getStringLobValue
- Specified by:
getStringLobValuein interfaceCustomMetaValueEntity
-
setStringLobValue
- Specified by:
setStringLobValuein interfaceCustomMetaValueEntity
-
getFloatValue
- Specified by:
getFloatValuein interfaceCustomMetaValueEntity
-
setFloatValue
- Specified by:
setFloatValuein interfaceCustomMetaValueEntity
-
getDateValue
- Specified by:
getDateValuein interfaceCustomMetaValueEntity
-
setDateValue
- Specified by:
setDateValuein interfaceCustomMetaValueEntity
-
getSchemaId
- Specified by:
getSchemaIdin interfaceCustomMetaValueEntity
-
setSchemaId
- Specified by:
setSchemaIdin interfaceCustomMetaValueEntity
-
getPath
- Specified by:
getPathin interfaceCustomMetaValueEntity
-
setPath
- Specified by:
setPathin interfaceCustomMetaValueEntity
-
getMetadataType
- Specified by:
getMetadataTypein interfaceCustomMetaValueEntity
-
getRelatedItem
- Specified by:
getRelatedItemin interfaceCustomMetaValueEntity
-
setRelatedItem
- Specified by:
setRelatedItemin interfaceCustomMetaValueEntity
-
getPK
- Specified by:
getPKin interfaceBaseEntity- Specified by:
getPKin classBaseEntityImpl
-
getValue
- Specified by:
getValuein interfaceCustomMetaValueEntity
-
toString
-
equals
-
hashCode
public int hashCode()
-