org.kuali.student.lum.lu.entity
Class CluAdminOrg
java.lang.Object
org.kuali.student.core.entity.BaseEntity
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)
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
orgId
private String orgId
type
private String type
isPrimary
private boolean isPrimary
attributes
private List<CluAdminOrgAttribute> attributes
clu
private Clu clu
CluAdminOrg
public CluAdminOrg()
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.