public class ChangeContactCommand extends AbstractCommand
Modifier and Type | Field and Description |
---|---|
String |
_newEmail |
String |
_newName |
String |
_newUrl |
boolean |
_nullInfo |
Object |
_oldContact |
Modifier and Type | Method and Description |
---|---|
void |
execute(Document document)
Called to execute the command against the given document.
|
void |
undo(Document document)
Called to undo the command (restore the document to a previous state).
|
isNullOrUndefined, type
public String _newName
public String _newEmail
public String _newUrl
public Object _oldContact
public boolean _nullInfo
public void execute(Document document)
ICommand
Copyright © 2019 Red Hat. All rights reserved.