org.kuali.student.enrollment.class1.lui.model
Class LuiAffiliatedOrgEntity
java.lang.Object
org.kuali.student.r2.common.entity.BaseEntity
org.kuali.student.r2.common.entity.BaseVersionEntity
org.kuali.student.r2.common.entity.MetaEntity
org.kuali.student.enrollment.class1.lui.model.LuiAffiliatedOrgEntity
- All Implemented Interfaces:
- AttributeOwner<LuiAffiliatedOrgAttributeEntity>, PersistableEntity<String>
@Entity
public class LuiAffiliatedOrgEntity
- extends MetaEntity
- implements AttributeOwner<LuiAffiliatedOrgAttributeEntity>
Methods inherited from class org.kuali.student.r2.common.entity.MetaEntity |
getCreateId, getCreateTime, getUpdateId, getUpdateTime, onPrePersist, onPreUpdate, setCreateId, setCreateTime, setEntityCreated, setEntityUpdated, setUpdateId, setUpdateTime, toDTO |
LuiAffiliatedOrgEntity
public LuiAffiliatedOrgEntity()
LuiAffiliatedOrgEntity
public LuiAffiliatedOrgEntity(AffiliatedOrg affiliatedOrg)
toDto
public AffiliatedOrgInfo toDto()
getType
public String getType()
setType
public void setType(String type)
getState
public String getState()
setState
public void setState(String state)
getEffectiveDate
public Date getEffectiveDate()
setEffectiveDate
public void setEffectiveDate(Date effectiveDate)
getExpirationDate
public Date getExpirationDate()
setExpirationDate
public void setExpirationDate(Date expirationDate)
getPercentage
public Long getPercentage()
setPercentage
public void setPercentage(Long percentage)
getOrgId
public String getOrgId()
setOrgId
public void setOrgId(String orgId)
getExpenditureId
public String getExpenditureId()
setExpenditureId
public void setExpenditureId(String expenditureId)
getRevenueId
public String getRevenueId()
setRevenueId
public void setRevenueId(String revenueId)
setAttributes
public void setAttributes(Set<LuiAffiliatedOrgAttributeEntity> attributes)
- Specified by:
setAttributes
in interface AttributeOwner<LuiAffiliatedOrgAttributeEntity>
getAttributes
public Set<LuiAffiliatedOrgAttributeEntity> getAttributes()
- Specified by:
getAttributes
in interface AttributeOwner<LuiAffiliatedOrgAttributeEntity>
Copyright © 2004-2012 The Kuali Foundation. All Rights Reserved.