@Entity public class SocEntity extends MetaEntity implements AttributeOwner<SocAttributeEntity>
Modifier and Type | Method and Description |
---|---|
void |
fromDTO(Soc soc) |
Set<SocAttributeEntity> |
getAttributes() |
String |
getDescrFormatted() |
String |
getDescrPlain() |
String |
getName() |
String |
getSocState() |
String |
getSocType() |
String |
getSubjectArea() |
String |
getTermId() |
String |
getUnitsContentOwnerId() |
void |
setAttributes(Set<SocAttributeEntity> attributes) |
void |
setDescrFormatted(String formatted) |
void |
setDescrPlain(String plain) |
void |
setName(String name) |
void |
setSocState(String socState) |
void |
setSocType(String socType) |
void |
setSubjectArea(String subjectArea) |
void |
setTermId(String termId) |
void |
setUnitsContentOwnerId(String unitsContentOwnerId) |
SocInfo |
toDto() |
getCreateId, getCreateTime, getUpdateId, getUpdateTime, onPrePersist, onPreUpdate, setCreateId, setCreateTime, setEntityCreated, setEntityUpdated, setUpdateId, setUpdateTime, toDTO
getVersionNumber, setVersionNumber
getId, getObjectId, prePersist, preUpdate, setId, setObjectId, toString
public String getSocType()
public void setSocType(String socType)
public String getSocState()
public void setSocState(String socState)
public void setAttributes(Set<SocAttributeEntity> attributes)
setAttributes
in interface AttributeOwner<SocAttributeEntity>
public Set<SocAttributeEntity> getAttributes()
getAttributes
in interface AttributeOwner<SocAttributeEntity>
public String getDescrFormatted()
public void setDescrFormatted(String formatted)
public String getDescrPlain()
public void setDescrPlain(String plain)
public String getSubjectArea()
public void setSubjectArea(String subjectArea)
public String getUnitsContentOwnerId()
public void setUnitsContentOwnerId(String unitsContentOwnerId)
Copyright © 2004-2013 The Kuali Foundation. All Rights Reserved.