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

java.lang.Object
  extended by org.kuali.student.r1.common.entity.BaseEntity
      extended by org.kuali.student.r2.lum.lu.entity.CluAdminOrg
All Implemented Interfaces:
AttributeOwner<CluAdminOrgAttribute>, PersistableEntity<String>

@Entity
public class CluAdminOrg
extends BaseEntity
implements AttributeOwner<CluAdminOrgAttribute>

This is a description of what this class does - hjohnson don't forget to fill this in.

Author:
Kuali Student Team (kuali-student@googlegroups.com)

Constructor Summary
CluAdminOrg()
           
 
Method Summary
 List<CluAdminOrgAttribute> getAttributes()
           
 Clu getClu()
           
 String getOrgId()
           
 String getType()
           
 boolean isPrimary()
           
 void setAttributes(List<CluAdminOrgAttribute> attributes)
           
 void setClu(Clu clu)
           
 void setOrgId(String orgId)
           
 void setPrimary(boolean isPrimary)
           
 void setType(String type)
           
 
Methods inherited from class org.kuali.student.r1.common.entity.BaseEntity
getId, getObjectId, getVersionNumber, onPrePersist, onPreUpdate, 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

CluAdminOrg

public CluAdminOrg()
Method Detail

getOrgId

public String getOrgId()

setOrgId

public void setOrgId(String orgId)

getAttributes

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

setAttributes

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

getType

public String getType()

setType

public void setType(String type)

isPrimary

public boolean isPrimary()

setPrimary

public void setPrimary(boolean isPrimary)

getClu

public Clu getClu()

setClu

public void setClu(Clu clu)


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