@Entity public class ContextValidActionBo extends Object implements Versioned, Serializable
Constructor and Description |
---|
ContextValidActionBo() |
Modifier and Type | Method and Description |
---|---|
KrmsTypeBo |
getActionType() |
String |
getActionTypeId() |
String |
getContextId() |
String |
getId() |
Long |
getVersionNumber()
Returns the version number for this object.
|
void |
setActionType(KrmsTypeBo actionType) |
void |
setActionTypeId(String actionTypeId) |
void |
setContextId(String contextId) |
void |
setId(String id) |
void |
setVersionNumber(Long versionNumber) |
public ContextValidActionBo()
public String getContextId()
public void setContextId(String contextId)
public String getActionTypeId()
public void setActionTypeId(String actionTypeId)
public Long getVersionNumber()
Versioned
getVersionNumber
in interface Versioned
public void setVersionNumber(Long versionNumber)
public KrmsTypeBo getActionType()
public void setActionType(KrmsTypeBo actionType)
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.