org.kuali.student.r2.lum.lu.entity
Class CluSet

java.lang.Object
  extended by org.kuali.student.r1.common.entity.BaseEntity
      extended by org.kuali.student.r1.common.entity.MetaEntity
          extended by org.kuali.student.r2.lum.lu.entity.CluSet
All Implemented Interfaces:
AttributeOwner<CluSetAttribute>

@Entity
public class CluSet
extends MetaEntity
implements AttributeOwner<CluSetAttribute>


Constructor Summary
CluSet()
           
 
Method Summary
 String getAdminOrg()
           
 List<CluSetAttribute> getAttributes()
           
 List<CluSet> getCluSets()
           
 List<CluSetJoinVersionIndClu> getCluVerIndIds()
           
 LuRichText getDescr()
           
 Date getEffectiveDate()
           
 Date getExpirationDate()
           
 Boolean getIsReferenceable()
           
 Boolean getIsReusable()
           
 MembershipQuery getMembershipQuery()
           
 String getName()
           
 String getState()
           
 String getType()
           
 void setAdminOrg(String adminOrg)
           
 void setAttributes(List<CluSetAttribute> attributes)
           
 void setCluSets(List<CluSet> cluSets)
           
 void setCluVerIndIds(List<CluSetJoinVersionIndClu> cluVerIndIds)
           
 void setDescr(LuRichText descr)
           
 void setEffectiveDate(Date effectiveDate)
           
 void setExpirationDate(Date expirationDate)
           
 void setIsReferenceable(Boolean isReferenceable)
           
 void setIsReusable(Boolean isReusable)
           
 void setMembershipQuery(MembershipQuery membershipQuery)
           
 void setName(String name)
           
 void setState(String state)
           
 void setType(String type)
           
 
Methods inherited from class org.kuali.student.r1.common.entity.MetaEntity
getMeta, onPrePersist, onPreUpdate, setMeta
 
Methods inherited from class org.kuali.student.r1.common.entity.BaseEntity
getId, getObjectId, getVersionNumber, prePersist, preUpdate, setId, setObjectId, setVersionNumber
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CluSet

public CluSet()
Method Detail

getName

public String getName()

setName

public void setName(String name)

getDescr

public LuRichText getDescr()

setDescr

public void setDescr(LuRichText descr)

getEffectiveDate

public Date getEffectiveDate()

setEffectiveDate

public void setEffectiveDate(Date effectiveDate)

getExpirationDate

public Date getExpirationDate()

setExpirationDate

public void setExpirationDate(Date expirationDate)

getCluSets

public List<CluSet> getCluSets()

setCluSets

public void setCluSets(List<CluSet> cluSets)

getAttributes

public List<CluSetAttribute> getAttributes()
Specified by:
getAttributes in interface AttributeOwner<CluSetAttribute>

setAttributes

public void setAttributes(List<CluSetAttribute> attributes)
Specified by:
setAttributes in interface AttributeOwner<CluSetAttribute>

getType

public String getType()

setType

public void setType(String type)

getState

public String getState()

setState

public void setState(String state)

getAdminOrg

public String getAdminOrg()

setAdminOrg

public void setAdminOrg(String adminOrg)

getMembershipQuery

public MembershipQuery getMembershipQuery()

setMembershipQuery

public void setMembershipQuery(MembershipQuery membershipQuery)

getIsReusable

public Boolean getIsReusable()

setIsReusable

public void setIsReusable(Boolean isReusable)

getIsReferenceable

public Boolean getIsReferenceable()

setIsReferenceable

public void setIsReferenceable(Boolean isReferenceable)

getCluVerIndIds

public List<CluSetJoinVersionIndClu> getCluVerIndIds()

setCluVerIndIds

public void setCluVerIndIds(List<CluSetJoinVersionIndClu> cluVerIndIds)


Copyright © 2004-2012 The Kuali Foundation. All Rights Reserved.