@Entity public class HistoryEngine extends UpdatableDefault<HistoryEngine> implements RestModel
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
REST_BASE_PATH
'histories' the base path to access entity
|
filterForUpdateMethod
filterForToStringMethod
Constructor and Description |
---|
HistoryEngine() |
HistoryEngine(java.lang.Long historyId,
java.lang.Long engineId) |
Modifier and Type | Method and Description |
---|---|
java.lang.Long |
getEngineId() |
java.lang.Long |
getHistoryId() |
java.lang.Object |
getId()
The ID of this model in the repository
|
java.lang.String |
getRestPath()
The base REST path to make request to this model entity.
|
void |
setEngineId(java.lang.Long engineId) |
void |
setHistoryId(java.lang.Long historyId) |
getFieldNamesIgnoredByToStringMethod, getFieldNamesIgnoredByUpdateMethod, update
toString
public static final java.lang.String REST_BASE_PATH
public HistoryEngine()
public HistoryEngine(java.lang.Long historyId, java.lang.Long engineId)
historyId
- engineId
- public java.lang.Long getHistoryId()
public void setHistoryId(java.lang.Long historyId)
public java.lang.Long getEngineId()
public void setEngineId(java.lang.Long engineId)
public java.lang.String getRestPath()
RestModel
getRestPath
in interface RestModel
Copyright © SAS Institute. All Rights Reserved.