Package com.tridion.storage
Class ExternalSchema
java.lang.Object
com.tridion.storage.BaseEntityImpl
com.tridion.storage.ExternalSchema
- All Implemented Interfaces:
BaseEntity,Serializable
This represents a schema related to a component.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanintgetPK()intgetTitle()inthashCode()voidsetEclSchemaId(String eclSchemaId) voidsetNamespaceId(int namespaceId) voidsetPublicationId(int publicationId) voidsetSchemaContent(String schemaContent) voidsetSchemaId(Long schemaId) voidtoString()Methods inherited from class com.tridion.storage.BaseEntityImpl
getEntityName, setPK
-
Constructor Details
-
ExternalSchema
public ExternalSchema()
-
-
Method Details
-
getPK
- Specified by:
getPKin interfaceBaseEntity- Specified by:
getPKin classBaseEntityImpl
-
getNamespaceId
public int getNamespaceId() -
setNamespaceId
public void setNamespaceId(int namespaceId) -
getPublicationId
public int getPublicationId() -
setPublicationId
public void setPublicationId(int publicationId) -
getSchemaId
-
setSchemaId
-
getSchemaContent
-
setSchemaContent
-
getEclSchemaId
-
setEclSchemaId
-
setTitle
-
getTitle
-
toString
-
equals
-
hashCode
public int hashCode()
-