public class HistoryEngineID
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
SEPARATOR_ID |
Constructor and Description |
---|
HistoryEngineID() |
HistoryEngineID(java.lang.Long historyId,
java.lang.Long engineId) |
HistoryEngineID(java.lang.String id) |
Modifier and Type | Method and Description |
---|---|
java.lang.Long |
getEngineId() |
java.lang.Long |
getHistoryId() |
void |
setEngineId(java.lang.Long engineId) |
void |
setHistoryId(java.lang.Long historyId) |
public static final java.lang.String SEPARATOR_ID
public HistoryEngineID()
public HistoryEngineID(java.lang.Long historyId, java.lang.Long engineId)
public HistoryEngineID(java.lang.String id)
public java.lang.Long getHistoryId()
public void setHistoryId(java.lang.Long historyId)
historyId
- the historyId to setpublic java.lang.Long getEngineId()
public void setEngineId(java.lang.Long engineId)
engineId
- the engineId to setCopyright © SAS Institute. All Rights Reserved.