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