public class ModelUpdate extends Object implements Serializable
| Modifier | Constructor and Description |
|---|---|
protected |
ModelUpdate()
Creates new instance.
|
|
ModelUpdate(long id,
long modelInstanceId,
Date started,
Date finished,
Migration migration,
ModelInstanceState state)
Creates new instance.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Date |
getFinished()
Returns the finished date.
|
long |
getId()
Returns the model instance migration id.
|
Migration |
getMigration()
Returns the migration.
|
long |
getModelInstanceId()
Returns the model instance id.
|
Date |
getStarted()
Returns the started date.
|
ModelInstanceState |
getState()
Returns state of migration
|
int |
hashCode() |
protected ModelUpdate()
public ModelUpdate(long id,
long modelInstanceId,
Date started,
Date finished,
Migration migration,
ModelInstanceState state)
id - modelInstanceId - started - finished - migration - state - public long getId()
public long getModelInstanceId()
public Date getStarted()
public Date getFinished()
public Migration getMigration()
public ModelInstanceState getState()
Copyright © 2007-2020 Whitestein Technologies. All Rights Reserved.