Package com.tridion.storage
Class XSLTContent
java.lang.Object
com.tridion.storage.BaseEntityImpl
com.tridion.storage.XSLTContent
- All Implemented Interfaces:
BaseEntity,XSLTContentEntity,Serializable
This represent XSLT content stored in the content delivery data store.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionXSLTContent(int namespaceId, int publicationId, int xsltId, long lastModified, String content) -
Method Summary
Modifier and TypeMethodDescriptionintgetPK()intintvoidsetContent(String content) voidsetEntityId(Long entityId) voidsetLastModified(Date lastModified) voidsetNamespaceId(int namespaceId) voidsetPublicationId(int publicationId) voidsetXsltId(int xsltId) toString()Methods inherited from class com.tridion.storage.BaseEntityImpl
getEntityName, setPKMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface com.tridion.storage.BaseEntity
getEntityName, setPK
-
Constructor Details
-
XSLTContent
public XSLTContent() -
XSLTContent
public XSLTContent(int namespaceId, int publicationId, int xsltId, long lastModified, String content)
-
-
Method Details
-
getEntityId
-
getPK
- Specified by:
getPKin interfaceBaseEntity- Specified by:
getPKin classBaseEntityImpl
-
setEntityId
-
getNamespaceId
public int getNamespaceId()- Specified by:
getNamespaceIdin interfaceXSLTContentEntity
-
setNamespaceId
public void setNamespaceId(int namespaceId) - Specified by:
setNamespaceIdin interfaceXSLTContentEntity
-
getPublicationId
public int getPublicationId()- Specified by:
getPublicationIdin interfaceXSLTContentEntity
-
setPublicationId
public void setPublicationId(int publicationId) - Specified by:
setPublicationIdin interfaceXSLTContentEntity
-
getXsltId
public int getXsltId()- Specified by:
getXsltIdin interfaceXSLTContentEntity
-
setXsltId
public void setXsltId(int xsltId) - Specified by:
setXsltIdin interfaceXSLTContentEntity
-
getLastModified
- Specified by:
getLastModifiedin interfaceXSLTContentEntity
-
setLastModified
- Specified by:
setLastModifiedin interfaceXSLTContentEntity
-
getContent
- Specified by:
getContentin interfaceXSLTContentEntity
-
setContent
- Specified by:
setContentin interfaceXSLTContentEntity
-
toString
-