Package com.tridion.storage
Class Schema
java.lang.Object
com.tridion.storage.BaseEntityImpl
com.tridion.storage.Schema
- All Implemented Interfaces:
BaseEntity,SchemaEntity,Serializable
This represents a schema related to a component.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanintgetPK()intintgetTitle()inthashCode()voidsetContentId(Integer contentId) voidsetEntityId(Long entityId) voidsetNamespaceId(int namespaceId) voidsetPublicationId(int publicationId) voidsetSchemaContent(String schemaContent) voidsetSchemaId(int schemaId) voidtoString()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
-
Schema
public Schema()
-
-
Method Details
-
getEntityId
-
getPK
- Specified by:
getPKin interfaceBaseEntity- Specified by:
getPKin classBaseEntityImpl
-
setEntityId
-
getNamespaceId
public int getNamespaceId()- Specified by:
getNamespaceIdin interfaceSchemaEntity
-
setNamespaceId
public void setNamespaceId(int namespaceId) - Specified by:
setNamespaceIdin interfaceSchemaEntity
-
getPublicationId
public int getPublicationId()- Specified by:
getPublicationIdin interfaceSchemaEntity
-
setPublicationId
public void setPublicationId(int publicationId) - Specified by:
setPublicationIdin interfaceSchemaEntity
-
getSchemaId
public int getSchemaId()- Specified by:
getSchemaIdin interfaceSchemaEntity
-
setSchemaId
public void setSchemaId(int schemaId) - Specified by:
setSchemaIdin interfaceSchemaEntity
-
getSchemaContent
- Specified by:
getSchemaContentin interfaceSchemaEntity
-
setSchemaContent
- Specified by:
setSchemaContentin interfaceSchemaEntity
-
setTitle
- Specified by:
setTitlein interfaceSchemaEntity
-
getTitle
- Specified by:
getTitlein interfaceSchemaEntity
-
getContentId
-
setContentId
-
toString
-
equals
-
hashCode
public int hashCode()
-