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

java.lang.Object
  extended by org.kuali.student.core.entity.BaseEntity
      extended by org.kuali.student.lum.lu.entity.CluAdminOrg
All Implemented Interfaces:
AttributeOwner<CluAdminOrgAttribute>

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)

Field Summary
private  List<CluAdminOrgAttribute> attributes
           
private  Clu clu
           
private  boolean isPrimary
           
private  String orgId
           
private  String type
           
 
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.core.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
 

Field Detail

orgId

private String orgId

type

private String type

isPrimary

private boolean isPrimary

attributes

private List<CluAdminOrgAttribute> attributes

clu

private Clu clu
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 © 2007-2011 The Kuali Foundation. All Rights Reserved.