public class ChangeSetEntityProperty extends Object implements Serializable
<property name="prop1" type="type" {value="value"}/>
| Modifier and Type | Field and Description |
|---|---|
static String |
PROPERTY_MULTIPLICITY_LIST |
static String |
PROPERTY_MULTIPLICITY_SINGLE
Supported change set entity multiplicity types
|
static String |
PROPERTY_TYPE_BLOB |
static String |
PROPERTY_TYPE_BOOLEAN |
static String |
PROPERTY_TYPE_DATE |
static String |
PROPERTY_TYPE_DOUBLE |
static String |
PROPERTY_TYPE_LONG |
static String |
PROPERTY_TYPE_NULL |
static String |
PROPERTY_TYPE_REFERENCE |
static String |
PROPERTY_TYPE_STRING
Supported change set entity property types
|
| Constructor and Description |
|---|
ChangeSetEntityProperty()
Default constructor
|
ChangeSetEntityProperty(ChangeSetEntityProperty other) |
ChangeSetEntityProperty(String name,
String type,
String value)
Constructor
|
ChangeSetEntityProperty(String name,
String type,
String multiplicity,
String value)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
String |
getMultiplicity() |
String |
getName() |
String |
getType() |
String |
getValue() |
void |
setMultiplicity(String multiplicity) |
void |
setName(String name) |
void |
setType(String type) |
void |
setValue(String value) |
String |
toString() |
public static final String PROPERTY_TYPE_STRING
public static final String PROPERTY_TYPE_DOUBLE
public static final String PROPERTY_TYPE_LONG
public static final String PROPERTY_TYPE_DATE
public static final String PROPERTY_TYPE_BOOLEAN
public static final String PROPERTY_TYPE_BLOB
public static final String PROPERTY_TYPE_NULL
public static final String PROPERTY_TYPE_REFERENCE
public static final String PROPERTY_MULTIPLICITY_SINGLE
public static final String PROPERTY_MULTIPLICITY_LIST
public ChangeSetEntityProperty()
public ChangeSetEntityProperty(ChangeSetEntityProperty other)
public ChangeSetEntityProperty(String name, String type, String value)
name - the property name to be settype - the property type to be setvalue - the property value to be setpublic String getName()
public void setName(String name)
public String getType()
public void setType(String type)
public String getMultiplicity()
public void setMultiplicity(String multiplicity)
public String getValue()
public void setValue(String value)
Copyright © 2018. All rights reserved.