Class UserAdInterestsListData
- java.lang.Object
-
- org.cyclos.model.Bean
-
- org.cyclos.model.marketplace.interests.UserAdInterestsListData
-
- All Implemented Interfaces:
Serializable
public class UserAdInterestsListData extends Bean
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static ListProperty<AdInterestVO,UserAdInterestsListData>AD_INTERESTSstatic StringCLASS_NAMEstatic BasicProperty<Boolean,UserAdInterestsListData>MANAGEstatic BasicProperty<UserVO,UserAdInterestsListData>USER
-
Constructor Summary
Constructors Constructor Description UserAdInterestsListData()UserAdInterestsListData(Property<T,? super UserAdInterestsListData> property, T value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringclassName()protected List<Property<?,?>>doGetProperties()List<AdInterestVO>getAdInterests()UserVOgetUser()booleanisManage()voidsetAdInterests(List<AdInterestVO> adInterests)voidsetManage(boolean manage)voidsetUser(UserVO user)-
Methods inherited from class org.cyclos.model.Bean
addPropertyChangeListener, addPropertyChangeListener, attributeNames, backup, changes, clearAttributes, copyPropertiesTo, copyPropertiesTo, copyPropertiesTo, dataAccessor, firePropertyChange, get, getAttribute, initDataAccessor, properties, property, propertyMap, removeAttribute, removePropertyChangeListener, removePropertyChangeListener, restore, set, set, setAttribute, setWithPropagationId, values
-
-
-
-
Field Detail
-
CLASS_NAME
public static final String CLASS_NAME
-
AD_INTERESTS
public static final ListProperty<AdInterestVO,UserAdInterestsListData> AD_INTERESTS
-
MANAGE
public static final BasicProperty<Boolean,UserAdInterestsListData> MANAGE
-
USER
public static final BasicProperty<UserVO,UserAdInterestsListData> USER
-
-
Constructor Detail
-
UserAdInterestsListData
public UserAdInterestsListData()
-
UserAdInterestsListData
public UserAdInterestsListData(Property<T,? super UserAdInterestsListData> property, T value)
-
-
Method Detail
-
doGetProperties
protected List<Property<?,?>> doGetProperties()
- Overrides:
doGetPropertiesin classBean
-
getAdInterests
public List<AdInterestVO> getAdInterests()
-
setAdInterests
public void setAdInterests(List<AdInterestVO> adInterests)
-
isManage
public boolean isManage()
-
setManage
public void setManage(boolean manage)
-
getUser
public UserVO getUser()
-
setUser
public void setUser(UserVO user)
-
-