public class ContactInfoListData extends Bean
| Modifier and Type | Field and Description |
|---|---|
static BasicProperty<java.lang.Boolean,ContactInfoListData> |
CAN_CREATE |
static BasicProperty<java.lang.Boolean,ContactInfoListData> |
CAN_MANAGE |
static java.lang.String |
CLASS_NAME |
static ListProperty<ContactInfoVO,ContactInfoListData> |
CONTACT_INFOS |
static BasicProperty<java.lang.Integer,ContactInfoListData> |
MAX_CONTACT_INFO |
| Constructor and Description |
|---|
ContactInfoListData() |
ContactInfoListData(Property<T,? super ContactInfoListData> property,
T value) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
className() |
protected java.util.List<Property<?,?>> |
doGetProperties() |
java.util.List<ContactInfoVO> |
getContactInfos() |
java.lang.Integer |
getMaxContactInfo() |
boolean |
isCanCreate() |
boolean |
isCanManage() |
void |
setCanCreate(boolean canCreate) |
void |
setCanManage(boolean canManage) |
void |
setContactInfos(java.util.List<ContactInfoVO> contactInfos) |
void |
setMaxContactInfo(java.lang.Integer maxContactInfo) |
addPropertyChangeListener, 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<java.lang.Boolean,ContactInfoListData> CAN_CREATE
public static final BasicProperty<java.lang.Boolean,ContactInfoListData> CAN_MANAGE
public static final ListProperty<ContactInfoVO,ContactInfoListData> CONTACT_INFOS
public static final BasicProperty<java.lang.Integer,ContactInfoListData> MAX_CONTACT_INFO
public ContactInfoListData()
public ContactInfoListData(Property<T,? super ContactInfoListData> property, T value)
protected java.util.List<Property<?,?>> doGetProperties()
doGetProperties in class Beanpublic boolean isCanCreate()
public void setCanCreate(boolean canCreate)
public boolean isCanManage()
public void setCanManage(boolean canManage)
public java.util.List<ContactInfoVO> getContactInfos()
public void setContactInfos(java.util.List<ContactInfoVO> contactInfos)
public java.lang.Integer getMaxContactInfo()
public void setMaxContactInfo(java.lang.Integer maxContactInfo)