|
SAP NetWeaver 7.40 SP 07 KMC | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ITrackedField
tells, if the value has been modified or not. This is an
extension interface for the IField concept. If
a field implements this interface, it must store its original
value from construction time and compare it with the current
value of the field. If the current value of a field is invalid,
then this interface's method must return true.
To change the template for this generated type comment go to
Window>Preferences>Java>Code Generation>Code and Comments
| Method Summary | |
|---|---|
boolean |
isModified()
Deprecated. As of NetWeaver 7.1 |
void |
resetOriginalValue(String value)
Deprecated. As of NetWeaver 7.1 |
| Method Detail |
|---|
boolean isModified()
true, except when the original value
of the implementing class matches its current value: originalvalue.equals(currentvalue)
void resetOriginalValue(String value)
value - | Access Rights |
|---|
| SC | DC | Public Part | ACH |
|---|---|---|---|
[sap.com] KMC-CM
|
[sap.com] tc/km/frwk
|
api
|
EP-KM-CM
|
[sap.com] KMC-CM
|
[sap.com]
|
api
|
EP-KM-CM
|
[sap.com] KMC-WPC
|
[sap.com] tc/kmc/wpc/wpcfacade
|
api
|
EP-PIN-WPC-WCM
|
|
SAP NetWeaver 7.40 SP 07 KMC | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||