Class ContactInfoListData
- java.lang.Object
-
- org.cyclos.model.Bean
-
- org.cyclos.model.users.contactinfos.ContactInfoListData
-
- All Implemented Interfaces:
Serializable
public class ContactInfoListData extends Bean
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static BasicProperty<Boolean,ContactInfoListData>CAN_CREATEstatic BasicProperty<Boolean,ContactInfoListData>CAN_MANAGEstatic StringCLASS_NAMEstatic ListProperty<ContactInfoVO,ContactInfoListData>CONTACT_INFOSstatic ListProperty<CustomFieldDetailedVO,ContactInfoListData>CUSTOM_FIELDSstatic BasicProperty<Integer,ContactInfoListData>MAX_CONTACT_INFOstatic BasicProperty<UserVO,ContactInfoListData>USER
-
Constructor Summary
Constructors Constructor Description ContactInfoListData()ContactInfoListData(Property<T,? super ContactInfoListData> property, T value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringclassName()protected List<Property<?,?>>doGetProperties()List<ContactInfoVO>getContactInfos()List<CustomFieldDetailedVO>getCustomFields()IntegergetMaxContactInfo()UserVOgetUser()booleanisCanCreate()booleanisCanManage()voidsetCanCreate(boolean canCreate)voidsetCanManage(boolean canManage)voidsetContactInfos(List<ContactInfoVO> contactInfos)voidsetCustomFields(List<CustomFieldDetailedVO> customFields)voidsetMaxContactInfo(Integer maxContactInfo)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
-
CAN_CREATE
public static final BasicProperty<Boolean,ContactInfoListData> CAN_CREATE
-
CAN_MANAGE
public static final BasicProperty<Boolean,ContactInfoListData> CAN_MANAGE
-
CONTACT_INFOS
public static final ListProperty<ContactInfoVO,ContactInfoListData> CONTACT_INFOS
-
CUSTOM_FIELDS
public static final ListProperty<CustomFieldDetailedVO,ContactInfoListData> CUSTOM_FIELDS
-
MAX_CONTACT_INFO
public static final BasicProperty<Integer,ContactInfoListData> MAX_CONTACT_INFO
-
USER
public static final BasicProperty<UserVO,ContactInfoListData> USER
-
-
Constructor Detail
-
ContactInfoListData
public ContactInfoListData()
-
ContactInfoListData
public ContactInfoListData(Property<T,? super ContactInfoListData> property, T value)
-
-
Method Detail
-
doGetProperties
protected List<Property<?,?>> doGetProperties()
- Overrides:
doGetPropertiesin classBean
-
isCanCreate
public boolean isCanCreate()
-
setCanCreate
public void setCanCreate(boolean canCreate)
-
isCanManage
public boolean isCanManage()
-
setCanManage
public void setCanManage(boolean canManage)
-
getContactInfos
public List<ContactInfoVO> getContactInfos()
-
setContactInfos
public void setContactInfos(List<ContactInfoVO> contactInfos)
-
getCustomFields
public List<CustomFieldDetailedVO> getCustomFields()
-
setCustomFields
public void setCustomFields(List<CustomFieldDetailedVO> customFields)
-
getMaxContactInfo
public Integer getMaxContactInfo()
-
setMaxContactInfo
public void setMaxContactInfo(Integer maxContactInfo)
-
getUser
public UserVO getUser()
-
setUser
public void setUser(UserVO user)
-
-