@Deprecated public class UserProperty extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
static String |
CHECKBOX
Deprecated.
|
static String |
SELECT_BOX
Deprecated.
|
static String |
TEXT_FIELD
Deprecated.
|
| Constructor and Description |
|---|
UserProperty(String name,
String value,
boolean readOnly)
Deprecated.
|
UserProperty(String name,
String value,
boolean readOnly,
String display)
Deprecated.
|
UserProperty(UserProperty copy)
Deprecated.
Copy constructor
|
| Modifier and Type | Method and Description |
|---|---|
String |
getDisplay()
Deprecated.
|
String |
getName()
Deprecated.
|
String |
getValue()
Deprecated.
|
boolean |
isReadOnly()
Deprecated.
|
void |
setDisplay(String display)
Deprecated.
|
void |
setValue(String value)
Deprecated.
|
public static final String CHECKBOX
public static final String SELECT_BOX
public static final String TEXT_FIELD
public UserProperty(String name, String value, boolean readOnly, String display)
public UserProperty(UserProperty copy)
copy - the property to create the copy frompublic void setValue(String value)
public String getName()
public String getValue()
public boolean isReadOnly()
public String getDisplay()
public void setDisplay(String display)
Copyright © 2004–2020 Jahia Solutions Group SA. All rights reserved.