Class ItemCatalog
java.lang.Object
com.maplander.backend.model.manage.catalog.ItemCatalog
-
Constructor Summary
ConstructorsConstructorDescriptionItemCatalog(Long catalogId, Long propertyId, int position, Long userId, Long officeId) -
Method Summary
Modifier and TypeMethodDescriptiongetId()intvoidsetCatalogId(Long catalogId) voidvoidsetOfficeId(Long officeId) voidsetPosition(int position) voidsetPropertyId(Long propertyId) void
-
Constructor Details
-
ItemCatalog
public ItemCatalog() -
ItemCatalog
-
-
Method Details
-
getId
-
setId
-
getCatalogId
-
setCatalogId
-
getPropertyId
-
setPropertyId
-
getPosition
public int getPosition() -
setPosition
public void setPosition(int position) -
getUserId
-
setUserId
-
getOfficeId
-
setOfficeId
-