public class ProductUserProfileFieldDTO extends AbstractProductProfileFieldDTO
| Modifier and Type | Field and Description |
|---|---|
static BasicProperty<java.lang.Boolean,ProductUserProfileFieldDTO> |
AD_FILTER |
static BasicProperty<java.lang.Boolean,ProductUserProfileFieldDTO> |
AD_KEYWORDS |
static java.lang.String |
CLASS_NAME |
static BasicProperty<java.lang.Boolean,ProductUserProfileFieldDTO> |
MAP_FILTER |
static BasicProperty<java.lang.Boolean,ProductUserProfileFieldDTO> |
RECORD_FILTER |
static BasicProperty<java.lang.Boolean,ProductUserProfileFieldDTO> |
RECORD_KEYWORDS |
static BasicProperty<java.lang.Boolean,ProductUserProfileFieldDTO> |
USER_FILTER |
static BasicProperty<java.lang.Boolean,ProductUserProfileFieldDTO> |
USER_KEYWORDS |
static BasicProperty<java.lang.Boolean,ProductUserProfileFieldDTO> |
USER_LIST |
EDITABLE, PROFILE_FIELD, VISIBLEID| Constructor and Description |
|---|
ProductUserProfileFieldDTO() |
ProductUserProfileFieldDTO(java.lang.Long id) |
ProductUserProfileFieldDTO(Property<T,? super ProductUserProfileFieldDTO> property,
T value) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
className() |
protected java.util.List<Property<?,?>> |
doGetProperties() |
boolean |
isAdFilter() |
boolean |
isAdKeywords() |
boolean |
isMapFilter() |
boolean |
isRecordFilter() |
boolean |
isRecordKeywords() |
boolean |
isUserFilter() |
boolean |
isUserKeywords() |
boolean |
isUserList() |
void |
setAdFilter(boolean adFilter) |
void |
setAdKeywords(boolean adKeywords) |
void |
setMapFilter(boolean mapFilter) |
void |
setRecordFilter(boolean recordFilter) |
void |
setRecordKeywords(boolean recordKeywords) |
void |
setUserFilter(boolean userFilter) |
void |
setUserKeywords(boolean userKeywords) |
void |
setUserList(boolean userList) |
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,ProductUserProfileFieldDTO> AD_FILTER
public static final BasicProperty<java.lang.Boolean,ProductUserProfileFieldDTO> AD_KEYWORDS
public static final BasicProperty<java.lang.Boolean,ProductUserProfileFieldDTO> MAP_FILTER
public static final BasicProperty<java.lang.Boolean,ProductUserProfileFieldDTO> RECORD_FILTER
public static final BasicProperty<java.lang.Boolean,ProductUserProfileFieldDTO> RECORD_KEYWORDS
public static final BasicProperty<java.lang.Boolean,ProductUserProfileFieldDTO> USER_FILTER
public static final BasicProperty<java.lang.Boolean,ProductUserProfileFieldDTO> USER_KEYWORDS
public static final BasicProperty<java.lang.Boolean,ProductUserProfileFieldDTO> USER_LIST
public ProductUserProfileFieldDTO()
public ProductUserProfileFieldDTO(java.lang.Long id)
public ProductUserProfileFieldDTO(Property<T,? super ProductUserProfileFieldDTO> property, T value)
protected java.util.List<Property<?,?>> doGetProperties()
doGetProperties in class AbstractProductProfileFieldDTOpublic boolean isAdFilter()
public void setAdFilter(boolean adFilter)
public boolean isAdKeywords()
public void setAdKeywords(boolean adKeywords)
public boolean isMapFilter()
public void setMapFilter(boolean mapFilter)
public boolean isRecordFilter()
public void setRecordFilter(boolean recordFilter)
public boolean isRecordKeywords()
public void setRecordKeywords(boolean recordKeywords)
public boolean isUserFilter()
public void setUserFilter(boolean userFilter)
public boolean isUserKeywords()
public void setUserKeywords(boolean userKeywords)
public boolean isUserList()
public void setUserList(boolean userList)