Class ReadClassificationClass
java.lang.Object
de.iip_ecosphere.platform.support.semanticId.eclass.model.StructureElementSystemData
de.iip_ecosphere.platform.support.semanticId.eclass.model.ReadClassificationClass
@Generated(value="io.swagger.codegen.v3.generators.java.JavaClientCodegen",
date="2026-05-20T14:36:57.435832949Z[Etc/UTC]")
public class ReadClassificationClass
extends StructureElementSystemData
ReadClassificationClass
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate List<StructureElementLink> private Stringprivate Definitionprivate PreferredNameprivate String -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddApplicationClassesItem(StructureElementLink applicationClassesItem) addChildClassificationClassesItem(StructureElementLinkWithClassification childClassificationClassesItem) addKeywordsItem(Keyword keywordsItem) applicationClasses(List<StructureElementLink> applicationClasses) childClassificationClasses(List<StructureElementLinkWithClassification> childClassificationClasses) definition(Definition definition) booleanGet applicationClassesGet childClassificationClassesGet codedNameGet definitionGet keywordsGet parentClassificationClassGet preferredNameRelease nameinthashCode()parentClassificationClass(StructureElementLinkWithClassification parentClassificationClass) preferredName(PreferredName preferredName) voidsetApplicationClasses(List<StructureElementLink> applicationClasses) voidsetChildClassificationClasses(List<StructureElementLinkWithClassification> childClassificationClasses) voidsetCodedName(String codedName) voidsetDefinition(Definition definition) voidsetKeywords(List<Keyword> keywords) voidsetParentClassificationClass(StructureElementLinkWithClassification parentClassificationClass) voidsetPreferredName(PreferredName preferredName) voidsetRelease(String release) private StringConvert the given object to string with each line indented by 4 spaces (except the first line).toString()Methods inherited from class de.iip_ecosphere.platform.support.semanticId.eclass.model.StructureElementSystemData
getIrdi, irdi, setIrdi
-
Field Details
-
preferredName
-
definition
-
release
-
codedName
-
parentClassificationClass
@SerializedName("parentClassificationClass") private StructureElementLinkWithClassification parentClassificationClass -
childClassificationClasses
@SerializedName("childClassificationClasses") private List<StructureElementLinkWithClassification> childClassificationClasses -
applicationClasses
-
keywords
-
-
Constructor Details
-
ReadClassificationClass
public ReadClassificationClass()
-
-
Method Details
-
preferredName
-
getPreferredName
Get preferredName- Returns:
- preferredName
-
setPreferredName
-
definition
-
getDefinition
Get definition- Returns:
- definition
-
setDefinition
-
release
-
getRelease
Release name- Returns:
- release
-
setRelease
-
codedName
-
getCodedName
Get codedName- Returns:
- codedName
-
setCodedName
-
parentClassificationClass
public ReadClassificationClass parentClassificationClass(StructureElementLinkWithClassification parentClassificationClass) -
getParentClassificationClass
Get parentClassificationClass- Returns:
- parentClassificationClass
-
setParentClassificationClass
public void setParentClassificationClass(StructureElementLinkWithClassification parentClassificationClass) -
childClassificationClasses
public ReadClassificationClass childClassificationClasses(List<StructureElementLinkWithClassification> childClassificationClasses) -
addChildClassificationClassesItem
public ReadClassificationClass addChildClassificationClassesItem(StructureElementLinkWithClassification childClassificationClassesItem) -
getChildClassificationClasses
Get childClassificationClasses- Returns:
- childClassificationClasses
-
setChildClassificationClasses
public void setChildClassificationClasses(List<StructureElementLinkWithClassification> childClassificationClasses) -
applicationClasses
-
addApplicationClassesItem
public ReadClassificationClass addApplicationClassesItem(StructureElementLink applicationClassesItem) -
getApplicationClasses
Get applicationClasses- Returns:
- applicationClasses
-
setApplicationClasses
-
keywords
-
addKeywordsItem
-
getKeywords
Get keywords- Returns:
- keywords
-
setKeywords
-
equals
- Overrides:
equalsin classStructureElementSystemData
-
hashCode
public int hashCode()- Overrides:
hashCodein classStructureElementSystemData
-
toString
- Overrides:
toStringin classStructureElementSystemData
-
toIndentedString
Convert the given object to string with each line indented by 4 spaces (except the first line).
-