Package com.tridion.storage
Class PublicationMapping
java.lang.Object
com.tridion.storage.BaseEntityImpl
com.tridion.storage.PublicationMapping
- All Implemented Interfaces:
BaseEntity,PublicationMappingEntity,Serializable
Preview publication mapping model class.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintgetPK()intintvoidsetMappingKey(String mappingKey) voidsetNamespaceId(int namespaceId) voidsetRealPublicationId(int realPublicationId) voidsetVirtualPublicationId(int virtualPublicationId) Methods inherited from class com.tridion.storage.BaseEntityImpl
getEntityName, setPKMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.tridion.storage.BaseEntity
getEntityName, setPK
-
Constructor Details
-
PublicationMapping
public PublicationMapping()
-
-
Method Details
-
getVirtualPublicationId
public int getVirtualPublicationId()- Specified by:
getVirtualPublicationIdin interfacePublicationMappingEntity
-
setVirtualPublicationId
public void setVirtualPublicationId(int virtualPublicationId) - Specified by:
setVirtualPublicationIdin interfacePublicationMappingEntity
-
getNamespaceId
public int getNamespaceId()- Specified by:
getNamespaceIdin interfacePublicationMappingEntity
-
setNamespaceId
public void setNamespaceId(int namespaceId) - Specified by:
setNamespaceIdin interfacePublicationMappingEntity
-
getRealPublicationId
public int getRealPublicationId()- Specified by:
getRealPublicationIdin interfacePublicationMappingEntity
-
setRealPublicationId
public void setRealPublicationId(int realPublicationId) - Specified by:
setRealPublicationIdin interfacePublicationMappingEntity
-
getMappingKey
- Specified by:
getMappingKeyin interfacePublicationMappingEntity
-
setMappingKey
- Specified by:
setMappingKeyin interfacePublicationMappingEntity
-
getPK
- Specified by:
getPKin interfaceBaseEntity- Specified by:
getPKin classBaseEntityImpl
-