|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.kuali.student.core.statement.dto.ReqComponentInfo
public class ReqComponentInfo
Information about a requirement component.
| Field Summary | |
|---|---|
private RichTextInfo |
desc
|
private Date |
effectiveDate
|
private Date |
expirationDate
|
private String |
id
|
private MetaInfo |
metaInfo
|
private String |
naturalLanguageTranslation
naturalLanguageTranslation attribute is a read-only
attribute which is generated on-the-fly and should not be persisted. |
private List<ReqCompFieldInfo> |
reqCompFields
|
private static long |
serialVersionUID
|
private String |
state
|
private String |
type
|
| Constructor Summary | |
|---|---|
ReqComponentInfo()
|
|
| Method Summary | |
|---|---|
RichTextInfo |
getDesc()
Narrative description of the requirement component. |
Date |
getEffectiveDate()
Date and time that this requirement component became effective. |
Date |
getExpirationDate()
Date and time that this requirement component expires. |
String |
getId()
Unique identifier for a requirement component. |
MetaInfo |
getMetaInfo()
Create and last update info for the structure. |
String |
getNaturalLanguageTranslation()
|
List<ReqCompFieldInfo> |
getReqCompFields()
Detailed information about a requirement component field value. |
String |
getState()
The current status of the requirement component. |
String |
getType()
Unique identifier for a requirement component type. |
void |
setDesc(RichTextInfo desc)
|
void |
setEffectiveDate(Date effectiveDate)
|
void |
setExpirationDate(Date expirationDate)
|
void |
setId(String id)
|
void |
setMetaInfo(MetaInfo metaInfo)
|
void |
setNaturalLanguageTranslation(String naturalLanguageTranslation)
|
void |
setReqCompFields(List<ReqCompFieldInfo> reqCompFields)
|
void |
setState(String state)
|
void |
setType(String type)
|
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
private static final long serialVersionUID
private RichTextInfo desc
private List<ReqCompFieldInfo> reqCompFields
private Date effectiveDate
private Date expirationDate
private MetaInfo metaInfo
private String type
private String state
private String id
private String naturalLanguageTranslation
naturalLanguageTranslation attribute is a read-only
attribute which is generated on-the-fly and should not be persisted.
| Constructor Detail |
|---|
public ReqComponentInfo()
| Method Detail |
|---|
public RichTextInfo getDesc()
public void setDesc(RichTextInfo desc)
public List<ReqCompFieldInfo> getReqCompFields()
public void setReqCompFields(List<ReqCompFieldInfo> reqCompFields)
public Date getEffectiveDate()
public void setEffectiveDate(Date effectiveDate)
public Date getExpirationDate()
public void setExpirationDate(Date expirationDate)
public MetaInfo getMetaInfo()
public void setMetaInfo(MetaInfo metaInfo)
public String getType()
getType in interface HasTypeStatepublic void setType(String type)
setType in interface HasTypeStatepublic String getState()
getState in interface HasTypeStatepublic void setState(String state)
setState in interface HasTypeStatepublic String getId()
getId in interface Idablepublic void setId(String id)
setId in interface Idablepublic String getNaturalLanguageTranslation()
public void setNaturalLanguageTranslation(String naturalLanguageTranslation)
public String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||