Package com.tridion.storage
Class Namespace
java.lang.Object
com.tridion.storage.BaseEntityImpl
com.tridion.storage.Namespace
- All Implemented Interfaces:
BaseEntity,NamespaceEntity,Serializable
This represent a namespace stored in the content delivery data store.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
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
-
Namespace
public Namespace() -
Namespace
-
-
Method Details
-
getNamespaceId
public int getNamespaceId()- Specified by:
getNamespaceIdin interfaceNamespaceEntity
-
setNamespaceId
public void setNamespaceId(int namespaceId) - Specified by:
setNamespaceIdin interfaceNamespaceEntity
-
getPrefix
- Specified by:
getPrefixin interfaceNamespaceEntity
-
setPrefix
- Specified by:
setPrefixin interfaceNamespaceEntity
-
equals
-
hashCode
public int hashCode() -
toString
-
getPK
- Specified by:
getPKin interfaceBaseEntity- Specified by:
getPKin classBaseEntityImpl
-