org.kuali.student.lum.lu.dto
Class AdminOrgInfo
java.lang.Object
org.kuali.student.lum.lu.dto.AdminOrgInfo
- All Implemented Interfaces:
- Serializable, HasAttributes, Idable
public class AdminOrgInfo
- extends Object
- implements Serializable, Idable, HasAttributes
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)
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
id
private String id
orgId
private String orgId
attributes
private Map<String,String> attributes
metaInfo
private MetaInfo metaInfo
type
private String type
isPrimary
private boolean isPrimary
AdminOrgInfo
public AdminOrgInfo()
getId
public String getId()
- Specified by:
getId
in interface Idable
setId
public void setId(String id)
- Specified by:
setId
in interface Idable
getOrgId
public String getOrgId()
setOrgId
public void setOrgId(String orgId)
getAttributes
public Map<String,String> getAttributes()
- List of key/value pairs, typically used for dynamic attributes.
- Specified by:
getAttributes
in interface HasAttributes
setAttributes
public void setAttributes(Map<String,String> attributes)
- Specified by:
setAttributes
in interface HasAttributes
getType
public String getType()
setType
public void setType(String type)
isPrimary
public boolean isPrimary()
setPrimary
public void setPrimary(boolean isPrimary)
getMetaInfo
public MetaInfo getMetaInfo()
setMetaInfo
public void setMetaInfo(MetaInfo metaInfo)
Copyright © 2007-2011 The Kuali Foundation. All Rights Reserved.