Package com.tridion.storage
Class StructureGroup
java.lang.Object
com.tridion.storage.BaseEntityImpl
com.tridion.storage.TaxonomyItem
com.tridion.storage.StructureGroup
- All Implemented Interfaces:
TaxonomyItemBase,BaseEntity,StructureGroupEntity,Serializable
This is the entity representing structure group.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.tridion.storage.TaxonomyItem
addKeywordRelation, getDepth, getId, getInternalId, getItemType, getKey, getKeywordRelations, getLeft, getNamespaceId, getParent, getPK, getPublicationId, getRelatedItems, getRight, getTaxonomyId, getTotalRelatedItems, isAbstract, isHasChildren, isNavigable, setAbstract, setDepth, setHasChildren, setId, setInternalId, setItemType, setKey, setKeywordRelations, setLeft, setNamespaceId, setNavigable, setParent, setPK, setPublicationId, setRelatedItems, setRight, setTaxonomyId, setTotalRelatedItemsMethods inherited from class com.tridion.storage.BaseEntityImpl
getEntityNameMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface com.tridion.storage.BaseEntity
getEntityName, getPK, setPKMethods inherited from interface com.tridion.api.TaxonomyItemBase
getId, getInternalId, getItemType, getLeft, getPublicationId, getRight
-
Constructor Details
-
StructureGroup
public StructureGroup() -
StructureGroup
public StructureGroup(int namespaceId, int publicationId, int taxonomyId)
-
-
Method Details
-
getDirectory
- Specified by:
getDirectoryin interfaceStructureGroupEntity
-
setDirectory
- Specified by:
setDirectoryin interfaceStructureGroupEntity
-
getTitle
- Specified by:
getTitlein interfaceStructureGroupEntity
-
setTitle
- Specified by:
setTitlein interfaceStructureGroupEntity
-
toString
- Overrides:
toStringin classTaxonomyItem
-
equals
- Overrides:
equalsin classTaxonomyItem
-
hashCode
public int hashCode()- Overrides:
hashCodein classTaxonomyItem
-