@Entity public class SocRolloverResultItemEntity extends MetaEntity implements AttributeOwner<SocRolloverResultItemAttributeEntity>
Constructor and Description |
---|
SocRolloverResultItemEntity() |
SocRolloverResultItemEntity(SocRolloverResultItem item) |
Modifier and Type | Method and Description |
---|---|
void |
fromDTO(SocRolloverResultItem item) |
Set<SocRolloverResultItemAttributeEntity> |
getAttributes() |
String |
getMesgFormatted() |
String |
getMesgPlain() |
String |
getSocRolloverResultId() |
String |
getSocRorState() |
String |
getSocRorType() |
String |
getSourceCourseOfferingId() |
String |
getTargetCourseOfferingId() |
void |
setAttributes(Set<SocRolloverResultItemAttributeEntity> attributes) |
void |
setMesgFormatted(String mesgFormatted) |
void |
setMesgPlain(String mesgPlain) |
void |
setSocRolloverResultId(String socRolloverResultId) |
void |
setSocRorState(String socRorState) |
void |
setSocRorType(String socRorType) |
void |
setSourceCourseOfferingId(String sourceCourseOfferingId) |
void |
setTargetCourseOfferingId(String targetCourseOfferingId) |
SocRolloverResultItemInfo |
toDto() |
fromDTO, getCreateId, getCreateTime, getUpdateId, getUpdateTime, onPrePersist, onPreUpdate, setCreateId, setCreateTime, setEntityCreated, setEntityUpdated, setUpdateId, setUpdateTime, toDTO
getVersionNumber, setVersionNumber
getId, getObjectId, prePersist, preUpdate, setId, setObjectId, toString
public SocRolloverResultItemEntity()
public SocRolloverResultItemEntity(SocRolloverResultItem item)
public void fromDTO(SocRolloverResultItem item)
public SocRolloverResultItemInfo toDto()
public String getMesgFormatted()
public void setMesgFormatted(String mesgFormatted)
public String getMesgPlain()
public void setMesgPlain(String mesgPlain)
public String getSocRolloverResultId()
public void setSocRolloverResultId(String socRolloverResultId)
public String getSocRorState()
public void setSocRorState(String socRorState)
public String getSocRorType()
public void setSocRorType(String socRorType)
public String getSourceCourseOfferingId()
public void setSourceCourseOfferingId(String sourceCourseOfferingId)
public String getTargetCourseOfferingId()
public void setTargetCourseOfferingId(String targetCourseOfferingId)
public Set<SocRolloverResultItemAttributeEntity> getAttributes()
getAttributes
in interface AttributeOwner<SocRolloverResultItemAttributeEntity>
public void setAttributes(Set<SocRolloverResultItemAttributeEntity> attributes)
setAttributes
in interface AttributeOwner<SocRolloverResultItemAttributeEntity>
Copyright © 2004-2014 The Kuali Foundation. All Rights Reserved.