public class ProductAttribute extends Object implements CrudObject<Integer>
| Modifier and Type | Class and Description |
|---|---|
static class |
ProductAttribute.OrderBy |
static class |
ProductAttribute.Type |
| Constructor and Description |
|---|
ProductAttribute() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getId() |
String |
getName() |
ProductAttribute.OrderBy |
getOrderBy() |
String |
getSlug() |
ProductAttribute.Type |
getType() |
Boolean |
isHasArchives() |
void |
setHasArchives(Boolean hasArchives) |
void |
setId(Integer id) |
void |
setName(String name) |
void |
setOrderBy(ProductAttribute.OrderBy orderBy) |
void |
setSlug(String slug) |
void |
setType(ProductAttribute.Type type) |
public Integer getId()
getId in interface CrudObject<Integer>public void setId(Integer id)
public String getName()
public void setName(String name)
public String getSlug()
public void setSlug(String slug)
public ProductAttribute.Type getType()
public void setType(ProductAttribute.Type type)
public ProductAttribute.OrderBy getOrderBy()
public void setOrderBy(ProductAttribute.OrderBy orderBy)
public Boolean isHasArchives()
public void setHasArchives(Boolean hasArchives)
Copyright © 2017 Netgrid. All rights reserved.