public class InsertEntryStateBean extends IdableParameterBean
Constructor and Description |
---|
InsertEntryStateBean() |
Modifier and Type | Method and Description |
---|---|
EntryState |
getEntryState()
Gets the entry state.
|
java.lang.String |
getEntryType()
Gets the entry type.
|
java.lang.String |
getEntryUId()
Gets the entry id.
|
java.lang.String |
getPreviousEntryStateUId()
Gets the previous entry state id.
|
java.lang.String |
getPrevRevisionUId() |
java.lang.String |
getRevisionUId() |
void |
setEntryState(EntryState entryState)
Sets the entry state.
|
void |
setEntryType(java.lang.String entryType)
Sets the entry type.
|
void |
setEntryUId(java.lang.String entryUId)
Sets the entry id.
|
void |
setPreviousEntryStateUId(java.lang.String previousEntryStateUId)
Sets the previous entry state id.
|
void |
setPrevRevisionUId(java.lang.String prevRevisionUId) |
void |
setRevisionUId(java.lang.String revisionUId) |
getEntryStateUId, getUId, setEntryStateUId, setUId
getActualTableSetPrefix, getPrefix, setActualTableSetPrefix, setPrefix
public java.lang.String getEntryUId()
public void setEntryUId(java.lang.String entryUId)
entryUId
- the new entry idpublic java.lang.String getEntryType()
public void setEntryType(java.lang.String entryType)
entryType
- the new entry typepublic java.lang.String getPreviousEntryStateUId()
public void setPreviousEntryStateUId(java.lang.String previousEntryStateUId)
previousEntryStateUId
- the new previous entry state idpublic void setEntryState(EntryState entryState)
entryState
- the new entry statepublic EntryState getEntryState()
public java.lang.String getRevisionUId()
public void setRevisionUId(java.lang.String revisionUId)
public java.lang.String getPrevRevisionUId()
public void setPrevRevisionUId(java.lang.String prevRevisionUId)