@Entity public class ApplicationRestartValue extends java.lang.Object implements EntityWithId<java.lang.String>
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
COUNT_OF_MODEL_INSTANCES_TO_START |
| Constructor and Description |
|---|
ApplicationRestartValue() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getId()
Returns the primary key.
|
java.lang.Integer |
getIntValue() |
void |
setId(java.lang.String id) |
void |
setIntValue(java.lang.Integer intValue) |
public static final java.lang.String COUNT_OF_MODEL_INSTANCES_TO_START
public java.lang.String getId()
EntityWithIdgetId in interface EntityWithId<java.lang.String>public void setId(java.lang.String id)
id - the id to setpublic java.lang.Integer getIntValue()
public void setIntValue(java.lang.Integer intValue)
intValue - the value to setCopyright © 2007-2020 Whitestein Technologies. All Rights Reserved.