public class ProductWithUserAccountVO extends ProductVO
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CLASS_NAME |
static BasicProperty<AccountTypeVO,ProductWithUserAccountVO> |
USER_ACCOUNT |
INTERNAL_NAMENAMEIDNULL_PART| Constructor and Description |
|---|
ProductWithUserAccountVO() |
ProductWithUserAccountVO(java.lang.Long id) |
ProductWithUserAccountVO(Property<T,? super ProductWithUserAccountVO> property,
T value) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
className() |
protected java.util.List<Property<?,?>> |
doGetProperties() |
AccountTypeVO |
getUserAccount() |
void |
setUserAccount(AccountTypeVO userAccount) |
getInternalName, setInternalNamecompareTo, getName, setName, toStringgetId, getIds, getUniqueIdsequals, getId, hashCode, setIdaddPropertyChangeListener, addPropertyChangeListener, attributeNames, changes, clearAttributes, copyPropertiesTo, dataAccessor, firePropertyChange, get, getAttribute, initDataAccessor, properties, property, propertyMap, removeAttribute, removePropertyChangeListener, removePropertyChangeListener, set, setAttributepublic static final java.lang.String CLASS_NAME
public static final BasicProperty<AccountTypeVO,ProductWithUserAccountVO> USER_ACCOUNT
public ProductWithUserAccountVO()
public ProductWithUserAccountVO(java.lang.Long id)
public ProductWithUserAccountVO(Property<T,? super ProductWithUserAccountVO> property, T value)
protected java.util.List<Property<?,?>> doGetProperties()
doGetProperties in class ProductVOpublic AccountTypeVO getUserAccount()
public void setUserAccount(AccountTypeVO userAccount)