Class SectionHistoryChangeDto
java.lang.Object
org.qubership.atp.mia.controllers.api.dto.AbstractCompareEntityDto
org.qubership.atp.mia.controllers.api.dto.SectionHistoryChangeDto
@Generated(value="org.openapitools.codegen.languages.SpringCodegen",
date="2025-09-12T06:34:49.113363471Z[Etc/UTC]")
public class SectionHistoryChangeDto
extends AbstractCompareEntityDto
SectionHistoryChangeDto
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddChildSectionsItem(String childSectionsItem) addCompoundsItem(String compoundsItem) addProcessesItem(String processesItem) childSections(List<String> childSections) createdWhen(Long createdWhen) entityType(HistoryItemTypeDto entityType) booleanGet childSectionsGet compoundsgetName()Get nameGet parentSection@Valid BigDecimalgetPlace()Get placeGet processesinthashCode()modifiedBy(String modifiedBy) modifiedWhen(Long modifiedWhen) parentSection(String parentSection) place(BigDecimal place) voidsetChildSections(List<String> childSections) voidsetCompounds(List<String> compounds) voidvoidsetParentSection(String parentSection) voidsetPlace(BigDecimal place) voidsetProcesses(List<String> processes) toString()Methods inherited from class org.qubership.atp.mia.controllers.api.dto.AbstractCompareEntityDto
getCreatedBy, getCreatedWhen, getEntityType, getModifiedBy, getModifiedWhen, setCreatedBy, setCreatedWhen, setEntityType, setModifiedBy, setModifiedWhen
-
Constructor Details
-
SectionHistoryChangeDto
public SectionHistoryChangeDto()
-
-
Method Details
-
name
-
getName
Get name- Returns:
- name
-
setName
-
parentSection
-
getParentSection
Get parentSection- Returns:
- parentSection
-
setParentSection
-
place
-
getPlace
Get place- Returns:
- place
-
setPlace
-
childSections
-
addChildSectionsItem
-
getChildSections
Get childSections- Returns:
- childSections
-
setChildSections
-
compounds
-
addCompoundsItem
-
getCompounds
Get compounds- Returns:
- compounds
-
setCompounds
-
processes
-
addProcessesItem
-
getProcesses
Get processes- Returns:
- processes
-
setProcesses
-
createdWhen
- Overrides:
createdWhenin classAbstractCompareEntityDto
-
modifiedWhen
- Overrides:
modifiedWhenin classAbstractCompareEntityDto
-
createdBy
- Overrides:
createdByin classAbstractCompareEntityDto
-
modifiedBy
- Overrides:
modifiedByin classAbstractCompareEntityDto
-
entityType
- Overrides:
entityTypein classAbstractCompareEntityDto
-
equals
- Overrides:
equalsin classAbstractCompareEntityDto
-
hashCode
public int hashCode()- Overrides:
hashCodein classAbstractCompareEntityDto
-
toString
- Overrides:
toStringin classAbstractCompareEntityDto
-