Class DTOMaterialUpdate
java.lang.Object
overit.geocall.model.DynO
overit.geocallapp.wfm.materials.rs1.material.DTOMaterialUpdate
- All Implemented Interfaces:
ConstraintValidator<DynO.Valid,,DynO> Serializable,overit.geocall.timezone.model.TimeZoned
DTO for material update.
- Since:
- 17.0
- See Also:
- GCApi:
- dto
-
Nested Class Summary
Nested classes/interfaces inherited from class overit.geocall.model.DynO
DynO.SpanFields, DynO.SpanTable, DynO.Valid -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetBrand()getCode()final Optional<LocalizedString> final Optional<LocalizedString> final Optional<LocalizedString> getNote()getType()final Optional<ZonedDateTime> final Optional<ZonedDateTime> final voidfinal voidsetAlternativeCode(Optional<String> alternativeCode) final voidfinal voidfinal voidsetDescription(Optional<LocalizedString> description) final voidsetExtendedDescription(Optional<LocalizedString> extendedDescription) final voidsetExternalStatus(Optional<String> externalStatus) final voidsetExternalSystem(Optional<Long> externalSystem) final voidsetGeneric(Optional<Boolean> generic) final voidsetGoodsGroup(Optional<Long> goodsGroup) final voidsetItemType(Optional<Long> itemType) final voidsetManagedInStock(Optional<Boolean> managedInStock) final voidsetManagementType(Optional<Long> managementType) final voidsetMaterialClass(Optional<Long> materialClass) final voidsetMeasureUnit(Optional<Long> measureUnit) final voidsetNote(Optional<LocalizedString> note) final voidfinal voidsetValidityBegin(Optional<ZonedDateTime> validityBegin) final voidsetValidityEnd(Optional<ZonedDateTime> validityEnd) Methods inherited from class overit.geocall.model.DynO
addExtension, extract, extract, fields, from, from, getCriteria, getCriteriaNotExploded, getExtension, getFakeFilter, getUnknownAttributes, getUnknownCriteria, getVariant, getZone, insert, insert, isValid, make, removeCriteria, removeExtensionAttribute, setCriteria, setCriteriaNotExploded, setExtension, setFakeFilter, setUnknownAttributes, setUnknownCriteria, setVariant, setZone, toFlatMap, toFlatMap, toMap, toMap, toString, update, validateMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface jakarta.validation.ConstraintValidator
initializeMethods inherited from interface overit.geocall.timezone.model.TimeZoned
hasZone
-
Constructor Details
-
DTOMaterialUpdate
public DTOMaterialUpdate()
-
-
Method Details
-
getCode
- Returns:
- the code
-
setCode
- Parameters:
code- the code to set
-
getAlternativeCode
- Returns:
- the alternativeCode
-
setAlternativeCode
- Parameters:
alternativeCode- the alternativeCode to set
-
getDescription
- Returns:
- the description
-
setDescription
- Parameters:
description- the description to set
-
getExternalStatus
- Returns:
- the externalStatus
-
setExternalStatus
- Parameters:
externalStatus- the externalStatus to set
-
getExtendedDescription
- Returns:
- the extendedDescription
-
setExtendedDescription
- Parameters:
extendedDescription- the extendedDescription to set
-
getValidityBegin
- Returns:
- the validityBegin
-
setValidityBegin
- Parameters:
validityBegin- the validityBegin to set
-
getValidityEnd
- Returns:
- the validityEnd
-
setValidityEnd
- Parameters:
validityEnd- the validityEnd to set
-
getType
- Returns:
- the type
-
setType
- Parameters:
type- the type to set
-
getManagementType
- Returns:
- the managementType
-
setManagementType
- Parameters:
managementType- the managementType to set
-
getMeasureUnit
- Returns:
- the measureUnit
-
setMeasureUnit
- Parameters:
measureUnit- the measureUnit to set
-
getMaterialClass
- Returns:
- the materialClass
-
setMaterialClass
- Parameters:
materialClass- the materialClass to set
-
getBrand
- Returns:
- the brand
-
setBrand
- Parameters:
brand- the brand to set
-
getItemType
- Returns:
- the itemType
-
setItemType
- Parameters:
itemType- the itemType to set
-
getGoodsGroup
- Returns:
- the goodsGroup
-
setGoodsGroup
- Parameters:
goodsGroup- the goodsGroup to set
-
getExternalSystem
- Returns:
- the externalSystem
-
setExternalSystem
- Parameters:
externalSystem- the externalSystem to set
-
getNote
- Returns:
- the note
-
setNote
- Parameters:
note- the note to set
-
getActive
- Returns:
- the active
-
setActive
- Parameters:
active- the active to set
-
getGeneric
- Returns:
- the generic
-
setGeneric
- Parameters:
generic- the generic to set
-
getManagedInStock
- Returns:
- the managedInStock
-
setManagedInStock
- Parameters:
managedInStock- the managedInStock to set
-