@Entity
public class CorrSetProperty
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
DELETE_CORSET_PROPERTIES_BY_PROPERTY_IDS |
Constructor and Description |
---|
CorrSetProperty() |
CorrSetProperty(java.lang.String propertyKey,
java.lang.String propertyValue) |
Modifier and Type | Method and Description |
---|---|
CorrelationSetDAOImpl |
getCorrSet() |
java.lang.String |
getPropertyKey() |
java.lang.String |
getPropertyValue() |
void |
setCorrSet(CorrelationSetDAOImpl corrSet) |
void |
setPropertyKey(java.lang.String propertyKey) |
void |
setPropertyValue(java.lang.String propertyValue) |
public static final java.lang.String DELETE_CORSET_PROPERTIES_BY_PROPERTY_IDS
public CorrSetProperty()
public CorrSetProperty(java.lang.String propertyKey, java.lang.String propertyValue)
public java.lang.String getPropertyKey()
public void setPropertyKey(java.lang.String propertyKey)
public java.lang.String getPropertyValue()
public void setPropertyValue(java.lang.String propertyValue)
public CorrelationSetDAOImpl getCorrSet()
public void setCorrSet(CorrelationSetDAOImpl corrSet)