public class ChangeSet extends Object implements Serializable
| Constructor and Description |
|---|
ChangeSet() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAuthor() |
String |
getComment() |
ChangeSetEntities |
getEntities() |
ChangeSetModel |
getModel() |
boolean |
hasEntities() |
boolean |
hasModelObject() |
void |
setAuthor(String author) |
void |
setComment(String comment) |
void |
setEntities(ChangeSetEntities entities) |
void |
setModel(ChangeSetModel model) |
String |
toString() |
public String getAuthor()
public void setAuthor(String author)
public String getComment()
public void setComment(String comment)
public ChangeSetModel getModel()
public void setModel(ChangeSetModel model)
public boolean hasModelObject()
public ChangeSetEntities getEntities()
public void setEntities(ChangeSetEntities entities)
public boolean hasEntities()
Copyright © 2018. All rights reserved.