Package com.tridion.storage
Class ReferenceEntry
java.lang.Object
com.tridion.storage.BaseEntityImpl
com.tridion.storage.ReferenceEntry
- All Implemented Interfaces:
BaseEntity,ReferenceEntryEntity,Serializable
This represents a reference between content items.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanintgetPK()intinthashCode()voidsetEntityId(Long entityId) voidsetItemType(Long itemType) voidsetNamespaceId(int namespaceId) voidsetPublicationId(int publicationId) voidsetReferencedURI(String referencedURI) voidsetReferencingURI(String referencingURI) voidsetSourceSystem(SourceSystem sourceSystem) Methods inherited from class com.tridion.storage.BaseEntityImpl
getEntityName, setPKMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.tridion.storage.BaseEntity
getEntityName, setPK
-
Constructor Details
-
ReferenceEntry
public ReferenceEntry()
-
-
Method Details
-
getEntityId
-
getPK
- Specified by:
getPKin interfaceBaseEntity- Specified by:
getPKin classBaseEntityImpl
-
setEntityId
-
getNamespaceId
public int getNamespaceId()- Specified by:
getNamespaceIdin interfaceReferenceEntryEntity
-
setNamespaceId
public void setNamespaceId(int namespaceId) - Specified by:
setNamespaceIdin interfaceReferenceEntryEntity
-
getPublicationId
public int getPublicationId()- Specified by:
getPublicationIdin interfaceReferenceEntryEntity
-
setPublicationId
public void setPublicationId(int publicationId) - Specified by:
setPublicationIdin interfaceReferenceEntryEntity
-
getReferencedURI
- Specified by:
getReferencedURIin interfaceReferenceEntryEntity
-
setReferencedURI
- Specified by:
setReferencedURIin interfaceReferenceEntryEntity
-
getReferencingURI
- Specified by:
getReferencingURIin interfaceReferenceEntryEntity
-
setReferencingURI
- Specified by:
setReferencingURIin interfaceReferenceEntryEntity
-
getSourceSystem
-
setSourceSystem
-
getItemType
-
setItemType
-
equals
-
hashCode
public int hashCode()
-