|
Style Intelligence v12.0 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.util.EventObject
inetsoft.uql.erm.DataModelEvent
public class DataModelEvent
Event signaling a change to a data model.
| Field Summary |
|---|
| Fields inherited from class java.util.EventObject |
|---|
source |
| Constructor Summary | |
|---|---|
DataModelEvent(XLogicalModel model,
String entity,
String attribute)
Create a new instance of DataModelEvent. |
|
DataModelEvent(XLogicalModel model,
String entity,
String attribute,
int attributeIndex)
Create a new instance of DataModelEvent. |
|
DataModelEvent(XLogicalModel model,
String entity,
String attribute,
int attributeIndex,
String oentity,
String oattribute)
Create a new instance of DataModelEvent. |
|
DataModelEvent(XLogicalModel model,
String entity,
String attribute,
int attributeIndex,
String oentity,
String oattribute,
String property,
Object oldValue,
Object newValue)
Create a new instance of DataModelEvent. |
|
DataModelEvent(XLogicalModel model,
String entity,
String property,
Object oldValue,
Object newValue)
Create a new instance of DataModelEvent. |
|
DataModelEvent(XLogicalModel model,
String entity,
String attribute,
String property,
Object oldValue,
Object newValue)
Create a new instance of DataModelEvent. |
|
DataModelEvent(XLogicalModel model,
String entity,
String attribute,
String oentity,
String oattribute)
Create a new instance of DataModelEvent. |
|
| Method Summary | |
|---|---|
String |
getAttribute()
Get the attribute that was changed. |
int |
getAttributeIndex()
Get the index of the attribute that was changed. |
XLogicalModel |
getDataModel()
Get the data model that was changed. |
String |
getEntity()
Get the entity that was changed. |
Object |
getNewValue()
Get the new value of the property that was modified. |
Object |
getOldValue()
Get the old value of the property that was modified. |
String |
getOriginalAttribute()
Get the original name of the attribute that was changed. |
String |
getOriginalEntity()
Get the original name of the entity that was changed. |
String |
getPropertyName()
Get the name of the property that was modified. |
| Methods inherited from class java.util.EventObject |
|---|
getSource, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public DataModelEvent(XLogicalModel model,
String entity,
String attribute)
model - the data model that was changed.entity - the name of the entity that was changed.attribute - the name of the attribute that was changed.
public DataModelEvent(XLogicalModel model,
String entity,
String attribute,
int attributeIndex)
model - the data model that was changed.entity - the name of the entity that was changed.attribute - the name of the attribute that was changed.attributeIndex - the index of the attribute in the entity.
public DataModelEvent(XLogicalModel model,
String entity,
String attribute,
String oentity,
String oattribute)
model - the data model that was changed.entity - the name of the entity that was changed.attribute - the name of the attribute that was changed.oentity - the original name of the entity that was changed.oattribute - the original name of the attribute that was changed.
public DataModelEvent(XLogicalModel model,
String entity,
String property,
Object oldValue,
Object newValue)
model - the data model that was changed.entity - the name of the entity that was changed.property - the name of the property that was modified.oldValue - the oldValue of the property.newValue - the newValue of the property.
public DataModelEvent(XLogicalModel model,
String entity,
String attribute,
String property,
Object oldValue,
Object newValue)
model - the data model that was changed.entity - the name of the entity that was changed.attribute - the name of the attribute that was changed.property - the name of the property that was modified.oldValue - the oldValue of the property.newValue - the newValue of the property.
public DataModelEvent(XLogicalModel model,
String entity,
String attribute,
int attributeIndex,
String oentity,
String oattribute)
model - the data model that was changed.entity - the name of the entity that was changed.attribute - the name of the attribute that was changed.attributeIndex - the index of the attribute in the entity.oentity - the original name of the entity that was changed.oattribute - the original name of the attribute that was changed.
public DataModelEvent(XLogicalModel model,
String entity,
String attribute,
int attributeIndex,
String oentity,
String oattribute,
String property,
Object oldValue,
Object newValue)
model - the data model that was changed.entity - the name of the entity that was changed.attribute - the name of the attribute that was changed.attributeIndex - the index of the attribute in the entity.oentity - the original name of the entity that was changed.oattribute - the original name of the attribute that was changed.property - the name of the property that was modified.oldValue - the oldValue of the property.newValue - the newValue of the property.| Method Detail |
|---|
public XLogicalModel getDataModel()
public String getEntity()
public String getAttribute()
public int getAttributeIndex()
public String getOriginalEntity()
public String getOriginalAttribute()
public String getPropertyName()
public Object getOldValue()
public Object getNewValue()
|
Copyright © 1996-2014 InetSoft Technology Corp. All Rights Reserved. | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||