Class DTOMaterial
java.lang.Object
overit.geocall.model.DynO
overit.geocallapp.wfm.materials.rs1.material.DTOMaterial
- All Implemented Interfaces:
ConstraintValidator<DynO.Valid,,DynO> Serializable,overit.geocall.timezone.model.TimeZoned
DTO for material.
- 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 TypeMethodDescriptionfinal Booleanfinal Stringfinal LonggetBrand()final StringgetCode()final LocalizedStringfinal LocalizedStringfinal Stringfinal Longfinal Booleanfinal Longfinal LonggetId()final Longfinal Booleanfinal Longfinal Longfinal Longfinal LocalizedStringgetNote()final LonggetType()final ZonedDateTimefinal ZonedDateTimefinal voidfinal voidsetAlternativeCode(String alternativeCode) final voidfinal voidfinal voidsetDescription(LocalizedString description) final voidsetExtendedDescription(LocalizedString extendedDescription) final voidsetExternalStatus(String externalStatus) final voidsetExternalSystem(Long externalSystem) final voidsetGeneric(Boolean generic) final voidsetGoodsGroup(Long goodsGroup) final voidfinal voidsetItemType(Long itemType) final voidsetManagedInStock(Boolean managedInStock) final voidsetManagementType(Long managementType) final voidsetMaterialClass(Long materialClass) final voidsetMeasureUnit(Long measureUnit) final voidsetNote(LocalizedString note) final voidfinal voidsetValidityBegin(ZonedDateTime validityBegin) final voidsetValidityEnd(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
-
DTOMaterial
public DTOMaterial()
-
-
Method Details
-
getId
- Returns:
- the id
-
setId
- Parameters:
id- the id to set
-
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
-