public class ProductMyProfileFieldDTO extends AbstractProductProfileFieldDTO
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CLASS_NAME |
static BasicProperty<java.lang.Boolean,ProductMyProfileFieldDTO> |
EDITABLE_AT_REGISTRATION |
static BasicProperty<java.lang.Boolean,ProductMyProfileFieldDTO> |
ENABLED |
static BasicProperty<java.lang.Boolean,ProductMyProfileFieldDTO> |
MANAGE_PRIVACY |
EDITABLE, PROFILE_FIELD, VISIBLEID| Constructor and Description |
|---|
ProductMyProfileFieldDTO() |
ProductMyProfileFieldDTO(java.lang.Long id) |
ProductMyProfileFieldDTO(Property<T,? super ProductMyProfileFieldDTO> property,
T value) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
className() |
protected java.util.List<Property<?,?>> |
doGetProperties() |
boolean |
isEditableAtRegistration() |
boolean |
isEnabled() |
boolean |
isManagePrivacy() |
void |
setEditableAtRegistration(boolean editableAtRegistration) |
void |
setEnabled(boolean enabled) |
void |
setManagePrivacy(boolean managePrivacy) |
getProfileField, isEditable, isVisible, setEditable, setProfileField, setVisiblegetVersion, isPersistent, isTransient, setVersionaddPropertyChangeListener, 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,ProductMyProfileFieldDTO> EDITABLE_AT_REGISTRATION
public static final BasicProperty<java.lang.Boolean,ProductMyProfileFieldDTO> ENABLED
public static final BasicProperty<java.lang.Boolean,ProductMyProfileFieldDTO> MANAGE_PRIVACY
public ProductMyProfileFieldDTO()
public ProductMyProfileFieldDTO(java.lang.Long id)
public ProductMyProfileFieldDTO(Property<T,? super ProductMyProfileFieldDTO> property, T value)
protected java.util.List<Property<?,?>> doGetProperties()
doGetProperties in class AbstractProductProfileFieldDTOpublic boolean isEditableAtRegistration()
public void setEditableAtRegistration(boolean editableAtRegistration)
public boolean isEnabled()
public void setEnabled(boolean enabled)
public boolean isManagePrivacy()
public void setManagePrivacy(boolean managePrivacy)