Package com.tridion.storage
Class Content
java.lang.Object
com.tridion.storage.BaseEntityImpl
com.tridion.storage.Content
- All Implemented Interfaces:
BaseEntity,ContentEntity,Serializable
This represents the stored content data.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanintintintgetPK()intinthashCode()voidsetCharSet(String charSet) voidsetContentData(String content) voidsetContentId(int contentId) voidsetContentType(String contentType) voidsetItemReferenceId(int itemReferenceId) voidsetNamespaceId(int namespaceId) voidsetPublicationId(int publicationId) 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
-
Content
public Content()
-
-
Method Details
-
getContentId
public int getContentId() -
getItemReferenceId
public int getItemReferenceId()- Specified by:
getItemReferenceIdin interfaceContentEntity
-
setItemReferenceId
public void setItemReferenceId(int itemReferenceId) - Specified by:
setItemReferenceIdin interfaceContentEntity
-
getNamespaceId
public int getNamespaceId()- Specified by:
getNamespaceIdin interfaceContentEntity
-
setNamespaceId
public void setNamespaceId(int namespaceId) - Specified by:
setNamespaceIdin interfaceContentEntity
-
getPublicationId
public int getPublicationId()- Specified by:
getPublicationIdin interfaceContentEntity
-
setPublicationId
public void setPublicationId(int publicationId) - Specified by:
setPublicationIdin interfaceContentEntity
-
getContentType
- Specified by:
getContentTypein interfaceContentEntity
-
setContentType
- Specified by:
setContentTypein interfaceContentEntity
-
getContentData
- Specified by:
getContentDatain interfaceContentEntity
-
setContentData
- Specified by:
setContentDatain interfaceContentEntity
-
getCharSet
- Specified by:
getCharSetin interfaceContentEntity
-
setCharSet
- Specified by:
setCharSetin interfaceContentEntity
-
setContentId
public void setContentId(int contentId) -
getPK
- Specified by:
getPKin interfaceBaseEntity- Specified by:
getPKin classBaseEntityImpl
-
toString
-
equals
-
hashCode
public int hashCode()
-