org.kuali.student.enrollment.class1.lui.model
Class LuiAffiliatedOrgEntity

java.lang.Object
  extended by org.kuali.student.r2.common.entity.BaseEntity
      extended by org.kuali.student.r2.common.entity.BaseVersionEntity
          extended by org.kuali.student.r2.common.entity.MetaEntity
              extended by org.kuali.student.enrollment.class1.lui.model.LuiAffiliatedOrgEntity
All Implemented Interfaces:
AttributeOwner<LuiAffiliatedOrgAttributeEntity>, PersistableEntity<String>

@Entity
public class LuiAffiliatedOrgEntity
extends MetaEntity
implements AttributeOwner<LuiAffiliatedOrgAttributeEntity>


Constructor Summary
LuiAffiliatedOrgEntity()
           
LuiAffiliatedOrgEntity(AffiliatedOrg affiliatedOrg)
           
 
Method Summary
 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()
           
 
Methods inherited from class org.kuali.student.r2.common.entity.MetaEntity
getCreateId, getCreateTime, getUpdateId, getUpdateTime, onPrePersist, onPreUpdate, setCreateId, setCreateTime, setEntityCreated, setEntityUpdated, setUpdateId, setUpdateTime, toDTO
 
Methods inherited from class org.kuali.student.r2.common.entity.BaseVersionEntity
getVersionNumber, setVersionNumber
 
Methods inherited from class org.kuali.student.r2.common.entity.BaseEntity
getId, getObjectId, prePersist, preUpdate, setId, setObjectId, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

LuiAffiliatedOrgEntity

public LuiAffiliatedOrgEntity()

LuiAffiliatedOrgEntity

public LuiAffiliatedOrgEntity(AffiliatedOrg affiliatedOrg)
Method Detail

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.