org.kuali.student.r1.lum.lu.dto
Class AccreditationInfo

java.lang.Object
  extended by org.kuali.student.r1.lum.lu.dto.AccreditationInfo
All Implemented Interfaces:
Serializable, HasAttributes, Idable

public class AccreditationInfo
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

Constructor Summary
AccreditationInfo()
           
 
Method Summary
 Map<String,String> getAttributes()
          List of key/value pairs, typically used for dynamic attributes.
 Date getEffectiveDate()
           
 Date getExpirationDate()
           
 String getId()
           
 MetaInfo getMetaInfo()
           
 String getOrgId()
           
 void setAttributes(Map<String,String> attributes)
           
 void setEffectiveDate(Date effectiveDate)
           
 void setExpirationDate(Date expirationDate)
           
 void setId(String id)
           
 void setMetaInfo(MetaInfo metaInfo)
           
 void setOrgId(String orgId)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AccreditationInfo

public AccreditationInfo()
Method Detail

getOrgId

public String getOrgId()

setOrgId

public void setOrgId(String orgId)

getEffectiveDate

public Date getEffectiveDate()

setEffectiveDate

public void setEffectiveDate(Date effectiveDate)

getExpirationDate

public Date getExpirationDate()

setExpirationDate

public void setExpirationDate(Date expirationDate)

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

getMetaInfo

public MetaInfo getMetaInfo()

setMetaInfo

public void setMetaInfo(MetaInfo metaInfo)

getId

public String getId()
Specified by:
getId in interface Idable

setId

public void setId(String id)
Specified by:
setId in interface Idable


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