public class UserPropertyChanges
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
protected java.util.HashMap |
modifiedProperties
The contains a map of updated properties for each table column.
|
protected java.lang.String |
objectName |
static java.lang.String |
OBJECTNAME_ACTIVITY |
static java.lang.String |
OBJECTNAME_RESOURCE |
protected java.lang.String |
projectId |
static java.lang.String |
PROP_COLUMNWIDTH |
static java.lang.String |
PROP_PROPERTYORDER |
static java.lang.String |
SKDPROPERTY_MBONAME |
static java.lang.String |
USERPROPERTY_MBONAME |
static java.lang.String |
USERPROPERTY_SERVICENAME
Sevlet name
|
Constructor and Description |
---|
UserPropertyChanges() |
Modifier and Type | Method and Description |
---|---|
void |
addModifiedProperty(java.lang.String colName,
java.lang.String propertyName,
java.io.Serializable value)
Adds a modified property to the modified properties map for the given table column name.
|
java.util.HashMap |
getModifiedProperties()
Get the Modified properties where the key is the table column name,
and the value is a map of the modified properties for that table column name.
|
java.util.HashMap |
getModifiedPropertiesForColumn(java.lang.String colName)
Gets the modified properties for that given table column name.
|
java.lang.String |
getObjectName()
Return the Object Name for which the properties are assigned.
|
java.lang.String |
getProjectId()
The project id that owns the properties
|
void |
setObjectName(java.lang.String objectName)
Sets the Object Name, for which the properties as assigned.
|
void |
setProjectId(java.lang.String projectId)
Sets the project id
|
public static final java.lang.String USERPROPERTY_SERVICENAME
public static final java.lang.String SKDPROPERTY_MBONAME
public static final java.lang.String USERPROPERTY_MBONAME
public static final java.lang.String OBJECTNAME_ACTIVITY
public static final java.lang.String OBJECTNAME_RESOURCE
public static final java.lang.String PROP_PROPERTYORDER
public static final java.lang.String PROP_COLUMNWIDTH
protected java.lang.String projectId
protected java.lang.String objectName
protected java.util.HashMap modifiedProperties
public java.util.HashMap getModifiedProperties()
public java.util.HashMap getModifiedPropertiesForColumn(java.lang.String colName)
public void addModifiedProperty(java.lang.String colName, java.lang.String propertyName, java.io.Serializable value)
public java.lang.String getProjectId()
public void setProjectId(java.lang.String projectId)
public java.lang.String getObjectName()
public void setObjectName(java.lang.String objectName)