Class DTOMaterialInsert
java.lang.Object
overit.geocall.model.DynO
overit.geocallapp.wfm.materials.rs1.material.DTOMaterialInsert
- All Implemented Interfaces:
ConstraintValidator<DynO.Valid,,DynO> Serializable,overit.geocall.timezone.model.TimeZoned
DTO for material insertion.
- 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 booleanGets the active.final StringGets the alternative code.final LonggetBrand()Gets the brand.final StringgetCode()Gets the code.final LocalizedStringGets the description.final LocalizedStringGets the extended description.final StringGets the external status.final LongGets the external system.final booleanGets the generic.final LongGets the goods group.final LongGets the item type.final booleanGets the managed in stock.final LongGets the management type.final LongGets the material class.final LongGets the measure unit.final LocalizedStringgetNote()Gets the note.final LonggetType()Gets the type.final ZonedDateTimeGets the validity begin.final ZonedDateTimeGets the validity end.final voidsetActive(boolean active) Sets the active.final voidsetAlternativeCode(String alternativeCode) Sets the alternative code.final voidSets the brand.final voidSets the code.final voidsetDescription(LocalizedString description) Sets the description.final voidsetExtendedDescription(LocalizedString extendedDescription) Sets the extended description.final voidsetExternalStatus(String externalStatus) Sets the external status.final voidsetExternalSystem(Long externalSystem) Sets the external system.final voidsetGeneric(boolean generic) Sets the generic.final voidsetGoodsGroup(Long goodsGroup) Sets the goods group.final voidsetItemType(Long itemType) Sets the item type.final voidsetManagedInStock(boolean managedInStock) Sets the managed in stock.final voidsetManagementType(Long managementType) Sets the management type.final voidsetMaterialClass(Long materialClass) Sets the material class.final voidsetMeasureUnit(Long measureUnit) Sets the measure unit.final voidsetNote(LocalizedString note) Sets the note.final voidSets the type.final voidsetValidityBegin(ZonedDateTime validityBegin) Sets the validity begin.final voidsetValidityEnd(ZonedDateTime validityEnd) Sets the validity end.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
-
DTOMaterialInsert
public DTOMaterialInsert()
-
-
Method Details
-
getCode
Gets the code.- Returns:
- the code
-
setCode
Sets the code.- Parameters:
code- the new code
-
getAlternativeCode
Gets the alternative code.- Returns:
- the alternative code
-
setAlternativeCode
Sets the alternative code.- Parameters:
alternativeCode- the new alternative code
-
getDescription
Gets the description.- Returns:
- the description
-
setDescription
Sets the description.- Parameters:
description- the new description
-
getExternalStatus
Gets the external status.- Returns:
- the external status
-
setExternalStatus
Sets the external status.- Parameters:
externalStatus- the new external status
-
getExtendedDescription
Gets the extended description.- Returns:
- the extended description
-
setExtendedDescription
Sets the extended description.- Parameters:
extendedDescription- the new extended description
-
getValidityBegin
Gets the validity begin.- Returns:
- the validity begin
-
setValidityBegin
Sets the validity begin.- Parameters:
validityBegin- the new validity begin
-
getValidityEnd
Gets the validity end.- Returns:
- the validity end
-
setValidityEnd
Sets the validity end.- Parameters:
validityEnd- the new validity end
-
getType
Gets the type.- Returns:
- the type
-
setType
Sets the type.- Parameters:
type- the new type
-
getManagementType
Gets the management type.- Returns:
- the management type
-
setManagementType
Sets the management type.- Parameters:
managementType- the new management type
-
getMeasureUnit
Gets the measure unit.- Returns:
- the measure unit
-
setMeasureUnit
Sets the measure unit.- Parameters:
measureUnit- the new measure unit
-
getMaterialClass
Gets the material class.- Returns:
- the material class
-
setMaterialClass
Sets the material class.- Parameters:
materialClass- the new material class
-
getBrand
Gets the brand.- Returns:
- the brand
-
setBrand
Sets the brand.- Parameters:
brand- the new brand
-
getItemType
Gets the item type.- Returns:
- the item type
-
setItemType
Sets the item type.- Parameters:
itemType- the new item type
-
getGoodsGroup
Gets the goods group.- Returns:
- the goods group
-
setGoodsGroup
Sets the goods group.- Parameters:
goodsGroup- the new goods group
-
getExternalSystem
Gets the external system.- Returns:
- the external system
-
setExternalSystem
Sets the external system.- Parameters:
externalSystem- the new external system
-
getNote
Gets the note.- Returns:
- the note
-
setNote
Sets the note.- Parameters:
note- the new note
-
getActive
public final boolean getActive()Gets the active.- Returns:
- the active
-
setActive
public final void setActive(boolean active) Sets the active.- Parameters:
active- the new active
-
getGeneric
public final boolean getGeneric()Gets the generic.- Returns:
- the generic
-
setGeneric
public final void setGeneric(boolean generic) Sets the generic.- Parameters:
generic- the new generic
-
getManagedInStock
public final boolean getManagedInStock()Gets the managed in stock.- Returns:
- the managed in stock
-
setManagedInStock
public final void setManagedInStock(boolean managedInStock) Sets the managed in stock.- Parameters:
managedInStock- the new managed in stock
-