public class OperatorWithFieldsVO extends OperatorVO implements IUserWithFieldsVO
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CLASS_NAME |
static ListProperty<CustomFieldValueVO,OperatorWithFieldsVO> |
CUSTOM_VALUES |
static BasicProperty<java.lang.String,OperatorWithFieldsVO> |
EMAIL |
static BasicProperty<OperatorGroupVO,OperatorWithFieldsVO> |
GROUP |
static BasicProperty<java.lang.String,OperatorWithFieldsVO> |
NAME |
static BasicProperty<java.lang.String,OperatorWithFieldsVO> |
PHONE |
static BasicProperty<java.lang.String,OperatorWithFieldsVO> |
USERNAME |
RESTRICTED, USERDISPLAY, LOCATOR, SHORT_DISPLAYID| Constructor and Description |
|---|
OperatorWithFieldsVO() |
OperatorWithFieldsVO(java.lang.Long id) |
OperatorWithFieldsVO(Property<T,? super OperatorWithFieldsVO> property,
T value) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
className() |
protected java.util.List<Property<?,?>> |
doGetProperties() |
java.util.List<CustomFieldValueVO> |
getCustomValues() |
java.lang.String |
getEmail() |
OperatorGroupVO |
getGroup() |
java.lang.String |
getName() |
java.lang.String |
getPhone() |
java.lang.String |
getUsername() |
void |
setCustomValues(java.util.List<CustomFieldValueVO> customValues) |
void |
setEmail(java.lang.String email) |
void |
setGroup(OperatorGroupVO group) |
void |
setName(java.lang.String name) |
void |
setPhone(java.lang.String phone) |
void |
setUsername(java.lang.String username) |
getUser, isRestricted, setRestricted, setUsergetDisplay, getLocator, getShortDisplay, setDisplay, setLocator, setShortDisplay, toStringgetId, getIds, getUniqueIdsequals, getId, hashCode, setIdaddPropertyChangeListener, addPropertyChangeListener, attributeNames, changes, clearAttributes, copyPropertiesTo, dataAccessor, firePropertyChange, get, getAttribute, initDataAccessor, properties, property, propertyMap, removeAttribute, removePropertyChangeListener, removePropertyChangeListener, set, setAttributeclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetDisplay, getShortDisplay, setDisplay, setShortDisplaypublic static final java.lang.String CLASS_NAME
public static final ListProperty<CustomFieldValueVO,OperatorWithFieldsVO> CUSTOM_VALUES
public static final BasicProperty<java.lang.String,OperatorWithFieldsVO> EMAIL
public static final BasicProperty<OperatorGroupVO,OperatorWithFieldsVO> GROUP
public static final BasicProperty<java.lang.String,OperatorWithFieldsVO> NAME
public static final BasicProperty<java.lang.String,OperatorWithFieldsVO> PHONE
public static final BasicProperty<java.lang.String,OperatorWithFieldsVO> USERNAME
public OperatorWithFieldsVO()
public OperatorWithFieldsVO(java.lang.Long id)
public OperatorWithFieldsVO(Property<T,? super OperatorWithFieldsVO> property, T value)
protected java.util.List<Property<?,?>> doGetProperties()
doGetProperties in class OperatorVOpublic java.util.List<CustomFieldValueVO> getCustomValues()
getCustomValues in interface IUserWithFieldsVOpublic void setCustomValues(java.util.List<CustomFieldValueVO> customValues)
setCustomValues in interface IUserWithFieldsVOpublic java.lang.String getEmail()
getEmail in interface IUserWithFieldsVOpublic void setEmail(java.lang.String email)
setEmail in interface IUserWithFieldsVOpublic OperatorGroupVO getGroup()
public void setGroup(OperatorGroupVO group)
public java.lang.String getName()
getName in interface IUserWithFieldsVOpublic void setName(java.lang.String name)
setName in interface IUserWithFieldsVOpublic java.lang.String getPhone()
getPhone in interface IUserWithFieldsVOpublic void setPhone(java.lang.String phone)
setPhone in interface IUserWithFieldsVOpublic java.lang.String getUsername()
getUsername in interface IUserWithFieldsVOpublic void setUsername(java.lang.String username)
setUsername in interface IUserWithFieldsVOpublic java.lang.String className()
className in class OperatorVO