@Entity public class LuiAffiliatedOrgEntity extends MetaEntity implements AttributeOwner<LuiAffiliatedOrgAttributeEntity>
Constructor and Description |
---|
LuiAffiliatedOrgEntity() |
LuiAffiliatedOrgEntity(AffiliatedOrg affiliatedOrg) |
Modifier and Type | Method and Description |
---|---|
Set<LuiAffiliatedOrgAttributeEntity> |
getAttributes() |
Date |
getEffectiveDate() |
String |
getExpenditureId() |
Date |
getExpirationDate() |
String |
getOrgId() |
Long |
getPercentage() |
String |
getRevenueId() |
String |
getState() |
String |
getType() |
void |
setAttributes(Set<LuiAffiliatedOrgAttributeEntity> attributes) |
void |
setEffectiveDate(Date effectiveDate) |
void |
setExpenditureId(String expenditureId) |
void |
setExpirationDate(Date expirationDate) |
void |
setOrgId(String orgId) |
void |
setPercentage(Long percentage) |
void |
setRevenueId(String revenueId) |
void |
setState(String state) |
void |
setType(String type) |
AffiliatedOrgInfo |
toDto() |
getCreateId, getCreateTime, getUpdateId, getUpdateTime, onPrePersist, onPreUpdate, setCreateId, setCreateTime, setEntityCreated, setEntityUpdated, setUpdateId, setUpdateTime, toDTO
getVersionNumber, setVersionNumber
getId, getObjectId, prePersist, preUpdate, setId, setObjectId, toString
public LuiAffiliatedOrgEntity()
public LuiAffiliatedOrgEntity(AffiliatedOrg affiliatedOrg)
public AffiliatedOrgInfo toDto()
public Date getEffectiveDate()
public void setEffectiveDate(Date effectiveDate)
public Date getExpirationDate()
public void setExpirationDate(Date expirationDate)
public Long getPercentage()
public void setPercentage(Long percentage)
public String getExpenditureId()
public void setExpenditureId(String expenditureId)
public String getRevenueId()
public void setRevenueId(String revenueId)
public void setAttributes(Set<LuiAffiliatedOrgAttributeEntity> attributes)
setAttributes
in interface AttributeOwner<LuiAffiliatedOrgAttributeEntity>
public Set<LuiAffiliatedOrgAttributeEntity> getAttributes()
getAttributes
in interface AttributeOwner<LuiAffiliatedOrgAttributeEntity>
Copyright © 2004-2013 The Kuali Foundation. All Rights Reserved.