public class AdWebShopSettingVO extends EntityVO
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CLASS_NAME |
static BasicProperty<java.lang.Boolean,AdWebShopSettingVO> |
PRODUCT_NUMBER_GENERATED |
static BasicProperty<java.lang.String,AdWebShopSettingVO> |
PRODUCT_NUMBER_MASK |
ID| Constructor and Description |
|---|
AdWebShopSettingVO() |
AdWebShopSettingVO(java.lang.Long id) |
AdWebShopSettingVO(Property<T,? super AdWebShopSettingVO> property,
T value) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
className() |
protected java.util.List<Property<?,?>> |
doGetProperties() |
java.lang.String |
getProductNumberMask() |
boolean |
isProductNumberGenerated() |
void |
setProductNumberGenerated(boolean productNumberGenerated) |
void |
setProductNumberMask(java.lang.String productNumberMask) |
getId, getIds, getUniqueIdsaddPropertyChangeListener, addPropertyChangeListener, attributeNames, changes, clearAttributes, copyPropertiesTo, dataAccessor, firePropertyChange, get, getAttribute, initDataAccessor, properties, propertyMap, removeAttribute, removePropertyChangeListener, removePropertyChangeListener, set, setAttributepublic static final java.lang.String CLASS_NAME
public static final BasicProperty<java.lang.Boolean,AdWebShopSettingVO> PRODUCT_NUMBER_GENERATED
public static final BasicProperty<java.lang.String,AdWebShopSettingVO> PRODUCT_NUMBER_MASK
public AdWebShopSettingVO()
public AdWebShopSettingVO(java.lang.Long id)
public AdWebShopSettingVO(Property<T,? super AdWebShopSettingVO> property, T value)
protected java.util.List<Property<?,?>> doGetProperties()
doGetProperties in class EntityModelpublic boolean isProductNumberGenerated()
public void setProductNumberGenerated(boolean productNumberGenerated)
public java.lang.String getProductNumberMask()
public void setProductNumberMask(java.lang.String productNumberMask)