@Entity public class ContextValidAgendaBo extends Object implements org.kuali.rice.core.api.mo.common.Versioned, Serializable
| Constructor and Description |
|---|
ContextValidAgendaBo() |
| Modifier and Type | Method and Description |
|---|---|
KrmsTypeBo |
getAgendaType() |
String |
getAgendaTypeId() |
String |
getContextId() |
String |
getId() |
Long |
getVersionNumber() |
void |
setAgendaType(KrmsTypeBo agendaType) |
void |
setAgendaTypeId(String agendaTypeId) |
void |
setContextId(String contextId) |
void |
setId(String id) |
void |
setVersionNumber(Long versionNumber) |
public ContextValidAgendaBo()
public String getContextId()
public void setContextId(String contextId)
public String getAgendaTypeId()
public void setAgendaTypeId(String agendaTypeId)
public Long getVersionNumber()
getVersionNumber in interface org.kuali.rice.core.api.mo.common.Versionedpublic void setVersionNumber(Long versionNumber)
public KrmsTypeBo getAgendaType()
public void setAgendaType(KrmsTypeBo agendaType)
Copyright © 2005–2017 The Kuali Foundation. All rights reserved.