Package mc.core.model.generic
Class Classification
java.lang.Object
mc.core.model.base.EntityBase
mc.core.model.base.ComplexEntity
mc.core.model.base.HrcEntity
mc.core.model.generic.Classification
- All Implemented Interfaces:
Serializable,IBaseEntity,ICoreEntity,IEntity,ISortableEntity
Classification is one member element of a classification tree. A classification can be associated with Attributes.
The Attributes define a set of features for the ComplexEntities assigned to this Classification.
The classification can also be used for structuring of a publication by being assigned to one or more Navigations. When the publication is created all ComplexEntities assigned to each classification are exported and grouped together.
The classification can also be used for structuring of a publication by being assigned to one or more Navigations. When the publication is created all ComplexEntities assigned to each classification are exported and grouped together.
- See Also:
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class mc.core.model.base.HrcEntity
HrcEntity.HrcEntityComparator, HrcEntity.ParamNested classes/interfaces inherited from class mc.core.model.base.ComplexEntity
ComplexEntity.ComplexEntityComparatorNested classes/interfaces inherited from class mc.core.model.base.EntityBase
EntityBase.EntityComparator -
Field Summary
Fields inherited from class mc.core.model.base.EntityBase
INTDESC_COLUMN_LENGTH -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetHrc()override in derived classes
return hierarchygetType()not a type dependent ComplexEntityvoidsetClassifAttributes(List<ClassificationToAttribute> classifAttributes) voidsetClassificationHrc(ClassificationHrc classificationHrc) voidsetNavigations(List<Navigation> navigations) Methods inherited from class mc.core.model.base.HrcEntity
addChild, getChildren, getParent, getVisibleChildren, hrcParents, hrcParentsDisplay, hrcPath, hrcPathDisplay, hrcPathDisplay, setChildren, setParentMethods inherited from class mc.core.model.base.ComplexEntity
addState, getAttributes, getCollections, getCollections, getCollectionToCEs, getDateCreated, getDateModified, getEntityData, getEntityDatas, getEntityFilters, getEntityOwner, getExternalKey, getFileId, getFilename, getHasObjectRights, getId, getInternalDescription, getLifeCycleFlag, getMasterId, getMasterLocale, getMemos, getParameter, getParameters, getParameterValue, getPermissions, getRelatedEntities, getState, getStateGroupTypes, getStates, getStatesToRemove, getVersions, getWatches, isArchived, isDeleted, isRightInheritanceDisabled, isSecondaryCollection, isVisible, setAttributes, setCollectionToCEs, setDateCreated, setDateModified, setEntityDatas, setEntityFilters, setEntityOwner, setExternalKey, setFileId, setFilename, setId, setLifeCycleFlag, setMasterId, setMasterLocale, setMemos, setParameters, setPermissions, setRelatedEntities, setRightInheritanceDisabled, setStates, setType, setVersions, setWatchesMethods inherited from class mc.core.model.base.EntityBase
equals, getCollection, getDescription, getDescription, getFlag, getIsSystem, getName, getName, getNamespace, getPrio, hashCode, setCollection, setDescription, setDescription, setFlag, setInternalDescription, setIsSystem, setName, setName, setNamespace, setPrio, toString
-
Constructor Details
-
Classification
public Classification()
-
-
Method Details
-
getClassificationHrc
-
setClassificationHrc
-
getClassifAttributes
-
setClassifAttributes
-
getType
not a type dependent ComplexEntity- Specified by:
getTypein classComplexEntity
-
getHrc
Description copied from class:HrcEntityoverride in derived classes
return hierarchy
-