@Entity public class SocRolloverResultEntity extends MetaEntity implements AttributeOwner<SocRolloverResultAttributeEntity>
Constructor and Description |
---|
SocRolloverResultEntity() |
SocRolloverResultEntity(SocRolloverResult socRolloverResult) |
Modifier and Type | Method and Description |
---|---|
void |
fromDTO(SocRolloverResult socRolloverResult) |
Set<SocRolloverResultAttributeEntity> |
getAttributes() |
Integer |
getItemsExpected() |
Integer |
getItemsProcessed() |
String |
getMesgFormatted() |
String |
getMesgPlain() |
Set<SocRolloverResultOptionEntity> |
getOptions() |
String |
getSocRorState() |
String |
getSocRorType() |
String |
getSourceSocId() |
String |
getTargetSocId() |
String |
getTargetTermId() |
void |
setAttributes(Set<SocRolloverResultAttributeEntity> attributes) |
void |
setItemsExpected(Integer itemsExpected) |
void |
setItemsProcessed(Integer itemsProcessed) |
void |
setMesgFormatted(String mesgFormatted) |
void |
setMesgPlain(String mesgPlain) |
void |
setOptions(Set<SocRolloverResultOptionEntity> options) |
void |
setSocRorState(String socRorState) |
void |
setSocRorType(String socRorType) |
void |
setSourceSocId(String sourceSocId) |
void |
setTargetSocId(String targetSocId) |
void |
setTargetTermId(String targetTermId) |
SocRolloverResultInfo |
toDto() |
getCreateId, getCreateTime, getUpdateId, getUpdateTime, onPrePersist, onPreUpdate, setCreateId, setCreateTime, setEntityCreated, setEntityUpdated, setUpdateId, setUpdateTime, toDTO
getVersionNumber, setVersionNumber
getId, getObjectId, prePersist, preUpdate, setId, setObjectId, toString
public SocRolloverResultEntity()
public SocRolloverResultEntity(SocRolloverResult socRolloverResult)
public void fromDTO(SocRolloverResult socRolloverResult)
public SocRolloverResultInfo toDto()
public Set<SocRolloverResultAttributeEntity> getAttributes()
getAttributes
in interface AttributeOwner<SocRolloverResultAttributeEntity>
public void setAttributes(Set<SocRolloverResultAttributeEntity> attributes)
setAttributes
in interface AttributeOwner<SocRolloverResultAttributeEntity>
public Integer getItemsExpected()
public void setItemsExpected(Integer itemsExpected)
public Integer getItemsProcessed()
public void setItemsProcessed(Integer itemsProcessed)
public String getMesgFormatted()
public void setMesgFormatted(String mesgFormatted)
public String getMesgPlain()
public void setMesgPlain(String mesgPlain)
public String getSocRorState()
public void setSocRorState(String socRorState)
public String getSocRorType()
public void setSocRorType(String socRorType)
public String getSourceSocId()
public void setSourceSocId(String sourceSocId)
public String getTargetSocId()
public void setTargetSocId(String targetSocId)
public String getTargetTermId()
public void setTargetTermId(String targetTermId)
public Set<SocRolloverResultOptionEntity> getOptions()
public void setOptions(Set<SocRolloverResultOptionEntity> options)
Copyright © 2004-2013 The Kuali Foundation. All Rights Reserved.