@MappedSuperclass public abstract class ProductPasswordAction extends BaseEntity
| Constructor and Description |
|---|
ProductPasswordAction() |
| Modifier and Type | Method and Description |
|---|---|
Network |
getNetwork() |
PasswordType |
getPasswordType() |
Product |
getProduct() |
boolean |
isChange() |
boolean |
isEnable() |
boolean |
isReset() |
boolean |
isUnblock() |
void |
setChange(boolean change) |
void |
setEnable(boolean enable) |
void |
setPasswordType(PasswordType passwordType) |
void |
setProduct(Product product) |
void |
setReset(boolean reset) |
void |
setUnblock(boolean unblock) |
getDataTranslationType, getLogType, getVersion, isGlobal, isPersistent, isTransientclone, equals, getEntityImportance, getId, getId, getIds, getUniqueIds, getUniqueIds, hashCode, toStringpublic Network getNetwork()
getNetwork in class BaseEntitypublic PasswordType getPasswordType()
public Product getProduct()
public boolean isChange()
public boolean isEnable()
public boolean isReset()
public boolean isUnblock()
public void setChange(boolean change)
public void setEnable(boolean enable)
public void setPasswordType(PasswordType passwordType)
public void setProduct(Product product)
public void setReset(boolean reset)
public void setUnblock(boolean unblock)