public class UserCustomFieldVO extends CustomFieldVO
| Modifier and Type | Field and Description |
|---|---|
static Property<java.lang.Boolean,UserCustomFieldVO> |
SHOW_IN_PRINT |
CONTROL, LINKED_ENTITY_TYPE, NATURE, TYPEINTERNAL_NAMENAMEID| Constructor and Description |
|---|
UserCustomFieldVO() |
UserCustomFieldVO(java.lang.Long id) |
UserCustomFieldVO(Property<T,? super UserCustomFieldVO> property,
T value) |
| Modifier and Type | Method and Description |
|---|---|
protected java.util.List<Property<?,?>> |
doGetProperties() |
protected void |
doSet(Property<?,?> property,
java.lang.Object value) |
java.lang.Object |
get(Property<?,?> property)
Returns the value of the given property
|
java.lang.Boolean |
getShowInPrint() |
void |
setShowInPrint(java.lang.Boolean showInPrint) |
getControl, getLinkedEntityType, getNature, getType, setControl, setLinkedEntityType, setNature, setTypegetInternalName, setInternalNamecompareTo, getName, setName, toStringgetId, getIds, getUniqueIdsequals, getId, hashCode, setIdaddPropertyChangeListener, addPropertyChangeListener, changes, copyPropertiesTo, firePropertyChange, properties, propertyMap, removePropertyChangeListener, removePropertyChangeListener, setclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetInternalName, getNamepublic static final Property<java.lang.Boolean,UserCustomFieldVO> SHOW_IN_PRINT
public UserCustomFieldVO()
public UserCustomFieldVO(java.lang.Long id)
public UserCustomFieldVO(Property<T,? super UserCustomFieldVO> property, T value)
protected java.util.List<Property<?,?>> doGetProperties()
doGetProperties in class CustomFieldVOprotected void doSet(Property<?,?> property, java.lang.Object value)
doSet in class CustomFieldVOpublic java.lang.Object get(Property<?,?> property)
ObservableBeanget in class CustomFieldVOpublic java.lang.Boolean getShowInPrint()
public void setShowInPrint(java.lang.Boolean showInPrint)